Searched refs:getMinLinearMatch (Results 1 - 6 of 6) sorted by relevance

/external/icu4c/common/unicode/
H A Dbytestriebuilder.h130 virtual int32_t getMinLinearMatch() const { return BytesTrie::kMinLinearMatch; } function in class:BytesTrieBuilder
H A Ducharstriebuilder.h137 virtual int32_t getMinLinearMatch() const { return UCharsTrie::kMinLinearMatch; } function in class:UCharsTrieBuilder
H A Dstringtriebuilder.h116 virtual int32_t getMinLinearMatch() const = 0;
/external/icu4c/common/
H A Dstringtriebuilder.cpp110 write(getMinLinearMatch()+maxLinearMatchLength-1);
113 type=getMinLinearMatch()+length-1;
119 if(--length<getMinLinearMatch()) {
611 if(length<=builder.getMinLinearMatch()) {
H A Dbytestriebuilder.cpp358 offset=b.write(b.getMinLinearMatch()+length-1);
H A Ducharstriebuilder.cpp306 offset=b.writeValueAndType(hasValue, value, b.getMinLinearMatch()+length-1);

Completed in 71 milliseconds