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

  /external/icu4c/test/intltest/
itspoof.cpp 127 UnicodeString &retStr = uspoof_getSkeletonUnicodeString(sc, USPOOF_ANY_CASE, s, dest, &status);
147 const uint32_t MA = USPOOF_ANY_CASE;
148 const uint32_t SA = USPOOF_SINGLE_SCRIPT_CONFUSABLE | USPOOF_ANY_CASE;
389 skeletonType = USPOOF_SINGLE_SCRIPT_CONFUSABLE | USPOOF_ANY_CASE;
393 skeletonType = USPOOF_ANY_CASE;
  /external/icu4c/test/cintltst/
spooftest.c 236 USPOOF_WHOLE_SCRIPT_CONFUSABLE | USPOOF_MIXED_SCRIPT_CONFUSABLE | USPOOF_ANY_CASE,
241 TEST_ASSERT_EQ(USPOOF_WHOLE_SCRIPT_CONFUSABLE | USPOOF_MIXED_SCRIPT_CONFUSABLE | USPOOF_ANY_CASE, t);
511 skelLength = uspoof_getSkeleton(sc, USPOOF_ANY_CASE, lll_Latin_a, -1, dest, sizeof(dest)/sizeof(UChar), &status);
516 skelLength = uspoof_getSkeletonUTF8(sc, USPOOF_ANY_CASE, goodLatinUTF8, -1, (char*)dest,
520 skelLength = uspoof_getSkeleton(sc, USPOOF_ANY_CASE, lll_Latin_a, -1, NULL, 0, &status);
  /external/icu4c/i18n/unicode/
uspoof.h 95 * USPOOF_ANY_CASE is a modifier for the above tests. If the identifiers being checked can
99 * displayed to users in lower-case form only, the USPOOF_ANY_CASE option should not be
111 * -# USPOOF_ANY_CASE: modifies the mixed script and whole script confusables tests. If
187 If USPOOF_ANY_CASE is not specified, identifiers being checked are assumed to have been
191 USPOOF_ANY_CASE = 8,
643 * USPOOF_ANY_CASE is a modifier for the tests. Select it if the identifiers
646 * display to the user, do not select the USPOOF_ANY_CASE option.
    [all...]
  /external/icu4c/i18n/
uspoof.cpp 434 int32_t flagsForSkeleton = This->fChecks & USPOOF_ANY_CASE;
612 (type & ~(USPOOF_SINGLE_SCRIPT_CONFUSABLE | USPOOF_ANY_CASE)) != 0) {
625 case USPOOF_ANY_CASE:
628 case USPOOF_SINGLE_SCRIPT_CONFUSABLE | USPOOF_ANY_CASE:
uspoof_impl.cpp 239 (fChecks & USPOOF_ANY_CASE) ? fSpoofData->fAnyCaseTrie : fSpoofData->fLowerCaseTrie;

Completed in 302 milliseconds