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

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
UCharacterTest.java 630 int nonunicodeidpart[] = {0x2030, 0x0000a3, 0x000020}; local
656 if (UCharacter.isUnicodeIdentifierPart(nonunicodeidpart[i]))
658 errln("FAIL \\u" + hex(nonunicodeidpart[i]) +
678 hex(nonunicodeidpart[i]) + " and \\u" +
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UCharacterTest.java 627 int nonunicodeidpart[] = {0x2030, 0x0000a3, 0x000020}; local
653 if (UCharacter.isUnicodeIdentifierPart(nonunicodeidpart[i]))
655 errln("FAIL \\u" + hex(nonunicodeidpart[i]) +
675 hex(nonunicodeidpart[i]) + " and \\u" +
    [all...]

Completed in 1131 milliseconds