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

  /external/icu/icu4c/source/test/cintltst/
spooftest.c 239 USPOOF_WHOLE_SCRIPT_CONFUSABLE | USPOOF_MIXED_SCRIPT_CONFUSABLE | USPOOF_ANY_CASE,
244 TEST_ASSERT_EQ(USPOOF_WHOLE_SCRIPT_CONFUSABLE | USPOOF_MIXED_SCRIPT_CONFUSABLE | USPOOF_ANY_CASE, t);
517 skelLength = uspoof_getSkeleton(sc, USPOOF_ANY_CASE, lll_Latin_a, -1, dest, sizeof(dest)/sizeof(UChar), &status);
522 skelLength = uspoof_getSkeletonUTF8(sc, USPOOF_ANY_CASE, goodLatinUTF8, -1, (char*)dest,
526 skelLength = uspoof_getSkeleton(sc, USPOOF_ANY_CASE, lll_Latin_a, -1, NULL, 0, &status);
  /external/icu/icu4c/source/test/intltest/
itspoof.cpp 163 UnicodeString &retStr = uspoof_getSkeletonUnicodeString(sc, USPOOF_ANY_CASE, s, dest, &status);
186 const uint32_t MA = USPOOF_ANY_CASE;
187 const uint32_t SA = USPOOF_SINGLE_SCRIPT_CONFUSABLE | USPOOF_ANY_CASE;
422 skeletonType = USPOOF_SINGLE_SCRIPT_CONFUSABLE | USPOOF_ANY_CASE;
426 skeletonType = USPOOF_ANY_CASE;
  /external/icu/icu4c/source/i18n/
uspoof.cpp 410 int32_t flagsForSkeleton = This->fChecks & USPOOF_ANY_CASE;
681 case USPOOF_ANY_CASE:
684 case USPOOF_SINGLE_SCRIPT_CONFUSABLE | USPOOF_ANY_CASE:
uspoof_impl.cpp 241 (fChecks & USPOOF_ANY_CASE) ? fSpoofData->fAnyCaseTrie : fSpoofData->fLowerCaseTrie;
  /external/icu/icu4c/source/i18n/unicode/
uspoof.h 93 * USPOOF_ANY_CASE is a modifier for the above tests. If the identifiers being checked can
97 * displayed to users in lower-case form only, the USPOOF_ANY_CASE option should not be
109 * -# USPOOF_ANY_CASE: modifies the mixed script and whole script confusables tests. If
193 If USPOOF_ANY_CASE is not specified, identifiers being checked are assumed to have been
197 USPOOF_ANY_CASE = 8,
    [all...]

Completed in 104 milliseconds