Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Duspoof_impl.cpp139 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()
Duspoof_impl.h72 void setAllowedLocales(const char *localesList, UErrorCode &status);
Duspoof.cpp253 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status) { in uspoof_setAllowedLocales() argument
258 This->setAllowedLocales(localesList, *status); in uspoof_setAllowedLocales()
/external/icu/icu4c/source/i18n/unicode/
Duspoof.h825 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status);