Home | History | Annotate | Download | only in i18n

Lines Matching refs:fAllowedLocales

33         fAllowedLocales(NULL), fCachedIdentifierInfo(NULL) {
43 fAllowedLocales = uprv_strdup("");
44 if (fAllowedCharsSet == NULL || fAllowedLocales == NULL) {
54 fAllowedLocales(NULL), fCachedIdentifierInfo(NULL) {
58 fAllowedLocales = uprv_strdup("");
66 fAllowedLocales(NULL), fCachedIdentifierInfo(NULL) {
79 fAllowedLocales = uprv_strdup(src.fAllowedLocales);
90 uprv_free((void *)fAllowedLocales);
306 uprv_free((void *)fAllowedLocales);
307 fAllowedLocales = uprv_strdup("");
309 if (fAllowedLocales == NULL || tmpSet == NULL) {
341 uprv_free((void *)fAllowedLocales);
342 fAllowedLocales = tmpLocalesList;
351 return fAllowedLocales;