Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUCharacterTest.java148 …int nonwhitespaces[] = {0x0061, 0x0062, 0x003c, 0x0028, 0x003f, 0x00a0, 0x2007, 0x202f, 0xfefe, 0x… in TestSpaces() local
173 if (UCharacter.isWhitespace(nonwhitespaces[i])) in TestSpaces()
175 errln("FAIL \\u" + hex(nonwhitespaces[i]) + in TestSpaces()
181 " and \\u" + hex(nonwhitespaces[i])); in TestSpaces()