Searched refs:fAllowedCharsSet (Results 1 – 3 of 3) sorted by relevance
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()[all …]
153 return This->fAllowedCharsSet; in uspoof_getAllowedUnicodeSet()180 delete This->fAllowedCharsSet; in uspoof_setAllowedUnicodeSet()181 This->fAllowedCharsSet = clonedSet; in uspoof_setAllowedUnicodeSet()229 if (!This->fAllowedCharsSet->contains(c)) { in uspoof_check()
112 const UnicodeSet *fAllowedCharsSet; // The UnicodeSet of allowed characters. variable