Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/toolutil/
Ddenseranges.cpp34 while(i>0 && gapLength>gapLengths[i-1]) { in add()
44 gapLengths[j]=gapLengths[j-1]; in add()
48 gapLengths[i]=gapLength; in add()
60 int64_t gapLength(int32_t i) const { return gapLengths[i]; } in gapLength()
83 int64_t gapLengths[kCapacity]; member in __anon9dbd04d20111::LargestGaps