Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DUnicodeSetPrettyPrinter.java37 private int lastCodePoint = -2; field in UnicodeSetPrettyPrinter
174 if (cp == lastCodePoint + 1) { in appendUnicodeSetItem()
175 lastCodePoint = cp; // continue range in appendUnicodeSetItem()
178 firstCodePoint = lastCodePoint = cp; in appendUnicodeSetItem()
208 if (lastCodePoint >= 0) { in flushLast()
210 if (firstCodePoint != lastCodePoint) { in flushLast()
212 if (firstCodePoint + 1 != lastCodePoint) { in flushLast()
215 addSpaceAsNeededBefore(lastCodePoint); in flushLast()
218 appendQuoted(lastCodePoint); in flushLast()
219 lastString = UTF16.valueOf(lastCodePoint); in flushLast()
[all …]
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateValidityXml.java58 long lastCodePoint = -1; field in GenerateValidityXml.MyAdder
68 if (firstCodePoint == lastCodePoint) { in add()
77 lastCodePoint = firstCodePoint; in add()
84 lastCodePoint = -1; in reset()
/external/icu/icu4c/source/i18n/
Dregexcmp.cpp1891 UChar32 lastCodePoint = fLiteralChars.char32At(indexOfLastCodePoint); in fixLiterals() local
1904 literalChar(lastCodePoint); // Re-add the last code point as if it were a new literal. in fixLiterals()
1914 lastCodePoint = fLiteralChars.char32At(indexOfLastCodePoint); in fixLiterals()
1920 u_hasBinaryProperty(lastCodePoint, UCHAR_CASE_SENSITIVE)) { in fixLiterals()
1921 appendOp(URX_ONECHAR_I, lastCodePoint); in fixLiterals()
1923 appendOp(URX_ONECHAR, lastCodePoint); in fixLiterals()