Searched defs:maxLinearMatchLength (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/common/
H A Dstringtriebuilder.cpp105 int32_t maxLinearMatchLength=getMaxLinearMatchLength(); local
106 while(length>maxLinearMatchLength) {
107 lastUnitIndex-=maxLinearMatchLength;
108 length-=maxLinearMatchLength;
109 writeElementUnits(start, lastUnitIndex, maxLinearMatchLength);
110 write(getMinLinearMatch()+maxLinearMatchLength-1);
229 int32_t maxLinearMatchLength=getMaxLinearMatchLength(); local
230 while(length>maxLinearMatchLength) {
231 lastUnitIndex-=maxLinearMatchLength;
232 length-=maxLinearMatchLength;
[all...]

Completed in 15 milliseconds