Lines Matching refs:fAllowedLocales
30 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()
347 return fAllowedLocales; in getAllowedLocales()