Searched refs:fAllowedLocales (Results 1 – 4 of 4) sorted by relevance
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()[all …]
111 const char *fAllowedLocales; // The list of allowed locales. variable
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()[all …]
122 const char *fAllowedLocales; // The list of allowed locales. variable