HomeSort by relevance Sort by last modified time
    Searched refs:fChecks (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
uspoof.cpp 173 This->fChecks = checks;
183 return This->fChecks;
265 This->fChecks |= USPOOF_CHAR_LIMIT;
361 if ((This->fChecks & (USPOOF_SINGLE_SCRIPT_CONFUSABLE | USPOOF_MIXED_SCRIPT_CONFUSABLE |
366 int32_t flagsForSkeleton = This->fChecks & USPOOF_ANY_CASE;
380 if (This->fChecks & USPOOF_SINGLE_SCRIPT_CONFUSABLE) {
403 id1ScriptCount <= 1 && id2ScriptCount <= 1 && (This->fChecks & USPOOF_WHOLE_SCRIPT_CONFUSABLE);
408 if ((This->fChecks & USPOOF_MIXED_SCRIPT_CONFUSABLE) || possiblyWholeScriptConfusables ) {
443 if ((This->fChecks) & (USPOOF_RESTRICTION_LEVEL | USPOOF_MIXED_NUMBERS)) {
453 if ((This->fChecks) & USPOOF_RESTRICTION_LEVEL)
    [all...]
uspoof_impl.cpp 32 fMagic(0), fChecks(USPOOF_ALL_CHECKS), fSpoofData(NULL), fAllowedCharsSet(NULL) ,
53 fMagic(USPOOF_MAGIC), fChecks(USPOOF_ALL_CHECKS), fSpoofData(NULL), fAllowedCharsSet(NULL) ,
65 fMagic(0), fChecks(USPOOF_ALL_CHECKS), fSpoofData(NULL), fAllowedCharsSet(NULL) ,
71 fChecks = src.fChecks;
242 (fChecks & USPOOF_ANY_CASE) ? fSpoofData->fAnyCaseTrie : fSpoofData->fLowerCaseTrie;
316 fChecks &= ~USPOOF_CHAR_LIMIT;
346 fChecks |= USPOOF_CHAR_LIMIT;
uspoof_impl.h 104 int32_t fChecks; // Bit vector of checks to perform.
  /external/icu/icu4c/source/i18n/
uspoof.cpp 206 This->fChecks = checks;
216 return This->fChecks;
298 This->fChecks |= USPOOF_CHAR_LIMIT;
394 if ((This->fChecks & (USPOOF_SINGLE_SCRIPT_CONFUSABLE | USPOOF_MIXED_SCRIPT_CONFUSABLE |
399 int32_t flagsForSkeleton = This->fChecks & USPOOF_ANY_CASE;
413 if (This->fChecks & USPOOF_SINGLE_SCRIPT_CONFUSABLE) {
436 id1ScriptCount <= 1 && id2ScriptCount <= 1 && (This->fChecks & USPOOF_WHOLE_SCRIPT_CONFUSABLE);
441 if ((This->fChecks & USPOOF_MIXED_SCRIPT_CONFUSABLE) || possiblyWholeScriptConfusables ) {
476 if ((This->fChecks) & (USPOOF_RESTRICTION_LEVEL | USPOOF_MIXED_NUMBERS)) {
486 if ((This->fChecks) & USPOOF_RESTRICTION_LEVEL)
    [all...]
uspoof_impl.cpp 32 fMagic(0), fChecks(USPOOF_ALL_CHECKS), fSpoofData(NULL), fAllowedCharsSet(NULL) ,
53 fMagic(USPOOF_MAGIC), fChecks(USPOOF_ALL_CHECKS), fSpoofData(NULL), fAllowedCharsSet(NULL) ,
65 fMagic(0), fChecks(USPOOF_ALL_CHECKS), fSpoofData(NULL), fAllowedCharsSet(NULL) ,
71 fChecks = src.fChecks;
242 (fChecks & USPOOF_ANY_CASE) ? fSpoofData->fAnyCaseTrie : fSpoofData->fLowerCaseTrie;
316 fChecks &= ~USPOOF_CHAR_LIMIT;
346 fChecks |= USPOOF_CHAR_LIMIT;
uspoof_impl.h 104 int32_t fChecks; // Bit vector of checks to perform.
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 76 milliseconds