Home
last modified time | relevance | path

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

12

/third_party/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()
/third_party/flutter/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()
/third_party/node/deps/icu-small/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()
/third_party/icu/icu4j/main/classes/core/src/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
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/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.java147 protected int getMinLinearMatch() /*const*/ { return BytesTrie.kMinLinearMatch; } in getMinLinearMatch() method in BytesTrieBuilder
/third_party/icu/icu4c/source/common/unicode/
Dbytestriebuilder.h150 virtual int32_t getMinLinearMatch() const { return BytesTrie::kMinLinearMatch; } in getMinLinearMatch() function
Ducharstriebuilder.h154 virtual int32_t getMinLinearMatch() const { return UCharsTrie::kMinLinearMatch; } in getMinLinearMatch() function
Dstringtriebuilder.h136 virtual int32_t getMinLinearMatch() const = 0;
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dbytestriebuilder.h150 virtual int32_t getMinLinearMatch() const { return BytesTrie::kMinLinearMatch; } in getMinLinearMatch() function
Ducharstriebuilder.h154 virtual int32_t getMinLinearMatch() const { return UCharsTrie::kMinLinearMatch; } in getMinLinearMatch() function
Dstringtriebuilder.h136 virtual int32_t getMinLinearMatch() const = 0;
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Ducharstriebuilder.h150 virtual int32_t getMinLinearMatch() const { return UCharsTrie::kMinLinearMatch; } in getMinLinearMatch() function
Dbytestriebuilder.h142 virtual int32_t getMinLinearMatch() const { return BytesTrie::kMinLinearMatch; } in getMinLinearMatch() function
Dstringtriebuilder.h133 virtual int32_t getMinLinearMatch() const = 0;
/third_party/node/deps/icu-small/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;

12