Home
last modified time | relevance | path

Searched refs:fChecks (Results 1 – 9 of 9) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
DSpoofChecker.java473 int fChecks; // Bit vector of checks to perform. field in SpoofChecker.Builder
486 fChecks = ALL_CHECKS; in Builder()
498 fChecks = src.fChecks; in Builder()
530 result.fChecks = this.fChecks; in build()
623 this.fChecks = (checks & SpoofChecker.ALL_CHECKS); in setChecks()
668 fChecks &= ~CHAR_LIMIT; in setAllowedLocales()
683 fChecks |= CHAR_LIMIT; in setAllowedLocales()
739 fChecks |= CHAR_LIMIT; in setAllowedChars()
755 fChecks |= RESTRICTION_LEVEL | MIXED_NUMBERS; in setRestrictionLevel()
1112 return fChecks;
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSpoofChecker.java508 int fChecks; // Bit vector of checks to perform. field in SpoofChecker.Builder
523 fChecks = ALL_CHECKS; in Builder()
536 fChecks = src.fChecks; in Builder()
569 result.fChecks = this.fChecks; in build()
665 this.fChecks = (checks & SpoofChecker.ALL_CHECKS); in setChecks()
711 fChecks &= ~CHAR_LIMIT; in setAllowedLocales()
726 fChecks |= CHAR_LIMIT; in setAllowedLocales()
784 fChecks |= CHAR_LIMIT; in setAllowedChars()
801 fChecks |= RESTRICTION_LEVEL | MIXED_NUMBERS; in setRestrictionLevel()
1159 return fChecks;
[all …]
/external/icu/icu4c/source/i18n/
Duspoof.cpp272 This->fChecks = checks; in uspoof_setChecks()
282 return This->fChecks; in uspoof_getChecks()
291 This->fChecks |= USPOOF_RESTRICTION_LEVEL; in uspoof_setRestrictionLevel()
365 This->fChecks |= USPOOF_CHAR_LIMIT; in uspoof_setAllowedUnicodeSet()
493 if ((This->fChecks & USPOOF_CONFUSABLE) == 0) { in uspoof_areConfusableUnicodeString()
528 if ((This->fChecks & USPOOF_SINGLE_SCRIPT_CONFUSABLE) == 0) { in uspoof_areConfusableUnicodeString()
531 if ((This->fChecks & USPOOF_MIXED_SCRIPT_CONFUSABLE) == 0) { in uspoof_areConfusableUnicodeString()
534 if ((This->fChecks & USPOOF_WHOLE_SCRIPT_CONFUSABLE) == 0) { in uspoof_areConfusableUnicodeString()
565 if (0 != (This->fChecks & USPOOF_RESTRICTION_LEVEL)) { in checkImpl()
573 if (0 != (This->fChecks & USPOOF_MIXED_NUMBERS)) { in checkImpl()
[all …]
Duspoof_impl.cpp55 fChecks = USPOOF_ALL_CHECKS; in construct()
76 fChecks(USPOOF_ALL_CHECKS), fSpoofData(NULL), fAllowedCharsSet(NULL) , in SpoofImpl()
81 fChecks = src.fChecks; in SpoofImpl()
177 fChecks &= ~USPOOF_CHAR_LIMIT; in setAllowedLocales()
207 fChecks |= USPOOF_CHAR_LIMIT; in setAllowedLocales()
466 fChecks = 0; in clear()
473 return fChecks | fRestrictionLevel; in toCombinedBitmask()
475 return fChecks; in toCombinedBitmask()
Duspoof_impl.h103 int32_t fChecks; // Bit vector of checks to perform. variable
134 int32_t fChecks; // Bit vector of checks that were failed. variable
/external/cronet/third_party/icu/source/i18n/
Duspoof.cpp272 This->fChecks = checks; in uspoof_setChecks()
282 return This->fChecks; in uspoof_getChecks()
291 This->fChecks |= USPOOF_RESTRICTION_LEVEL; in uspoof_setRestrictionLevel()
365 This->fChecks |= USPOOF_CHAR_LIMIT; in uspoof_setAllowedUnicodeSet()
493 if ((This->fChecks & USPOOF_CONFUSABLE) == 0) { in uspoof_areConfusableUnicodeString()
528 if ((This->fChecks & USPOOF_SINGLE_SCRIPT_CONFUSABLE) == 0) { in uspoof_areConfusableUnicodeString()
531 if ((This->fChecks & USPOOF_MIXED_SCRIPT_CONFUSABLE) == 0) { in uspoof_areConfusableUnicodeString()
534 if ((This->fChecks & USPOOF_WHOLE_SCRIPT_CONFUSABLE) == 0) { in uspoof_areConfusableUnicodeString()
565 if (0 != (This->fChecks & USPOOF_RESTRICTION_LEVEL)) { in checkImpl()
573 if (0 != (This->fChecks & USPOOF_MIXED_NUMBERS)) { in checkImpl()
[all …]
Duspoof_impl.cpp55 fChecks = USPOOF_ALL_CHECKS; in construct()
76 fChecks(USPOOF_ALL_CHECKS), fSpoofData(NULL), fAllowedCharsSet(NULL) , in SpoofImpl()
81 fChecks = src.fChecks; in SpoofImpl()
177 fChecks &= ~USPOOF_CHAR_LIMIT; in setAllowedLocales()
207 fChecks |= USPOOF_CHAR_LIMIT; in setAllowedLocales()
466 fChecks = 0; in clear()
473 return fChecks | fRestrictionLevel; in toCombinedBitmask()
475 return fChecks; in toCombinedBitmask()
Duspoof_impl.h103 int32_t fChecks; // Bit vector of checks to perform. variable
134 int32_t fChecks; // Bit vector of checks that were failed. variable
/external/icu/libicu/cts_headers/
Duspoof_impl.h103 int32_t fChecks; // Bit vector of checks to perform. variable
134 int32_t fChecks; // Bit vector of checks that were failed. variable