OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMinLinearMatch
(Results
1 - 16
of
16
) sorted by null
/external/icu/icu4c/source/common/unicode/
bytestriebuilder.h
142
virtual int32_t
getMinLinearMatch
() const { return BytesTrie::kMinLinearMatch; }
ucharstriebuilder.h
150
virtual int32_t
getMinLinearMatch
() const { return UCharsTrie::kMinLinearMatch; }
stringtriebuilder.h
131
virtual int32_t
getMinLinearMatch
() const = 0;
/external/icu/android_icu4j/src/main/java/android/icu/util/
BytesTrieBuilder.java
147
protected int
getMinLinearMatch
() /*const*/ { return BytesTrie.kMinLinearMatch; }
CharsTrieBuilder.java
125
protected int
getMinLinearMatch
() /*const*/ { return CharsTrie.kMinLinearMatch; }
StringTrieBuilder.java
483
offset=builder.writeValueAndType(hasValue, value, builder.
getMinLinearMatch
()+length-1);
795
if(length<=builder.
getMinLinearMatch
()) {
835
protected abstract int
getMinLinearMatch
() /*const*/;
[
all
...]
/external/icu/icu4c/source/common/
stringtriebuilder.cpp
113
write(
getMinLinearMatch
()+maxLinearMatchLength-1);
116
type=
getMinLinearMatch
()+length-1;
122
if(--length<
getMinLinearMatch
()) {
610
if(length<=builder.
getMinLinearMatch
()) {
bytestriebuilder.cpp
362
offset=b.write(b.
getMinLinearMatch
()+length-1);
ucharstriebuilder.cpp
310
offset=b.writeValueAndType(hasValue, value, b.
getMinLinearMatch
()+length-1);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
BytesTrieBuilder.java
151
protected int
getMinLinearMatch
() /*const*/ { return BytesTrie.kMinLinearMatch; }
CharsTrieBuilder.java
129
protected int
getMinLinearMatch
() /*const*/ { return CharsTrie.kMinLinearMatch; }
StringTrieBuilder.java
485
offset=builder.writeValueAndType(hasValue, value, builder.
getMinLinearMatch
()+length-1);
797
if(length<=builder.
getMinLinearMatch
()) {
837
protected abstract int
getMinLinearMatch
() /*const*/;
[
all
...]
/prebuilts/misc/common/icu4j/
icu4j.jar
/prebuilts/misc/common/robolectric/lib/
icu4j-53.1.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 2078 milliseconds