Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Duspoof_impl.cpp30 fMagic(0), fSpoofData(NULL), fAllowedCharsSet(NULL) , fAllowedLocales(NULL) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
43 fAllowedLocales = uprv_strdup(""); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
54 fAllowedLocales = uprv_strdup(""); in SpoofImpl()
74 fAllowedLocales = uprv_strdup(src.fAllowedLocales); in SpoofImpl()
84 uprv_free((void *)fAllowedLocales); in ~SpoofImpl()
302 uprv_free((void *)fAllowedLocales); in setAllowedLocales()
303 fAllowedLocales = uprv_strdup(""); in setAllowedLocales()
305 if (fAllowedLocales == NULL || tmpSet == NULL) { in setAllowedLocales()
337 uprv_free((void *)fAllowedLocales); in setAllowedLocales()
338 fAllowedLocales = tmpLocalesList; in setAllowedLocales()
[all …]
Duspoof_impl.h122 const char *fAllowedLocales; // The list of allowed locales. variable