Searched refs:fAllowedCharsSet (Results 1 – 6 of 6) sorted by relevance
/external/icu4c/i18n/ |
D | uspoof_impl.cpp | 32 fMagic(0), fChecks(USPOOF_ALL_CHECKS), fSpoofData(NULL), fAllowedCharsSet(NULL) , in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 42 fAllowedCharsSet = allowedCharsSet; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 44 if (fAllowedCharsSet == NULL || fAllowedLocales == NULL) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 53 … fMagic(USPOOF_MAGIC), fChecks(USPOOF_ALL_CHECKS), fSpoofData(NULL), fAllowedCharsSet(NULL) , in SpoofImpl() 57 fAllowedCharsSet = allowedCharsSet; in SpoofImpl() 65 fMagic(0), fChecks(USPOOF_ALL_CHECKS), fSpoofData(NULL), fAllowedCharsSet(NULL) , in SpoofImpl() 75 fAllowedCharsSet = static_cast<const UnicodeSet *>(src.fAllowedCharsSet->clone()); in SpoofImpl() 76 if (fAllowedCharsSet == NULL) { in SpoofImpl() 89 delete fAllowedCharsSet; in ~SpoofImpl() 314 delete fAllowedCharsSet; in setAllowedLocales() [all …]
|
D | uspoof.cpp | 236 return This->fAllowedCharsSet; in uspoof_getAllowedUnicodeSet() 263 delete This->fAllowedCharsSet; in uspoof_setAllowedUnicodeSet() 264 This->fAllowedCharsSet = clonedSet; in uspoof_setAllowedUnicodeSet() 449 identifierInfo->setIdentifierProfile(*This->fAllowedCharsSet); in uspoof_checkUnicodeString() 484 if (!This->fAllowedCharsSet->contains(c)) { in uspoof_checkUnicodeString()
|
D | uspoof_impl.h | 108 const UnicodeSet *fAllowedCharsSet; // The UnicodeSet of allowed characters. variable
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | uspoof_impl.cpp | 30 fMagic(0), fSpoofData(NULL), fAllowedCharsSet(NULL) , fAllowedLocales(NULL) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 42 fAllowedCharsSet = allowedCharsSet; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 53 fAllowedCharsSet = allowedCharsSet; in SpoofImpl() 60 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 …]
|
D | uspoof.cpp | 155 return This->fAllowedCharsSet; in uspoof_getAllowedUnicodeSet() 182 delete This->fAllowedCharsSet; in uspoof_setAllowedUnicodeSet() 183 This->fAllowedCharsSet = clonedSet; in uspoof_setAllowedUnicodeSet() 231 if (!This->fAllowedCharsSet->contains(c)) { in uspoof_check()
|
D | uspoof_impl.h | 119 const UnicodeSet *fAllowedCharsSet; // The UnicodeSet of allowed characters. variable
|