Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Duspoof.cpp109 This->fChecks = checks; in uspoof_setChecks()
119 return This->fChecks; in uspoof_getChecks()
182 This->fChecks |= USPOOF_CHAR_LIMIT; in uspoof_setAllowedUnicodeSet()
215 if ((This->fChecks) & USPOOF_SINGLE_SCRIPT) { in uspoof_check()
224 if (This->fChecks & USPOOF_CHAR_LIMIT) { in uspoof_check()
239 if (This->fChecks & in uspoof_check()
246 if (This->fChecks & USPOOF_INVISIBLE) { in uspoof_check()
291 if (This->fChecks & (USPOOF_WHOLE_SCRIPT_CONFUSABLE | USPOOF_MIXED_SCRIPT_CONFUSABLE)) { in uspoof_check()
314 if ((This->fChecks & USPOOF_WHOLE_SCRIPT_CONFUSABLE) && in uspoof_check()
320 if ((This->fChecks & USPOOF_MIXED_SCRIPT_CONFUSABLE) && in uspoof_check()
[all …]
Duspoof_impl.cpp37 fChecks = USPOOF_ALL_CHECKS; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
51 fChecks = USPOOF_ALL_CHECKS; in SpoofImpl()
66 fChecks = src.fChecks; in SpoofImpl()
240 (fChecks & USPOOF_ANY_CASE) ? fSpoofData->fAnyCaseTrie : fSpoofData->fLowerCaseTrie; in wholeScriptCheck()
312 fChecks &= ~USPOOF_CHAR_LIMIT; in setAllowedLocales()
342 fChecks |= USPOOF_CHAR_LIMIT; in setAllowedLocales()
Duspoof_impl.h108 int32_t fChecks; // Bit vector of checks to perform. variable