OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:specificmatches
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/i18n/
tzfmt.cpp
944
LocalPointer<TimeZoneNames::MatchInfoCollection>
specificMatches
(fTimeZoneNames->find(text, startIdx, nameTypes, status));
949
if (!
specificMatches
.isNull()) {
952
for (int32_t i = 0; i <
specificMatches
->size(); i++) {
953
matchPos = startIdx +
specificMatches
->getMatchLengthAt(i);
961
*timeType = getTimeType(
specificMatches
->getNameTypeAt(matchIdx));
964
getTimeZoneID(
specificMatches
.getAlias(), matchIdx, tzID);
[
all
...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
TimeZoneFormat.java
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
TimeZoneFormat.java
[
all
...]
Completed in 655 milliseconds