Home
last modified time | relevance | path

Searched refs:fEndChar (Results 1 – 4 of 4) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
DRBBISetBuilder.java45 int fEndChar; // End of range, unicode 32 bit value. field in RBBISetBuilder.RangeDescriptor
58 fEndChar = other.fEndChar; in RangeDescriptor()
69 Assert.assrt(where>fStartChar && where<=fEndChar); in split()
75 this.fEndChar = where-1; in split()
173 fRangeList.fEndChar = 0x10ffff; in buildRanges()
193 while (rlRange.fEndChar < inputSetRangeBegin) { in buildRanges()
213 if (rlRange.fEndChar > inputSetRangeEnd) { in buildRanges()
224 if (inputSetRangeEnd == rlRange.fEndChar) { in buildRanges()
303 rlRange.fEndChar, // Range end (inclusive) in buildTrie()
451 … System.out.print(" " + rlRange.fNum + " " + rlRange.fStartChar + "-" + rlRange.fEndChar); in printRanges()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRBBISetBuilder.java44 int fEndChar; // End of range, unicode 32 bit value. field in RBBISetBuilder.RangeDescriptor
57 fEndChar = other.fEndChar; in RangeDescriptor()
68 Assert.assrt(where>fStartChar && where<=fEndChar); in split()
74 this.fEndChar = where-1; in split()
172 fRangeList.fEndChar = 0x10ffff; in buildRanges()
192 while (rlRange.fEndChar < inputSetRangeBegin) { in buildRanges()
212 if (rlRange.fEndChar > inputSetRangeEnd) { in buildRanges()
223 if (inputSetRangeEnd == rlRange.fEndChar) { in buildRanges()
302 rlRange.fEndChar, // Range end (inclusive) in buildTrie()
450 … System.out.print(" " + rlRange.fNum + " " + rlRange.fStartChar + "-" + rlRange.fEndChar); in printRanges()
[all …]
/external/icu/icu4c/source/common/
Drbbisetb.cpp110 fRangeList->fEndChar = 0x10ffff; in buildRanges()
140 while (rlRange->fEndChar < inputSetRangeBegin) { in buildRanges()
163 if (rlRange->fEndChar > inputSetRangeEnd) { in buildRanges()
180 if (inputSetRangeEnd == rlRange->fEndChar) { in buildRanges()
265 rlRange->fEndChar, // Range end (inclusive) in buildTrie()
430 RBBIDebugPrintf("%2i %4x-%4x ", rlRange->fNum, rlRange->fStartChar, rlRange->fEndChar); in printRanges()
491 RBBIDebugPrintf(" %05x-%05x", tRange->fStartChar, tRange->fEndChar); in printRangeGroups()
557 this->fEndChar = other.fEndChar; in RangeDescriptor()
587 this->fEndChar = 0; in RangeDescriptor()
623 U_ASSERT(where>fStartChar && where<=fEndChar); in split()
[all …]
Drbbisetb.h44 UChar32 fEndChar; // End of range, unicode 32 bit value. variable