Home
last modified time | relevance | path

Searched refs:USPOOF_MIXED_NUMBERS (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
Duspoof.h474 USPOOF_MIXED_NUMBERS = 128, enumerator
/external/icu/libandroidicu/include/unicode/
Duspoof.h474 USPOOF_MIXED_NUMBERS = 128, enumerator
/external/icu/icu4c/source/i18n/
Duspoof.cpp569 if (0 != (This->fChecks & USPOOF_MIXED_NUMBERS)) { in checkImpl()
573 result |= USPOOF_MIXED_NUMBERS; in checkImpl()
/external/icu/icu4c/source/test/intltest/
Ditspoof.cpp662 uspoof_setChecks(sc, USPOOF_MIXED_NUMBERS, &status); // only check this in testMixedNumbers()
664 …dNumberFailure = ((uspoof_getCheckResultChecks(checkResult, &status) & USPOOF_MIXED_NUMBERS) != 0); in testMixedNumbers()