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

/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DPrettyPrinter.java35 private int firstCodePoint = -2; field in class:PrettyPrinter
178 firstCodePoint = lastCodePoint = cp;
208 addSpaceAsNeededBefore(firstCodePoint);
209 if (firstCodePoint != lastCodePoint) {
210 appendQuoted(firstCodePoint);
211 if (firstCodePoint + 1 != lastCodePoint) {
219 firstCodePoint = lastCodePoint = -2;

Completed in 129 milliseconds