Searched refs:doLeadSurrogates (Results 1 - 2 of 2) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DTrie2.java862 doLeadSurrogates = true;
874 doLeadSurrogates = false; // Do not iterate over lead the special lead surrogate
945 return doingCodePoints && (doLeadSurrogates || nextStart < limitCP) || nextStart < 0xdc00;
1001 private boolean doLeadSurrogates = true; field in class:Trie2.Trie2Iterator
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DTrie2.java860 doLeadSurrogates = true;
872 doLeadSurrogates = false; // Do not iterate over lead the special lead surrogate
943 return doingCodePoints && (doLeadSurrogates || nextStart < limitCP) || nextStart < 0xdc00;
999 private boolean doLeadSurrogates = true; field in class:Trie2.Trie2Iterator

Completed in 78 milliseconds