Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Duspoof.cpp506 if ((This->fChecks) & (USPOOF_RESTRICTION_LEVEL | USPOOF_MIXED_NUMBERS)) { in uspoof_checkUnicodeString()
526 if ((This->fChecks) & USPOOF_MIXED_NUMBERS) { in uspoof_checkUnicodeString()
529 result |= USPOOF_MIXED_NUMBERS; in uspoof_checkUnicodeString()
/external/icu/icu4c/source/i18n/unicode/
Duspoof.h243 USPOOF_MIXED_NUMBERS = 128, enumerator
/external/icu/icu4c/source/test/intltest/
Ditspoof.cpp763 uspoof_setChecks(sc, USPOOF_MIXED_NUMBERS, &status); // only check this in testMixedNumbers()
765 UBool mixedNumberFailure = ((result & USPOOF_MIXED_NUMBERS) != 0); in testMixedNumbers()