Home
last modified time | relevance | path

Searched refs:getTimeType (Results 1 – 25 of 39) sorted by relevance

12

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DTimeArrayTimeZoneRule.java74 public int getTimeType() { in getTimeType() method in TimeArrayTimeZoneRule
DBasicTimeZone.java311 int timeType = tar.getTimeType(); in getTimeZoneRules()
331 newtimes, tar.getTimeType()); in getTimeZoneRules()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DTimeArrayTimeZoneRule.java71 public int getTimeType() { in getTimeType() method in TimeArrayTimeZoneRule
DBasicTimeZone.java300 int timeType = tar.getTimeType(); in getTimeZoneRules()
320 newtimes, tar.getTimeType()); in getTimeZoneRules()
/third_party/node/deps/icu-small/source/i18n/unicode/
Dtzrule.h696 DateTimeRule::TimeRuleType getTimeType(void) const;
Dtzfmt.h1055 static UTimeZoneFormatTimeType getTimeType(UTimeZoneNameType nameType);
/third_party/icu/icu4c/source/i18n/unicode/
Dtzrule.h696 DateTimeRule::TimeRuleType getTimeType(void) const;
Dtzfmt.h1055 static UTimeZoneFormatTimeType getTimeType(UTimeZoneNameType nameType);
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Dtzrule.h694 DateTimeRule::TimeRuleType getTimeType(void) const;
Dtzfmt.h1053 static UTimeZoneFormatTimeType getTimeType(UTimeZoneNameType nameType);
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dtzrule.h696 DateTimeRule::TimeRuleType getTimeType(void) const;
Dtzfmt.h1055 static UTimeZoneFormatTimeType getTimeType(UTimeZoneNameType nameType);
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DTimeZoneFormat.java1211 timeType.value = getTimeType(specificMatch.nameType()); in parse()
1232 timeType.value = getTimeType(tzdbNameMatch.nameType()); in parse()
1429 parsedTimeType = getTimeType(specificMatch.nameType()); in parse()
1448 parsedTimeType = getTimeType(tzdbNameMatch.nameType()); in parse()
1868 private TimeType getTimeType(NameType nameType) {
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DTimeZoneFormat.java1150 timeType.value = getTimeType(specificMatch.nameType()); in parse()
1171 timeType.value = getTimeType(tzdbNameMatch.nameType()); in parse()
1368 parsedTimeType = getTimeType(specificMatch.nameType()); in parse()
1387 parsedTimeType = getTimeType(tzdbNameMatch.nameType()); in parse()
1798 private TimeType getTimeType(NameType nameType) {
/third_party/node/deps/icu-small/source/i18n/
Dtzfmt.cpp972 *timeType = getTimeType(specificMatches->getNameTypeAt(matchIdx)); in parse()
1005 *timeType = getTimeType(tzdbNameMatches->getNameTypeAt(matchIdx)); in parse()
1224 parsedTimeType = getTimeType(specificMatches->getNameTypeAt(specificMatchIdx)); in parse()
1251 parsedTimeType = getTimeType(tzdbNameMatches->getNameTypeAt(tzdbNameMatchIdx)); in parse()
2699 TimeZoneFormat::getTimeType(UTimeZoneNameType nameType) { in getTimeType() function in TimeZoneFormat
Dtzrule.cpp478 TimeArrayTimeZoneRule::getTimeType(void) const { in getTimeType() function in TimeArrayTimeZoneRule
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dtzfmt.cpp967 *timeType = getTimeType(specificMatches->getNameTypeAt(matchIdx)); in parse()
1000 *timeType = getTimeType(tzdbNameMatches->getNameTypeAt(matchIdx)); in parse()
1219 parsedTimeType = getTimeType(specificMatches->getNameTypeAt(specificMatchIdx)); in parse()
1246 parsedTimeType = getTimeType(tzdbNameMatches->getNameTypeAt(tzdbNameMatchIdx)); in parse()
2694 TimeZoneFormat::getTimeType(UTimeZoneNameType nameType) { in getTimeType() function in TimeZoneFormat
Dtzrule.cpp478 TimeArrayTimeZoneRule::getTimeType(void) const { in getTimeType() function in TimeArrayTimeZoneRule
/third_party/skia/third_party/externals/icu/source/i18n/
Dtzfmt.cpp972 *timeType = getTimeType(specificMatches->getNameTypeAt(matchIdx)); in parse()
1005 *timeType = getTimeType(tzdbNameMatches->getNameTypeAt(matchIdx)); in parse()
1224 parsedTimeType = getTimeType(specificMatches->getNameTypeAt(specificMatchIdx)); in parse()
1251 parsedTimeType = getTimeType(tzdbNameMatches->getNameTypeAt(tzdbNameMatchIdx)); in parse()
2699 TimeZoneFormat::getTimeType(UTimeZoneNameType nameType) { in getTimeType() function in TimeZoneFormat
Dtzrule.cpp478 TimeArrayTimeZoneRule::getTimeType(void) const { in getTimeType() function in TimeArrayTimeZoneRule
Dbasictz.cpp432 timeType = tar->getTimeType(); in getTimeZoneRulesAfter()
/third_party/icu/icu4c/source/i18n/
Dtzfmt.cpp972 *timeType = getTimeType(specificMatches->getNameTypeAt(matchIdx)); in parse()
1005 *timeType = getTimeType(tzdbNameMatches->getNameTypeAt(matchIdx)); in parse()
1224 parsedTimeType = getTimeType(specificMatches->getNameTypeAt(specificMatchIdx)); in parse()
1251 parsedTimeType = getTimeType(tzdbNameMatches->getNameTypeAt(tzdbNameMatchIdx)); in parse()
2699 TimeZoneFormat::getTimeType(UTimeZoneNameType nameType) { in getTimeType() function in TimeZoneFormat
Dtzrule.cpp478 TimeArrayTimeZoneRule::getTimeType(void) const { in getTimeType() function in TimeArrayTimeZoneRule
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/
DTimeZoneRuleTest.java968 if (t1.getTimeType() != DateTimeRule.UTC_TIME) { in TestTimeZoneRuleCoverage()
971 if (t4.getTimeType() != DateTimeRule.STANDARD_TIME) { in TestTimeZoneRuleCoverage()
974 if (t5.getTimeType() != DateTimeRule.WALL_TIME) { in TestTimeZoneRuleCoverage()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneRuleTest.java966 if (t1.getTimeType() != DateTimeRule.UTC_TIME) { in TestTimeZoneRuleCoverage()
969 if (t4.getTimeType() != DateTimeRule.STANDARD_TIME) { in TestTimeZoneRuleCoverage()
972 if (t5.getTimeType() != DateTimeRule.WALL_TIME) { in TestTimeZoneRuleCoverage()

12