Searched refs:doingCodePoints (Results 1 – 1 of 1) sorted by relevance
886 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