Searched refs:fAllowedLocales (Results 1 – 8 of 8) sorted by relevance
512 final Set<ULocale> fAllowedLocales = new LinkedHashSet<>(); // The list of allowed locales. field in SpoofChecker.Builder542 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 …]
473 final Set<ULocale> fAllowedLocales = new LinkedHashSet<>(); // The list of allowed locales. field in SpoofChecker.Builder500 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 …]
58 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 …]
109 const char *fAllowedLocales; // The list of allowed locales. variable
58 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 …]
110 const char *fAllowedLocales; // The list of allowed locales. variable