Home
last modified time | relevance | path

Searched refs:getMinLinearMatch (Results 1 – 25 of 37) sorted by relevance

12

/external/cronet/tot/third_party/icu/source/common/
Dstringtriebuilder.cpp113 write(getMinLinearMatch()+maxLinearMatchLength-1); in writeNode()
116 type=getMinLinearMatch()+length-1; in writeNode()
122 if(--length<getMinLinearMatch()) { in writeNode()
610 if(length<=builder.getMinLinearMatch()) { in write()
Ducharstriebuilder.cpp310 offset=b.writeValueAndType(hasValue, value, b.getMinLinearMatch()+length-1); in write()
/external/cronet/stable/third_party/icu/source/common/
Dstringtriebuilder.cpp113 write(getMinLinearMatch()+maxLinearMatchLength-1); in writeNode()
116 type=getMinLinearMatch()+length-1; in writeNode()
122 if(--length<getMinLinearMatch()) { in writeNode()
610 if(length<=builder.getMinLinearMatch()) { in write()
Ducharstriebuilder.cpp310 offset=b.writeValueAndType(hasValue, value, b.getMinLinearMatch()+length-1); in write()
/external/icu/icu4c/source/common/
Dstringtriebuilder.cpp113 write(getMinLinearMatch()+maxLinearMatchLength-1); in writeNode()
116 type=getMinLinearMatch()+length-1; in writeNode()
122 if(--length<getMinLinearMatch()) { in writeNode()
610 if(length<=builder.getMinLinearMatch()) { in write()
Ducharstriebuilder.cpp310 offset=b.writeValueAndType(hasValue, value, b.getMinLinearMatch()+length-1); in write()
Dbytestriebuilder.cpp363 offset=b.write(b.getMinLinearMatch()+length-1); in write()
/external/cronet/tot/third_party/icu/source/common/unicode/
Ducharstriebuilder.h154 virtual int32_t getMinLinearMatch() const override { return UCharsTrie::kMinLinearMatch; } in getMinLinearMatch() function
Dbytestriebuilder.h150 virtual int32_t getMinLinearMatch() const override { return BytesTrie::kMinLinearMatch; } in getMinLinearMatch() function
Dstringtriebuilder.h136 virtual int32_t getMinLinearMatch() const = 0;
/external/icu/libicu/cts_headers/unicode/
Ducharstriebuilder.h154 virtual int32_t getMinLinearMatch() const override { return UCharsTrie::kMinLinearMatch; } in getMinLinearMatch() function
Dbytestriebuilder.h150 virtual int32_t getMinLinearMatch() const override { return BytesTrie::kMinLinearMatch; } in getMinLinearMatch() function
Dstringtriebuilder.h136 virtual int32_t getMinLinearMatch() const = 0;
/external/cronet/stable/third_party/icu/source/common/unicode/
Ducharstriebuilder.h154 virtual int32_t getMinLinearMatch() const override { return UCharsTrie::kMinLinearMatch; } in getMinLinearMatch() function
Dbytestriebuilder.h150 virtual int32_t getMinLinearMatch() const override { return BytesTrie::kMinLinearMatch; } in getMinLinearMatch() function
Dstringtriebuilder.h136 virtual int32_t getMinLinearMatch() const = 0;
/external/icu/icu4c/source/common/unicode/
Dbytestriebuilder.h150 virtual int32_t getMinLinearMatch() const override { return BytesTrie::kMinLinearMatch; } in getMinLinearMatch() function
Ducharstriebuilder.h154 virtual int32_t getMinLinearMatch() const override { return UCharsTrie::kMinLinearMatch; } in getMinLinearMatch() function
Dstringtriebuilder.h136 virtual int32_t getMinLinearMatch() const = 0;
/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/util/
DStringTrieBuilder.java485 offset=builder.writeValueAndType(hasValue, value, builder.getMinLinearMatch()+length-1); in write()
797 if(length<=builder.getMinLinearMatch()) { in write()
837 protected abstract int getMinLinearMatch() /*const*/; in getMinLinearMatch() method in StringTrieBuilder
DCharsTrieBuilder.java129 protected int getMinLinearMatch() /*const*/ { return CharsTrie.kMinLinearMatch; } in getMinLinearMatch() method in CharsTrieBuilder
DBytesTrieBuilder.java154 protected int getMinLinearMatch() /*const*/ { return BytesTrie.kMinLinearMatch; } in getMinLinearMatch() method in BytesTrieBuilder
/external/icu/android_icu4j/src/main/java/android/icu/util/
DStringTrieBuilder.java484 offset=builder.writeValueAndType(hasValue, value, builder.getMinLinearMatch()+length-1); in write()
796 if(length<=builder.getMinLinearMatch()) { in write()
836 protected abstract int getMinLinearMatch() /*const*/; in getMinLinearMatch() method in StringTrieBuilder
DCharsTrieBuilder.java125 protected int getMinLinearMatch() /*const*/ { return CharsTrie.kMinLinearMatch; } in getMinLinearMatch() method in CharsTrieBuilder
DBytesTrieBuilder.java150 protected int getMinLinearMatch() /*const*/ { return BytesTrie.kMinLinearMatch; } in getMinLinearMatch() method in BytesTrieBuilder

12