Home
last modified time | relevance | path

Searched refs:nonspaces (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUCharacterTest.java146 int nonspaces[] = {0x0061, 0x0062, 0x0063, 0x0064, 0x0074}; in TestSpaces() local
160 if (UCharacter.isSpaceChar(nonspaces[i])) in TestSpaces()
162 errln("FAIL \\u" + hex(nonspaces[i]) + in TestSpaces()
180 hex(nonspaces[i]) + " and \\u" + hex(whitespaces[i]) + in TestSpaces()