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

  /external/chromium_org/third_party/icu/source/test/intltest/
itspoof.cpp 121 UnicodeString &retStr = uspoof_getSkeletonUnicodeString(sc, USPOOF_ANY_CASE, s, dest, &status);
141 const uint32_t MA = USPOOF_ANY_CASE;
142 const uint32_t SA = USPOOF_SINGLE_SCRIPT_CONFUSABLE | USPOOF_ANY_CASE;
375 skeletonType = USPOOF_SINGLE_SCRIPT_CONFUSABLE | USPOOF_ANY_CASE;
379 skeletonType = USPOOF_ANY_CASE;
  /external/chromium_org/third_party/icu/source/test/cintltst/
spooftest.c 234 USPOOF_WHOLE_SCRIPT_CONFUSABLE | USPOOF_MIXED_SCRIPT_CONFUSABLE | USPOOF_ANY_CASE,
239 TEST_ASSERT_EQ(USPOOF_WHOLE_SCRIPT_CONFUSABLE | USPOOF_MIXED_SCRIPT_CONFUSABLE | USPOOF_ANY_CASE, t);
490 skelLength = uspoof_getSkeleton(sc, USPOOF_ANY_CASE, lll_Latin_a, -1, dest, sizeof(dest)/sizeof(UChar), &status);
495 skelLength = uspoof_getSkeletonUTF8(sc, USPOOF_ANY_CASE, goodLatinUTF8, -1, (char*)dest,
499 skelLength = uspoof_getSkeleton(sc, USPOOF_ANY_CASE, lll_Latin_a, -1, NULL, 0, &status);
  /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/chromium_org/third_party/icu/source/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/icu/icu4c/source/test/intltest/
itspoof.cpp 165 UnicodeString &retStr = uspoof_getSkeletonUnicodeString(sc, USPOOF_ANY_CASE, s, dest, &status);
185 const uint32_t MA = USPOOF_ANY_CASE;
186 const uint32_t SA = USPOOF_SINGLE_SCRIPT_CONFUSABLE | USPOOF_ANY_CASE;
427 skeletonType = USPOOF_SINGLE_SCRIPT_CONFUSABLE | USPOOF_ANY_CASE;
431 skeletonType = USPOOF_ANY_CASE;
  /external/icu/icu4c/source/i18n/
uspoof.cpp 399 int32_t flagsForSkeleton = This->fChecks & USPOOF_ANY_CASE;
668 case USPOOF_ANY_CASE:
671 case USPOOF_SINGLE_SCRIPT_CONFUSABLE | USPOOF_ANY_CASE:
uspoof_impl.cpp 242 (fChecks & USPOOF_ANY_CASE) ? fSpoofData->fAnyCaseTrie : fSpoofData->fLowerCaseTrie;
  /external/chromium_org/third_party/icu/source/i18n/
uspoof.cpp 432 int32_t flagsForSkeleton = This->fChecks & USPOOF_ANY_CASE;
610 (type & ~(USPOOF_SINGLE_SCRIPT_CONFUSABLE | USPOOF_ANY_CASE)) != 0) {
623 case USPOOF_ANY_CASE:
626 case USPOOF_SINGLE_SCRIPT_CONFUSABLE | USPOOF_ANY_CASE:
uspoof_impl.cpp 240 (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
185 If USPOOF_ANY_CASE is not specified, identifiers being checked are assumed to have been
189 USPOOF_ANY_CASE = 8,
760 * USPOOF_ANY_CASE is a modifier for the tests. Select it if the identifiers
763 * display to the user, do not select the USPOOF_ANY_CASE option.
    [all...]

Completed in 179 milliseconds