Home
last modified time | relevance | path

Searched refs:localesList (Results 1 - 13 of 13) sorted by relevance

/third_party/icu/icu4c/source/i18n/
H A Duspoof_impl.cpp127 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()
135 // Loop runs once per locale from the localesList, a comma separated list of locales. in setAllowedLocales()
197 const char *tmpLocalesList = uprv_strdup(localesList); in setAllowedLocales()
H A Duspoof_impl.h76 void setAllowedLocales(const char *localesList, UErrorCode &status);
H A Duspoof.cpp306 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status) { in uspoof_setAllowedLocales() argument
311 This->setAllowedLocales(localesList, *status); in uspoof_setAllowedLocales()
/third_party/node/deps/icu-small/source/i18n/
H A Duspoof_impl.cpp127 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()
135 // Loop runs once per locale from the localesList, a comma separated list of locales. in setAllowedLocales()
197 const char *tmpLocalesList = uprv_strdup(localesList); in setAllowedLocales()
H A Duspoof_impl.h76 void setAllowedLocales(const char *localesList, UErrorCode &status);
H A Duspoof.cpp307 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status) { in uspoof_setAllowedLocales() argument
312 This->setAllowedLocales(localesList, *status); in uspoof_setAllowedLocales()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Duspoof_impl.cpp127 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()
135 // Loop runs once per locale from the localesList, a comma separated list of locales. in setAllowedLocales()
197 const char *tmpLocalesList = uprv_strdup(localesList); in setAllowedLocales()
H A Duspoof_impl.h75 void setAllowedLocales(const char *localesList, UErrorCode &status);
H A Duspoof.cpp302 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status) { in uspoof_setAllowedLocales() argument
307 This->setAllowedLocales(localesList, *status); in uspoof_setAllowedLocales()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/
H A DLocaleDistanceMapper.java406 String localesList = cldrValue.get(PARADIGM_LOCALES); in getParadigmLsrs()
407 checkState(localesList != null, in getParadigmLsrs()
411 for (String paradigm : LIST_SPLITTER.split(localesList)) { in getParadigmLsrs()
/third_party/icu/icu4c/source/i18n/unicode/
H A Duspoof.h801 * @param localesList A list list of locales, from which the language
808 * If the localesList is empty, no restrictions will be placed on
815 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status);
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Duspoof.h801 * @param localesList A list list of locales, from which the language
808 * If the localesList is empty, no restrictions will be placed on
815 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status);
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Duspoof.h866 * @param localesList A list list of locales, from which the language
873 * If the localesList is empty, no restrictions will be placed on
880 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status);

Completed in 26 milliseconds