Searched refs:patternWhiteSpace (Results 1 – 1 of 1) sorted by relevance
184 int patternWhiteSpace[] = {0x9, 0xd, 0x20, 0x85, in TestSpaces() local191 for (int i = 0; i < patternWhiteSpace.length; i ++) { in TestSpaces()192 if (!PatternProps.isWhiteSpace(patternWhiteSpace[i])) { in TestSpaces()193 errln("\\u" + Utility.hex(patternWhiteSpace[i], 4) in TestSpaces()