Home
last modified time | relevance | path

Searched refs:getAllowedLocales (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/i18n/
Duspoof_impl.h73 const char * getAllowedLocales(UErrorCode &status);
Duspoof.cpp264 return This->getAllowedLocales(*status); in uspoof_getAllowedLocales()
Duspoof_impl.cpp349 const char * SpoofImpl::getAllowedLocales(UErrorCode &/*status*/) { in getAllowedLocales() function in SpoofImpl
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/
DSpoofCheckerTest.java236 allowedLocales = sc.getAllowedLocales(); in TestAllowedLocales()
249 allowedLocales = sc.getAllowedLocales(); in TestAllowedLocales()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSpoofChecker.java1471 public Set<ULocale> getAllowedLocales() {