Lines Matching refs:fAllowedLocales
32 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()
308 if (fAllowedLocales == NULL || tmpSet == NULL) { in setAllowedLocales()
340 uprv_free((void *)fAllowedLocales); in setAllowedLocales()
341 fAllowedLocales = tmpLocalesList; in setAllowedLocales()
350 return fAllowedLocales; in getAllowedLocales()