Home
last modified time | relevance | path

Searched refs:LIST_ACTION_SETLOCALES (Results 1 – 1 of 1) sorted by relevance

/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/cldr-apps/src/main/java/org/unicode/cldr/web/
H A DSurveyMain.java2063 private static final String LIST_ACTION_SETLOCALES = "set_locales_"; field in SurveyMain
2362 if (ctx.field(LIST_ACTION_SETLOCALES + theirTag).length() > 0) { in doList()
2364 String newLocales = ctx.field(LIST_ACTION_SETLOCALES + theirTag); in doList()
2422 && (action.equals(LIST_ACTION_SETLOCALES))) { in doList()
2426 …ctx.println("<label>Locales: (space separated) <input id='" + LIST_ACTION_SETLOCALES + theirTag + … in doList()
2427 + LIST_ACTION_SETLOCALES + theirTag in doList()
2429 … ctx.println("<button onclick=\"{document.getElementById('" + LIST_ACTION_SETLOCALES + theirTag in doList()
2564 … ctx.println(" value='" + LIST_ACTION_SETLOCALES + "'>Set locales...</option>"); in doList()