OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMatchLengthAt
(Results
1 - 4
of
4
) sorted by null
/external/icu/icu4c/source/i18n/unicode/
tznames.h
356
int32_t
getMatchLengthAt
(int32_t idx) const;
/external/icu/icu4c/source/i18n/
tzfmt.cpp
953
matchPos = startIdx + specificMatches->
getMatchLengthAt
(i);
[
all
...]
tznames.cpp
425
TimeZoneNames::MatchInfoCollection::
getMatchLengthAt
(int32_t idx) const {
tzgnames.cpp
937
int32_t len = tznamesMatches->
getMatchLengthAt
(i);
[
all
...]
Completed in 103 milliseconds