Home
last modified time | relevance | path

Searched refs:parsedID (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DTimeZoneFormat.java1319 … String parsedID = null; // stores successfully parsed zone ID for later use in parse() local
1342 parsedID = null; in parse()
1367 parsedID = null; in parse()
1389 parsedID = null; in parse()
1425 parsedID = getTimeZoneID(specificMatch.tzID(), specificMatch.mzID()); in parse()
1444 parsedID = getTimeZoneID(tzdbNameMatch.tzID(), tzdbNameMatch.mzID()); in parse()
1456 parsedID = genericMatch.tzID(); in parse()
1470 parsedID = id; in parse()
1483 parsedID = id; in parse()
1493 if (parsedID != null) { in parse()
[all …]
/external/icu/icu4c/source/i18n/
Dtzfmt.cpp1105 UnicodeString parsedID(parsedIDBuf, 0, UPRV_LENGTHOF(parsedIDBuf)); in parse() local
1129 parsedID.setToBogus(); in parse()
1153 parsedID.setToBogus(); in parse()
1175 parsedID.setToBogus(); in parse()
1212 getTimeZoneID(specificMatches.getAlias(), specificMatchIdx, parsedID); in parse()
1239 getTimeZoneID(tzdbNameMatches.getAlias(), tzdbNameMatchIdx, parsedID); in parse()
1261 parsedID.setTo(tzID); in parse()
1275 parsedID.setTo(tzID); in parse()
1288 parsedID.setTo(tzID); in parse()
1298 if (parsedID.length() > 0) { in parse()
[all …]