Lines Matching refs:fAllowedLocales
33 fAllowedLocales(NULL), fCachedIdentifierInfo(NULL) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
43 fAllowedLocales = uprv_strdup(""); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
44 if (fAllowedCharsSet == NULL || fAllowedLocales == NULL) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
54 fAllowedLocales(NULL), fCachedIdentifierInfo(NULL) { in SpoofImpl()
58 fAllowedLocales = uprv_strdup(""); in SpoofImpl()
66 fAllowedLocales(NULL), fCachedIdentifierInfo(NULL) { in SpoofImpl()
79 fAllowedLocales = uprv_strdup(src.fAllowedLocales); in SpoofImpl()
90 uprv_free((void *)fAllowedLocales); in ~SpoofImpl()
306 uprv_free((void *)fAllowedLocales); in setAllowedLocales()
307 fAllowedLocales = uprv_strdup(""); in setAllowedLocales()
309 if (fAllowedLocales == NULL || tmpSet == NULL) { in setAllowedLocales()
341 uprv_free((void *)fAllowedLocales); in setAllowedLocales()
342 fAllowedLocales = tmpLocalesList; in setAllowedLocales()
351 return fAllowedLocales; in getAllowedLocales()