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

  /external/icu4c/i18n/
uspoof.cpp 108 This->fChecks = checks;
118 return This->fChecks;
181 This->fChecks |= USPOOF_CHAR_LIMIT;
214 if ((This->fChecks) & USPOOF_SINGLE_SCRIPT) {
223 if (This->fChecks & USPOOF_CHAR_LIMIT) {
238 if (This->fChecks &
245 if (This->fChecks & USPOOF_INVISIBLE) {
290 if (This->fChecks & (USPOOF_WHOLE_SCRIPT_CONFUSABLE | USPOOF_MIXED_SCRIPT_CONFUSABLE)) {
313 if ((This->fChecks & USPOOF_WHOLE_SCRIPT_CONFUSABLE) &&
319 if ((This->fChecks & USPOOF_MIXED_SCRIPT_CONFUSABLE) &
    [all...]
uspoof_impl.cpp 36 fChecks = USPOOF_ALL_CHECKS;
50 fChecks = USPOOF_ALL_CHECKS;
65 fChecks = src.fChecks;
239 (fChecks & USPOOF_ANY_CASE) ? fSpoofData->fAnyCaseTrie : fSpoofData->fLowerCaseTrie;
311 fChecks &= ~USPOOF_CHAR_LIMIT;
341 fChecks |= USPOOF_CHAR_LIMIT;
uspoof_impl.h 108 int32_t fChecks; // Bit vector of checks to perform.

Completed in 722 milliseconds