Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Duspoof_impl.cpp261 void SpoofImpl::setAllowedLocales(const char *localesList, UErrorCode &status) { in setAllowedLocales() argument
264 const char *locStart = localesList; in setAllowedLocales()
266 const char *localesListEnd = localesList + uprv_strlen(localesList); in setAllowedLocales()
331 const char *tmpLocalesList = uprv_strdup(localesList); in setAllowedLocales()
Duspoof_impl.h71 void setAllowedLocales(const char *localesList, UErrorCode &status);
Duspoof.cpp122 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status) { in uspoof_setAllowedLocales() argument
127 This->setAllowedLocales(localesList, *status); in uspoof_setAllowedLocales()
/external/icu4c/i18n/unicode/
Duspoof.h405 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status);