Home
last modified time | relevance | path

Searched refs:fAllowedLocales (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
Duspoof_impl.cpp32 fAllowedLocales(NULL), fCachedIdentifierInfo(NULL) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
42 fAllowedLocales = uprv_strdup(""); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
43 if (fAllowedCharsSet == NULL || fAllowedLocales == NULL) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
53 fAllowedLocales(NULL), fCachedIdentifierInfo(NULL) { in SpoofImpl()
57 fAllowedLocales = uprv_strdup(""); in SpoofImpl()
65 fAllowedLocales(NULL), fCachedIdentifierInfo(NULL) { in SpoofImpl()
78 fAllowedLocales = uprv_strdup(src.fAllowedLocales); in SpoofImpl()
89 uprv_free((void *)fAllowedLocales); in ~SpoofImpl()
305 uprv_free((void *)fAllowedLocales); in setAllowedLocales()
306 fAllowedLocales = uprv_strdup(""); in setAllowedLocales()
[all …]
Duspoof_impl.h111 const char *fAllowedLocales; // The list of allowed locales. variable
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSpoofChecker.java405 … final Set<ULocale> fAllowedLocales = new LinkedHashSet<ULocale>(); // The list of allowed locales. field in SpoofChecker.Builder
435 fAllowedLocales.addAll(src.fAllowedLocales); in Builder()
465 result.fAllowedLocales = new HashSet<ULocale>(this.fAllowedLocales); in build()
556 fAllowedLocales.clear(); in setAllowedLocales()
572 fAllowedLocales.clear(); in setAllowedLocales()
573 fAllowedLocales.addAll(locales); in setAllowedLocales()
627 fAllowedLocales.clear(); in setAllowedChars()
1472 return Collections.unmodifiableSet(fAllowedLocales);
1484 HashSet<Locale> locales = new HashSet<Locale>(fAllowedLocales.size());
1485 for (ULocale uloc : fAllowedLocales) {
[all …]