Searched refs:gooseUp (Results 1 – 2 of 2) sorted by relevance
/third_party/icu/tools/colprobe/ |
D | sortedlines.h | 116 …int32_t gooseUp(int32_t resetIndex, int32_t expansionIndex, Line &expLine, int32_t *expIndexes, in…
|
D | sortedlines.cpp | 912 SortedLines::gooseUp(int32_t resetIndex, int32_t expansionIndex, Line &expLine, int32_t *expIndexes… in gooseUp() function in SortedLines 1180 j = gooseUp(j, i, expansionLine, expIndexes, expIndexSize, UCOL_SECONDARY); in detectExpansions() 1184 j = gooseUp(j, i, expansionLine, expIndexes, expIndexSize, UCOL_TERTIARY); in detectExpansions() 1187 j = gooseUp(j, i, expansionLine, expIndexes, expIndexSize, UCOL_TERTIARY); in detectExpansions()
|