Home
last modified time | relevance | path

Searched refs:fAllowedCharsSet (Results 1 – 11 of 11) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSpoofChecker.java510 …final UnicodeSet fAllowedCharsSet = new UnicodeSet(0, 0x10ffff); // The UnicodeSet of allowed char… field in SpoofChecker.Builder
541 fAllowedCharsSet.set(src.fAllowedCharsSet); in Builder()
571 result.fAllowedCharsSet = (UnicodeSet) (this.fAllowedCharsSet.clone()); in build()
572 result.fAllowedCharsSet.freeze(); in build()
698 fAllowedCharsSet.clear(); in setAllowedLocales()
703 addScriptChars(locale, fAllowedCharsSet); in setAllowedLocales()
710 fAllowedCharsSet.add(0, 0x10ffff); in setAllowedLocales()
719 fAllowedCharsSet.addAll(tempSet); in setAllowedLocales()
721 fAllowedCharsSet.addAll(tempSet); in setAllowedLocales()
782 fAllowedCharsSet.set(chars); in setAllowedChars()
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DSpoofChecker.java471 …final UnicodeSet fAllowedCharsSet = new UnicodeSet(0, 0x10ffff); // The UnicodeSet of allowed char… field in SpoofChecker.Builder
499 fAllowedCharsSet.set(src.fAllowedCharsSet); in Builder()
528 result.fAllowedCharsSet = (UnicodeSet) (this.fAllowedCharsSet.clone()); in build()
529 result.fAllowedCharsSet.freeze(); in build()
648 fAllowedCharsSet.clear(); in setAllowedLocales()
653 addScriptChars(locale, fAllowedCharsSet); in setAllowedLocales()
660 fAllowedCharsSet.add(0, 0x10ffff); in setAllowedLocales()
669 fAllowedCharsSet.addAll(tempSet); in setAllowedLocales()
671 fAllowedCharsSet.addAll(tempSet); in setAllowedLocales()
730 fAllowedCharsSet.set(chars); in setAllowedChars()
[all …]
/third_party/skia/third_party/externals/icu/source/i18n/
Duspoof_impl.cpp57 fAllowedCharsSet = NULL; in construct()
64 fAllowedCharsSet = allowedCharsSet; in construct()
66 if (fAllowedCharsSet == NULL || fAllowedLocales == NULL) { in construct()
76 fChecks(USPOOF_ALL_CHECKS), fSpoofData(NULL), fAllowedCharsSet(NULL) , in SpoofImpl()
85 fAllowedCharsSet = src.fAllowedCharsSet->clone(); in SpoofImpl()
87 if (fAllowedCharsSet == NULL || fAllowedLocales == NULL) { in SpoofImpl()
97 delete fAllowedCharsSet; in ~SpoofImpl()
175 delete fAllowedCharsSet; in setAllowedLocales()
176 fAllowedCharsSet = tmpSet; in setAllowedLocales()
205 delete fAllowedCharsSet; in setAllowedLocales()
[all …]
Duspoof.cpp332 return This->fAllowedCharsSet; in uspoof_getAllowedUnicodeSet()
359 delete This->fAllowedCharsSet; in uspoof_setAllowedUnicodeSet()
360 This->fAllowedCharsSet = clonedSet; in uspoof_setAllowedUnicodeSet()
593 if (!This->fAllowedCharsSet->contains(c)) { in checkImpl()
Duspoof_impl.h106 const UnicodeSet *fAllowedCharsSet; // The UnicodeSet of allowed characters. variable
/third_party/node/deps/icu-small/source/i18n/
Duspoof_impl.cpp57 fAllowedCharsSet = nullptr; in construct()
64 fAllowedCharsSet = allowedCharsSet; in construct()
66 if (fAllowedCharsSet == nullptr || fAllowedLocales == nullptr) { in construct()
76 fChecks(USPOOF_ALL_CHECKS), fSpoofData(nullptr), fAllowedCharsSet(nullptr) , in SpoofImpl()
85 fAllowedCharsSet = src.fAllowedCharsSet->clone(); in SpoofImpl()
87 if (fAllowedCharsSet == nullptr || fAllowedLocales == nullptr) { in SpoofImpl()
97 delete fAllowedCharsSet; in ~SpoofImpl()
175 delete fAllowedCharsSet; in setAllowedLocales()
176 fAllowedCharsSet = tmpSet; in setAllowedLocales()
205 delete fAllowedCharsSet; in setAllowedLocales()
[all …]
Duspoof.cpp336 return This->fAllowedCharsSet; in uspoof_getAllowedUnicodeSet()
363 delete This->fAllowedCharsSet; in uspoof_setAllowedUnicodeSet()
364 This->fAllowedCharsSet = clonedSet; in uspoof_setAllowedUnicodeSet()
597 if (!This->fAllowedCharsSet->contains(c)) { in checkImpl()
Duspoof_impl.h107 const UnicodeSet *fAllowedCharsSet; // The UnicodeSet of allowed characters. variable
/third_party/icu/icu4c/source/i18n/
Duspoof_impl.cpp57 fAllowedCharsSet = NULL; in construct()
64 fAllowedCharsSet = allowedCharsSet; in construct()
66 if (fAllowedCharsSet == NULL || fAllowedLocales == NULL) { in construct()
76 fChecks(USPOOF_ALL_CHECKS), fSpoofData(NULL), fAllowedCharsSet(NULL) , in SpoofImpl()
85 fAllowedCharsSet = src.fAllowedCharsSet->clone(); in SpoofImpl()
87 if (fAllowedCharsSet == NULL || fAllowedLocales == NULL) { in SpoofImpl()
97 delete fAllowedCharsSet; in ~SpoofImpl()
175 delete fAllowedCharsSet; in setAllowedLocales()
176 fAllowedCharsSet = tmpSet; in setAllowedLocales()
205 delete fAllowedCharsSet; in setAllowedLocales()
[all …]
Duspoof.cpp336 return This->fAllowedCharsSet; in uspoof_getAllowedUnicodeSet()
363 delete This->fAllowedCharsSet; in uspoof_setAllowedUnicodeSet()
364 This->fAllowedCharsSet = clonedSet; in uspoof_setAllowedUnicodeSet()
597 if (!This->fAllowedCharsSet->contains(c)) { in checkImpl()
Duspoof_impl.h107 const UnicodeSet *fAllowedCharsSet; // The UnicodeSet of allowed characters. variable