/third_party/icu/icu4c/source/common/ |
D | stringtriebuilder.cpp | 113 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()
|
D | ucharstriebuilder.cpp | 310 offset=b.writeValueAndType(hasValue, value, b.getMinLinearMatch()+length-1); in write()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | stringtriebuilder.cpp | 113 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()
|
D | ucharstriebuilder.cpp | 310 offset=b.writeValueAndType(hasValue, value, b.getMinLinearMatch()+length-1); in write()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | stringtriebuilder.cpp | 113 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()
|
D | ucharstriebuilder.cpp | 310 offset=b.writeValueAndType(hasValue, value, b.getMinLinearMatch()+length-1); in write()
|
/third_party/node/deps/icu-small/source/common/ |
D | stringtriebuilder.cpp | 113 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/ |
D | StringTrieBuilder.java | 485 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
|
D | CharsTrieBuilder.java | 129 protected int getMinLinearMatch() /*const*/ { return CharsTrie.kMinLinearMatch; } in getMinLinearMatch() method in CharsTrieBuilder
|
D | BytesTrieBuilder.java | 154 protected int getMinLinearMatch() /*const*/ { return BytesTrie.kMinLinearMatch; } in getMinLinearMatch() method in BytesTrieBuilder
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
D | StringTrieBuilder.java | 484 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
|
D | CharsTrieBuilder.java | 125 protected int getMinLinearMatch() /*const*/ { return CharsTrie.kMinLinearMatch; } in getMinLinearMatch() method in CharsTrieBuilder
|
D | BytesTrieBuilder.java | 147 protected int getMinLinearMatch() /*const*/ { return BytesTrie.kMinLinearMatch; } in getMinLinearMatch() method in BytesTrieBuilder
|
/third_party/icu/icu4c/source/common/unicode/ |
D | bytestriebuilder.h | 150 virtual int32_t getMinLinearMatch() const { return BytesTrie::kMinLinearMatch; } in getMinLinearMatch() function
|
D | ucharstriebuilder.h | 154 virtual int32_t getMinLinearMatch() const { return UCharsTrie::kMinLinearMatch; } in getMinLinearMatch() function
|
D | stringtriebuilder.h | 136 virtual int32_t getMinLinearMatch() const = 0;
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | bytestriebuilder.h | 150 virtual int32_t getMinLinearMatch() const { return BytesTrie::kMinLinearMatch; } in getMinLinearMatch() function
|
D | ucharstriebuilder.h | 154 virtual int32_t getMinLinearMatch() const { return UCharsTrie::kMinLinearMatch; } in getMinLinearMatch() function
|
D | stringtriebuilder.h | 136 virtual int32_t getMinLinearMatch() const = 0;
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | ucharstriebuilder.h | 150 virtual int32_t getMinLinearMatch() const { return UCharsTrie::kMinLinearMatch; } in getMinLinearMatch() function
|
D | bytestriebuilder.h | 142 virtual int32_t getMinLinearMatch() const { return BytesTrie::kMinLinearMatch; } in getMinLinearMatch() function
|
D | stringtriebuilder.h | 133 virtual int32_t getMinLinearMatch() const = 0;
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | ucharstriebuilder.h | 154 virtual int32_t getMinLinearMatch() const override { return UCharsTrie::kMinLinearMatch; } in getMinLinearMatch() function
|
D | bytestriebuilder.h | 150 virtual int32_t getMinLinearMatch() const override { return BytesTrie::kMinLinearMatch; } in getMinLinearMatch() function
|
D | stringtriebuilder.h | 136 virtual int32_t getMinLinearMatch() const = 0;
|