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 394 final char CPNFKC[] = {0x00A0, 0x017F, 0x2000, 0x24EA, 0x32FE,
424 if (Normalizer.quickCheck(String.valueOf(CPNFKC[count]),
428 Integer.toHexString(CPNFKC[count]));
432 if (Normalizer.quickCheck(String.valueOf(CPNFKC[count]),
436 Integer.toHexString(CPNFKC[count]));
451 final char CPNFKC[] = {0x00B0, 0x0100, 0x0200, 0x0A02, 0x1000,
522 if (Normalizer.quickCheck(String.valueOf(CPNFKC[count]),
526 Integer.toHexString(CPNFKC[count]));
530 if (Normalizer.quickCheck(String.valueOf(CPNFKC[count]),
534 Integer.toHexString(CPNFKC[count]))
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
BasicTest.java 390 final char CPNFKC[] = {0x00A0, 0x017F, 0x2000, 0x24EA, 0x32FE,
420 if (Normalizer.quickCheck(String.valueOf(CPNFKC[count]),
424 Integer.toHexString(CPNFKC[count]));
428 if (Normalizer.quickCheck(String.valueOf(CPNFKC[count]),
432 Integer.toHexString(CPNFKC[count]));
447 final char CPNFKC[] = {0x00B0, 0x0100, 0x0200, 0x0A02, 0x1000,
518 if (Normalizer.quickCheck(String.valueOf(CPNFKC[count]),
522 Integer.toHexString(CPNFKC[count]));
526 if (Normalizer.quickCheck(String.valueOf(CPNFKC[count]),
530 Integer.toHexString(CPNFKC[count]))
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cnormtst.c 327 const UChar CPNFKC[] = {0x00A0, 0x017F, 0x2000, 0x24EA, 0x32FE,
356 if (unorm_quickCheck(&(CPNFKC[count]), 1, UNORM_NFKC, &error) !=
359 log_err("ERROR in NFKC quick check at U+%04x\n", CPNFKC[count]);
374 const UChar CPNFKC[] = {0x00B0, 0x0100, 0x0200, 0x0A02, 0x1000,
429 if (unorm_quickCheck(&(CPNFKC[count]), 1, UNORM_NFKC, &error) !=
432 log_err("ERROR in NFKC quick check at U+%04x\n", CPNFKC[count]);
442 const UChar CPNFKC[] = {0x0300, 0x0654, 0x0655, 0x09D7, 0x0B3E,
460 if (unorm_quickCheck(&(CPNFKC[count]), 1, UNORM_NFKC, &error) !=
463 log_data_err("ERROR in NFKC quick check at U+%04x\n", CPNFKC[count]);
    [all...]

Completed in 45 milliseconds