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

/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Ddenseranges.cpp32 while(i>0 && gapLength>gapLengths[i-1]) {
42 gapLengths[j]=gapLengths[j-1];
46 gapLengths[i]=gapLength;
58 int64_t gapLength(int32_t i) const { return gapLengths[i]; }
81 int64_t gapLengths[kCapacity]; member in class:__anon12408::LargestGaps
/external/icu/icu4c/source/tools/toolutil/
H A Ddenseranges.cpp32 while(i>0 && gapLength>gapLengths[i-1]) {
42 gapLengths[j]=gapLengths[j-1];
46 gapLengths[i]=gapLength;
58 int64_t gapLength(int32_t i) const { return gapLengths[i]; }
81 int64_t gapLengths[kCapacity]; member in class:__anon22220::LargestGaps

Completed in 2675 milliseconds