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

  /external/icu4c/i18n/
uspoof.cpp 109 This->fChecks = checks;
119 return This->fChecks;
182 This->fChecks |= USPOOF_CHAR_LIMIT;
215 if ((This->fChecks) & USPOOF_SINGLE_SCRIPT) {
224 if (This->fChecks & USPOOF_CHAR_LIMIT) {
239 if (This->fChecks &
246 if (This->fChecks & USPOOF_INVISIBLE) {
291 if (This->fChecks & (USPOOF_WHOLE_SCRIPT_CONFUSABLE | USPOOF_MIXED_SCRIPT_CONFUSABLE)) {
314 if ((This->fChecks & USPOOF_WHOLE_SCRIPT_CONFUSABLE) &&
320 if ((This->fChecks & USPOOF_MIXED_SCRIPT_CONFUSABLE) &
    [all...]
uspoof_impl.cpp 37 fChecks = USPOOF_ALL_CHECKS;
51 fChecks = USPOOF_ALL_CHECKS;
66 fChecks = src.fChecks;
240 (fChecks & USPOOF_ANY_CASE) ? fSpoofData->fAnyCaseTrie : fSpoofData->fLowerCaseTrie;
312 fChecks &= ~USPOOF_CHAR_LIMIT;
342 fChecks |= USPOOF_CHAR_LIMIT;
uspoof_impl.h 108 int32_t fChecks; // Bit vector of checks to perform.

Completed in 73 milliseconds