Home
last modified time | relevance | path

Searched refs:topLocale (Results 1 – 3 of 3) 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.java3244 public synchronized Collection<CLDRLocale> getRelatedLocs(CLDRLocale topLocale) { in getRelatedLocs() argument
3245 Set<CLDRLocale> cachedSet = relatedLocales.get(topLocale); in getRelatedLocs()
3249 set.add(topLocale); // add the top locale itself in getRelatedLocs()
3251 if (atopLocale.getHighestNonrootParent() == topLocale) { in getRelatedLocs()
3259 relatedLocales.put(topLocale, cachedSet); in getRelatedLocs()
H A DSurveyAjax.java849 final CLDRLocale topLocale = l.getHighestNonrootParent();
850 r.put("topLocale", topLocale);
851 …final Collection<CLDRLocale> relatedLocs = sm.getRelatedLocs(topLocale); // sublocales of the 'top…
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/cldr-apps/src/main/webapp/
H A Dsurveytool.css838 .topLocale a {