OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getMaxLinearMatchLength
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/common/unicode/
bytestriebuilder.h
131
virtual int32_t
getMaxLinearMatchLength
() const { return BytesTrie::kMaxLinearMatchLength; }
ucharstriebuilder.h
138
virtual int32_t
getMaxLinearMatchLength
() const { return UCharsTrie::kMaxLinearMatchLength; }
Completed in 1287 milliseconds