OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nonspaces
(Results
1 - 2
of
2
) sorted by null
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
UCharacterTest.java
150
int
nonspaces
[] = {0x0061, 0x0062, 0x0063, 0x0064, 0x0074};
local
164
if (UCharacter.isSpaceChar(
nonspaces
[i]))
166
errln("FAIL \\u" + hex(
nonspaces
[i]) +
184
hex(
nonspaces
[i]) + " and \\u" + hex(whitespaces[i]) +
[
all
...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UCharacterTest.java
146
int
nonspaces
[] = {0x0061, 0x0062, 0x0063, 0x0064, 0x0074};
local
160
if (UCharacter.isSpaceChar(
nonspaces
[i]))
162
errln("FAIL \\u" + hex(
nonspaces
[i]) +
180
hex(
nonspaces
[i]) + " and \\u" + hex(whitespaces[i]) +
[
all
...]
Completed in 6680 milliseconds