Home
last modified time | relevance | path

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

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSpoofChecker.java512 final Set<ULocale> fAllowedLocales = new LinkedHashSet<>(); // The list of allowed locales. field in SpoofChecker.Builder
542 fAllowedLocales.addAll(src.fAllowedLocales); in Builder()
573 result.fAllowedLocales = new HashSet<>(this.fAllowedLocales); in build()
708 fAllowedLocales.clear(); in setAllowedLocales()
724 fAllowedLocales.clear(); in setAllowedLocales()
725 fAllowedLocales.addAll(locales); in setAllowedLocales()
783 fAllowedLocales.clear(); in setAllowedChars()
1176 return Collections.unmodifiableSet(fAllowedLocales);
1187 HashSet<Locale> locales = new HashSet<>(fAllowedLocales.size());
1188 for (ULocale uloc : fAllowedLocales) {
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DSpoofChecker.java473 final Set<ULocale> fAllowedLocales = new LinkedHashSet<>(); // The list of allowed locales. field in SpoofChecker.Builder
500 fAllowedLocales.addAll(src.fAllowedLocales); in Builder()
530 result.fAllowedLocales = new HashSet<>(this.fAllowedLocales); in build()
658 fAllowedLocales.clear(); in setAllowedLocales()
674 fAllowedLocales.clear(); in setAllowedLocales()
675 fAllowedLocales.addAll(locales); in setAllowedLocales()
731 fAllowedLocales.clear(); in setAllowedChars()
1121 return Collections.unmodifiableSet(fAllowedLocales);
1131 HashSet<Locale> locales = new HashSet<>(fAllowedLocales.size());
1132 for (ULocale uloc : fAllowedLocales) {
[all …]
/third_party/skia/third_party/externals/icu/source/i18n/
Duspoof_impl.cpp58 fAllowedLocales = NULL; in construct()
65 fAllowedLocales = uprv_strdup(""); in construct()
66 if (fAllowedCharsSet == NULL || fAllowedLocales == NULL) { in construct()
77 fAllowedLocales(NULL) { in SpoofImpl()
86 fAllowedLocales = uprv_strdup(src.fAllowedLocales); in SpoofImpl()
87 if (fAllowedCharsSet == NULL || fAllowedLocales == NULL) { in SpoofImpl()
98 uprv_free((void *)fAllowedLocales); in ~SpoofImpl()
167 uprv_free((void *)fAllowedLocales); in setAllowedLocales()
168 fAllowedLocales = uprv_strdup(""); in setAllowedLocales()
170 if (fAllowedLocales == NULL || tmpSet == NULL) { in setAllowedLocales()
[all …]
Duspoof_impl.h109 const char *fAllowedLocales; // The list of allowed locales. variable
/third_party/node/deps/icu-small/source/i18n/
Duspoof_impl.cpp58 fAllowedLocales = nullptr; in construct()
65 fAllowedLocales = uprv_strdup(""); in construct()
66 if (fAllowedCharsSet == nullptr || fAllowedLocales == nullptr) { in construct()
77 fAllowedLocales(nullptr) { in SpoofImpl()
86 fAllowedLocales = uprv_strdup(src.fAllowedLocales); in SpoofImpl()
87 if (fAllowedCharsSet == nullptr || fAllowedLocales == nullptr) { in SpoofImpl()
98 uprv_free((void *)fAllowedLocales); in ~SpoofImpl()
167 uprv_free((void *)fAllowedLocales); in setAllowedLocales()
168 fAllowedLocales = uprv_strdup(""); in setAllowedLocales()
170 if (fAllowedLocales == nullptr || tmpSet == nullptr) { in setAllowedLocales()
[all …]
Duspoof_impl.h110 const char *fAllowedLocales; // The list of allowed locales. variable
/third_party/icu/icu4c/source/i18n/
Duspoof_impl.cpp58 fAllowedLocales = NULL; in construct()
65 fAllowedLocales = uprv_strdup(""); in construct()
66 if (fAllowedCharsSet == NULL || fAllowedLocales == NULL) { in construct()
77 fAllowedLocales(NULL) { in SpoofImpl()
86 fAllowedLocales = uprv_strdup(src.fAllowedLocales); in SpoofImpl()
87 if (fAllowedCharsSet == NULL || fAllowedLocales == NULL) { in SpoofImpl()
98 uprv_free((void *)fAllowedLocales); in ~SpoofImpl()
167 uprv_free((void *)fAllowedLocales); in setAllowedLocales()
168 fAllowedLocales = uprv_strdup(""); in setAllowedLocales()
170 if (fAllowedLocales == NULL || tmpSet == NULL) { in setAllowedLocales()
[all …]
Duspoof_impl.h110 const char *fAllowedLocales; // The list of allowed locales. variable