OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLimitOfLinearMatch
(Results
1 - 6
of
6
) sorted by null
/external/icu4c/common/unicode/
bytestriebuilder.h
121
virtual int32_t
getLimitOfLinearMatch
(int32_t first, int32_t last, int32_t byteIndex) const;
ucharstriebuilder.h
128
virtual int32_t
getLimitOfLinearMatch
(int32_t first, int32_t last, int32_t unitIndex) const;
stringtriebuilder.h
100
virtual int32_t
getLimitOfLinearMatch
(int32_t first, int32_t last, int32_t unitIndex) const = 0;
/external/icu4c/common/
stringtriebuilder.cpp
101
int32_t lastUnitIndex=
getLimitOfLinearMatch
(start, limit-1, unitIndex);
225
int32_t lastUnitIndex=
getLimitOfLinearMatch
(start, limit-1, unitIndex);
bytestriebuilder.cpp
292
BytesTrieBuilder::
getLimitOfLinearMatch
(int32_t first, int32_t last, int32_t byteIndex) const {
ucharstriebuilder.cpp
241
UCharsTrieBuilder::
getLimitOfLinearMatch
(int32_t first, int32_t last, int32_t unitIndex) const {
Completed in 1203 milliseconds