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

  /external/cldr/tools/java/org/unicode/cldr/util/
UnicodeSetPrettyPrinter.java 37 private int lastCodePoint = -2;
174 if (cp == lastCodePoint + 1) {
175 lastCodePoint = cp; // continue range
178 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/cldr/tools/java/org/unicode/cldr/tool/
GenerateValidityXml.java 58 long lastCodePoint = -1;
68 if (firstCodePoint == lastCodePoint) {
77 lastCodePoint = firstCodePoint;
84 lastCodePoint = -1;
  /external/icu/icu4c/source/i18n/
regexcmp.cpp     [all...]

Completed in 97 milliseconds