HomeSort by relevance Sort by last modified time
    Searched refs:maxLinearMatchLength (Results 1 - 6 of 6) sorted by null

  /external/icu/icu4c/source/common/
stringtriebuilder.cpp 106 int32_t maxLinearMatchLength=getMaxLinearMatchLength();
107 while(length>maxLinearMatchLength) {
108 lastUnitIndex-=maxLinearMatchLength;
109 length-=maxLinearMatchLength;
110 writeElementUnits(start, lastUnitIndex, maxLinearMatchLength);
111 write(getMinLinearMatch()+maxLinearMatchLength-1);
230 int32_t maxLinearMatchLength=getMaxLinearMatchLength();
231 while(length>maxLinearMatchLength) {
232 lastUnitIndex-=maxLinearMatchLength;
233 length-=maxLinearMatchLength;
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
StringTrieBuilder.java 448 int maxLinearMatchLength=builder.getMaxLinearMatchLength();
449 while(length>maxLinearMatchLength) {
450 int nextOffset=stringOffset+length-maxLinearMatchLength;
451 length-=maxLinearMatchLength;
453 new LinearMatchNode(strings, nextOffset, maxLinearMatchLength, next);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
StringTrieBuilder.java 450 int maxLinearMatchLength=builder.getMaxLinearMatchLength();
451 while(length>maxLinearMatchLength) {
452 int nextOffset=stringOffset+length-maxLinearMatchLength;
453 length-=maxLinearMatchLength;
455 new LinearMatchNode(strings, nextOffset, maxLinearMatchLength, next);
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 3504 milliseconds