/third_party/node/deps/icu-small/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 | 305 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status) { in uspoof_setAllowedLocales() argument 310 This->setAllowedLocales(localesList, *status); in uspoof_setAllowedLocales()
|
/third_party/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()
|
/third_party/flutter/skia/third_party/externals/icu/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()
|
/third_party/skia/third_party/externals/icu/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()
|
/third_party/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()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/ |
D | uspoof.h | 831 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status);
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | uspoof.h | 815 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status);
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | uspoof.h | 815 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status);
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | uspoof.h | 815 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status);
|