Searched refs:localesList (Results 1 – 7 of 7) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/ant/ |
D | CLDRBuild.java | 64 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/ |
D | uspoof_impl.cpp | 139 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()
|
D | uspoof_impl.h | 72 void setAllowedLocales(const char *localesList, UErrorCode &status);
|
D | uspoof.cpp | 299 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/ |
D | uspoof.h | 831 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status);
|
/external/icu/libandroidicu/include/unicode/ |
D | uspoof.h | 831 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status);
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 2808 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()
|