Home
last modified time | relevance | path

Searched refs:localesList (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/
Duspoof_impl.cpp264 void SpoofImpl::setAllowedLocales(const char *localesList, UErrorCode &status) { in setAllowedLocales() argument
267 const char *locStart = localesList; in setAllowedLocales()
269 const char *localesListEnd = localesList + uprv_strlen(localesList); in setAllowedLocales()
334 const char *tmpLocalesList = uprv_strdup(localesList); in setAllowedLocales()
Duspoof_impl.h72 void setAllowedLocales(const char *localesList, UErrorCode &status);
Duspoof.cpp267 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status) { in uspoof_setAllowedLocales() argument
272 This->setAllowedLocales(localesList, *status); in uspoof_setAllowedLocales()
/external/icu/icu4c/source/i18n/unicode/
Duspoof.h531 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status);