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

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
BasicTest.java 404 final char CPNFKC[] = {0x00A0, 0x017F, 0x2000, 0x24EA, 0x32FE,
434 if (Normalizer.quickCheck(String.valueOf(CPNFKC[count]),
438 Integer.toHexString(CPNFKC[count]));
442 if (Normalizer.quickCheck(String.valueOf(CPNFKC[count]),
446 Integer.toHexString(CPNFKC[count]));
462 final char CPNFKC[] = {0x00B0, 0x0100, 0x0200, 0x0A02, 0x1000,
533 if (Normalizer.quickCheck(String.valueOf(CPNFKC[count]),
537 Integer.toHexString(CPNFKC[count]));
541 if (Normalizer.quickCheck(String.valueOf(CPNFKC[count]),
545 Integer.toHexString(CPNFKC[count]))
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
BasicTest.java 403 final char CPNFKC[] = {0x00A0, 0x017F, 0x2000, 0x24EA, 0x32FE,
433 if (Normalizer.quickCheck(String.valueOf(CPNFKC[count]),
437 Integer.toHexString(CPNFKC[count]));
441 if (Normalizer.quickCheck(String.valueOf(CPNFKC[count]),
445 Integer.toHexString(CPNFKC[count]));
461 final char CPNFKC[] = {0x00B0, 0x0100, 0x0200, 0x0A02, 0x1000,
532 if (Normalizer.quickCheck(String.valueOf(CPNFKC[count]),
536 Integer.toHexString(CPNFKC[count]));
540 if (Normalizer.quickCheck(String.valueOf(CPNFKC[count]),
544 Integer.toHexString(CPNFKC[count]))
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cnormtst.c 329 const UChar CPNFKC[] = {0x00A0, 0x017F, 0x2000, 0x24EA, 0x32FE,
358 if (unorm_quickCheck(&(CPNFKC[count]), 1, UNORM_NFKC, &error) !=
361 log_err("ERROR in NFKC quick check at U+%04x\n", CPNFKC[count]);
376 const UChar CPNFKC[] = {0x00B0, 0x0100, 0x0200, 0x0A02, 0x1000,
431 if (unorm_quickCheck(&(CPNFKC[count]), 1, UNORM_NFKC, &error) !=
434 log_err("ERROR in NFKC quick check at U+%04x\n", CPNFKC[count]);
444 const UChar CPNFKC[] = {0x0300, 0x0654, 0x0655, 0x09D7, 0x0B3E,
462 if (unorm_quickCheck(&(CPNFKC[count]), 1, UNORM_NFKC, &error) !=
465 log_data_err("ERROR in NFKC quick check at U+%04x\n", CPNFKC[count]);
    [all...]

Completed in 164 milliseconds