Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/ant/
DCLDRBuild.java64 List<InExclude> localesList = config.locales.localesList; in getLocalesList() local
65 for (InExclude inex : localesList) { in getLocalesList()
120 List<InExclude> localesList = config.locales.localesList; in getIncludedLocales() local
121 for (InExclude inex : localesList) { in getIncludedLocales()
367 List<InExclude> localesList = new ArrayList<InExclude>(); field in CLDRBuild.Locales
379 localesList.add(inex); in addInEx()
/external/icu/icu4c/source/i18n/
Duspoof_impl.cpp139 void SpoofImpl::setAllowedLocales(const char *localesList, UErrorCode &status) { in setAllowedLocales() argument
142 const char *locStart = localesList; in setAllowedLocales()
144 const char *localesListEnd = localesList + uprv_strlen(localesList); in setAllowedLocales()
209 const char *tmpLocalesList = uprv_strdup(localesList); in setAllowedLocales()
Duspoof_impl.h72 void setAllowedLocales(const char *localesList, UErrorCode &status);
Duspoof.cpp299 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status) { in uspoof_setAllowedLocales() argument
304 This->setAllowedLocales(localesList, *status); in uspoof_setAllowedLocales()
/external/icu/icu4c/source/i18n/unicode/
Duspoof.h831 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status);
/external/icu/libandroidicu/include/unicode/
Duspoof.h831 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status);
/external/icu/libandroidicu/static_shim/
Dshim.cpp2808 void uspoof_setAllowedLocales_android(USpoofChecker * sc, const char * localesList, UErrorCode * st… in uspoof_setAllowedLocales_android() argument
2809 uspoof_setAllowedLocales(sc, localesList, status); in uspoof_setAllowedLocales_android()