Searched refs:localesList (Results 1 – 8 of 8) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | uspoof_impl.cpp | 266 void SpoofImpl::setAllowedLocales(const char *localesList, UErrorCode &status) { in setAllowedLocales() argument 269 const char *locStart = localesList; in setAllowedLocales() 271 const char *localesListEnd = localesList + uprv_strlen(localesList); in setAllowedLocales() 336 const char *tmpLocalesList = uprv_strdup(localesList); in setAllowedLocales()
|
D | uspoof_impl.h | 72 void setAllowedLocales(const char *localesList, UErrorCode &status);
|
D | uspoof.cpp | 239 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status) { in uspoof_setAllowedLocales() argument 244 This->setAllowedLocales(localesList, *status); in uspoof_setAllowedLocales()
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | uspoof_impl.cpp | 266 void SpoofImpl::setAllowedLocales(const char *localesList, UErrorCode &status) { in setAllowedLocales() argument 269 const char *locStart = localesList; in setAllowedLocales() 271 const char *localesListEnd = localesList + uprv_strlen(localesList); in setAllowedLocales() 336 const char *tmpLocalesList = uprv_strdup(localesList); in setAllowedLocales()
|
D | uspoof_impl.h | 72 void setAllowedLocales(const char *localesList, UErrorCode &status);
|
D | uspoof.cpp | 206 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status) { in uspoof_setAllowedLocales() argument 211 This->setAllowedLocales(localesList, *status); in uspoof_setAllowedLocales()
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
D | uspoof.h | 519 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status);
|
/external/icu/icu4c/source/i18n/unicode/ |
D | uspoof.h | 527 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status);
|