Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/toolutil/
Ddenseranges.cpp28 LargestGaps(int32_t max) : maxLength(max<=kCapacity ? max : kCapacity), length(0) {} in LargestGaps()
76 static const int32_t kCapacity=15; member in __anon05eb6bd30111::LargestGaps
80 int32_t gapStarts[kCapacity];
81 int64_t gapLengths[kCapacity];