Lines Matching refs:fAllowedCharsSet
31 fMagic(0), fSpoofData(NULL), fAllowedCharsSet(NULL) , fAllowedLocales(uprv_strdup("")) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
44 fAllowedCharsSet = allowedCharsSet; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
54 fAllowedCharsSet = allowedCharsSet; in SpoofImpl()
61 fMagic(0), fSpoofData(NULL), fAllowedCharsSet(NULL) { in SpoofImpl()
70 fAllowedCharsSet = static_cast<const UnicodeSet *>(src.fAllowedCharsSet->clone()); in SpoofImpl()
71 if (fAllowedCharsSet == NULL) { in SpoofImpl()
83 delete fAllowedCharsSet; in ~SpoofImpl()
310 delete fAllowedCharsSet; in setAllowedLocales()
311 fAllowedCharsSet = tmpSet; in setAllowedLocales()
340 delete fAllowedCharsSet; in setAllowedLocales()
341 fAllowedCharsSet = tmpSet; in setAllowedLocales()