HomeSort by relevance Sort by last modified time
    Searched refs:lastCodePoint (Results 1 - 4 of 4) sorted by null

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
PrettyPrinter.java 37 private int lastCodePoint = -2;
175 if (cp == lastCodePoint + 1) {
176 lastCodePoint = cp; // continue range
179 firstCodePoint = lastCodePoint = cp;
208 if (lastCodePoint >= 0) {
210 if (firstCodePoint != lastCodePoint) {
212 if (firstCodePoint + 1 != lastCodePoint) {
215 addSpaceAsNeededBefore(lastCodePoint);
218 appendQuoted(lastCodePoint);
219 lastString = UTF16.valueOf(lastCodePoint);
    [all...]
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
PrettyPrinter.java 36 private int lastCodePoint = -2;
174 if (cp == lastCodePoint + 1) {
175 lastCodePoint = cp; // continue range
178 firstCodePoint = lastCodePoint = cp;
207 if (lastCodePoint >= 0) {
209 if (firstCodePoint != lastCodePoint) {
211 if (firstCodePoint + 1 != lastCodePoint) {
214 addSpaceAsNeededBefore(lastCodePoint);
217 appendQuoted(lastCodePoint);
218 lastString = UTF16.valueOf(lastCodePoint);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/
CombinerChain.java 116 final int lastCodePoint = mCombinedText.codePointBefore(length);
117 mCombinedText.delete(length - Character.charCount(lastCodePoint), length);
  /external/icu/icu4c/source/i18n/
regexcmp.cpp     [all...]

Completed in 459 milliseconds