Lines Matching refs:highValue
119 uint32_t highValue; member in __anon0030a1170111::MutableCodePointTrie
132 highStart(0), highValue(initialValue) in MutableCodePointTrie()
153 highStart(other.highStart), highValue(other.highValue) in MutableCodePointTrie()
264 highValue = initialValue = origInitialValue; in clear()
275 return highValue; in get()
303 uint32_t value = highValue; in getRange()
367 if (maybeFilterValue(highValue, initialValue, nullValue, in getRange()
562 highValue &= mask; in maskValues()
669 match = index[i] == highValue; in findHighStart()
677 if (p[j] != highValue) { in findHighStart()
1494 highValue = get(MAX_UNICODE); in compactTrie()
1499 highValue = initialValue; in compactTrie()
1504 (long)realHighStart, (long)highValue, (long)initialValue); in compactTrie()
1513 index[i] = highValue; in compactTrie()
1622 if (data[dataLength - 1] != errorValue || data[dataLength - 2] != highValue) { in build()
1623 data[dataLength++] = highValue; in build()
1629 if (data[dataLength - 1] != errorValue || data[dataLength - 2] != highValue) { in build()
1630 if (data[dataLength - 1] != highValue) { in build()
1631 data[dataLength++] = highValue; in build()
1638 if (and3 == 0 && data[dataLength - 1] == errorValue && data[dataLength - 2] == highValue) { in build()
1640 } else if(and3 == 3 && data[dataLength - 1] == highValue) { in build()
1644 data[dataLength++] = highValue; in build()
1647 data[dataLength++] = highValue; in build()