Home
last modified time | relevance | path

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

/base/global/i18n/frameworks/zone/src/
Dzone_util.cpp442 std::string matchedZoneId; in Match() local
455 if (matchedZoneId.length() == 0) { in Match()
456 matchedZoneId = zoneId; in Match()
461 matchedZoneId = systemTimezone; in Match()
469 CountryResult result = {isOnlyMatch, MatchQuality::DEFAULT_BOOSTED, matchedZoneId}; in Match()