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

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
UCharacterTest.java 145 int nonspaces[] = {0x0061, 0x0062, 0x0063, 0x0064, 0x0074}; local
159 if (UCharacter.isSpaceChar(nonspaces[i]))
161 errln("FAIL \\u" + hex(nonspaces[i]) +
179 hex(nonspaces[i]) + " and \\u" + hex(whitespaces[i]) +
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UCharacterTest.java 142 int nonspaces[] = {0x0061, 0x0062, 0x0063, 0x0064, 0x0074}; local
156 if (UCharacter.isSpaceChar(nonspaces[i]))
158 errln("FAIL \\u" + hex(nonspaces[i]) +
176 hex(nonspaces[i]) + " and \\u" + hex(whitespaces[i]) +
    [all...]

Completed in 118 milliseconds