Searched defs:goodLatinChars (Results 1 - 2 of 2) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/text/
H A DSpoofCheckerTest.java46 char[] goodLatinChars = { (char) 0x75, (char) 0x7a }; field in class:SpoofCheckerTest
47 String goodLatin = new String(goodLatinChars); /* "uz", all ASCII */
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/
H A DSpoofCheckerTest.java45 char[] goodLatinChars = { (char) 0x75, (char) 0x7a }; field in class:SpoofCheckerTest
46 String goodLatin = new String(goodLatinChars); /* "uz", all ASCII */

Completed in 1059 milliseconds