Searched refs:localesList (Results 1 – 8 of 8) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | uspoof_impl.cpp | 127 void SpoofImpl::setAllowedLocales(const char *localesList, UErrorCode &status) { in setAllowedLocales() argument 130 const char *locStart = localesList; in setAllowedLocales() 132 const char *localesListEnd = localesList + uprv_strlen(localesList); in setAllowedLocales() 197 const char *tmpLocalesList = uprv_strdup(localesList); in setAllowedLocales()
|
D | uspoof_impl.h | 75 void setAllowedLocales(const char *localesList, UErrorCode &status);
|
D | uspoof.cpp | 302 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status) { in uspoof_setAllowedLocales() argument 307 This->setAllowedLocales(localesList, *status); in uspoof_setAllowedLocales()
|
/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/ |
D | LocaleDistanceMapper.java | 406 String localesList = cldrValue.get(PARADIGM_LOCALES); in getParadigmLsrs() local 407 checkState(localesList != null, in getParadigmLsrs() 411 for (String paradigm : LIST_SPLITTER.split(localesList)) { in getParadigmLsrs()
|
/external/icu/libicu/cts_headers/ |
D | uspoof_impl.h | 75 void setAllowedLocales(const char *localesList, UErrorCode &status);
|
/external/icu/icu4c/source/i18n/unicode/ |
D | uspoof.h | 815 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status);
|
/external/icu/libicu/cts_headers/unicode/ |
D | uspoof.h | 815 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status);
|
/external/icu/libandroidicu/include/unicode/ |
D | uspoof.h | 815 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status);
|