Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTrie2.java886 doingCodePoints = false; in next()
893 if (doingCodePoints) { in next()
931 returnValue.leadSurrogate = !doingCodePoints; in next()
940 … return doingCodePoints && (doLeadSurrogates || nextStart < limitCP) || nextStart < 0xdc00; in hasNext()
991 private boolean doingCodePoints = true; field in Trie2.Trie2Iterator