Lines Matching refs:fAllowedLocales
58 fAllowedLocales = NULL; in construct()
65 fAllowedLocales = uprv_strdup(""); in construct()
66 if (fAllowedCharsSet == NULL || fAllowedLocales == NULL) { in construct()
77 fAllowedLocales(NULL) { in SpoofImpl()
86 fAllowedLocales = uprv_strdup(src.fAllowedLocales); in SpoofImpl()
87 if (fAllowedCharsSet == NULL || fAllowedLocales == NULL) { in SpoofImpl()
98 uprv_free((void *)fAllowedLocales); in ~SpoofImpl()
167 uprv_free((void *)fAllowedLocales); in setAllowedLocales()
168 fAllowedLocales = uprv_strdup(""); in setAllowedLocales()
170 if (fAllowedLocales == NULL || tmpSet == NULL) { in setAllowedLocales()
202 uprv_free((void *)fAllowedLocales); in setAllowedLocales()
203 fAllowedLocales = tmpLocalesList; in setAllowedLocales()
212 return fAllowedLocales; in getAllowedLocales()