Searched refs:SHORT (Results 1 - 11 of 11) sorted by relevance
/base/global/i18n_lite/interfaces/kits/i18n/include/ |
H A D | types.h | 111 SHORT,
enumerator
|
/base/msdp/device_status/interfaces/innerkits/include/ |
H A D | stationary_data.h | 57 SHORT = 1, enumerator
|
/base/global/i18n/frameworks/intl/src/ |
H A D | date_time_format.cpp | 43 { "liteWearable", DefaultStyle::SHORT }, 44 { "wearable", DefaultStyle::SHORT }, 45 { "watch", DefaultStyle::SHORT } 51 { DefaultStyle::SHORT, DateFormat::EStyle::kShort }, 340 } else if (dayPeriod == "narrow" || (dayPeriod == "auto" && defaultStyle == DefaultStyle::SHORT)) { in SetDayPeriod() 480 (defaultStyle == DefaultStyle::DEFAULT || defaultStyle == DefaultStyle::SHORT))) { in ComputePattern() 513 defaultStyle == DefaultStyle::SHORT))) { in ComputeTimeZoneOfPattern() 529 (defaultStyle == DefaultStyle::DEFAULT || defaultStyle == DefaultStyle::SHORT))) { in ComputeWeekdayOfPattern() 550 defaultStyle == DefaultStyle::SHORT)) { in ComputeEraOfPattern()
|
/base/global/i18n_lite/frameworks/i18n/include/ |
H A D | i18n_pattern.h | 101 case SHORT: { in GetStringFromPattern2()
|
/base/msdp/device_status/test/unittest/intention/stationary/src/ |
H A D | stationary_server_test.cpp | 162 param.latency_ = SHORT; in HWTEST_F()
|
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/ |
H A D | hiappevent_base.cpp | 65 case AppEventParamType::SHORT:
in InitValueByBaseType() 266 {SHORT, &GetShortParamValueStr},
416 AppEventParam appEventParam(key, AppEventParamType::SHORT);
in AddParam() 423 AppEventParam appEventParam(key, AppEventParamType::SHORT);
in AddParam()
|
/base/global/i18n/frameworks/intl/include/ |
H A D | date_time_format.h | 126 SHORT, enumerator
|
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/ |
H A D | hiappevent_base.h | 64 SHORT = 3,
enumerator
|
/base/global/i18n_lite/frameworks/i18n/test/unittest/lite/common/ |
H A D | i18n_test.cpp | 279 AvailableDateTimeFormatPattern pattern = AvailableDateTimeFormatPattern::SHORT;
in HWTEST_F() 298 AvailableDateTimeFormatPattern pattern = AvailableDateTimeFormatPattern::SHORT;
in HWTEST_F() 317 AvailableDateTimeFormatPattern pattern = AvailableDateTimeFormatPattern::SHORT;
in HWTEST_F() 334 AvailableDateTimeFormatPattern pattern = AvailableDateTimeFormatPattern::SHORT;
in HWTEST_F() 352 AvailableDateTimeFormatPattern pattern = AvailableDateTimeFormatPattern::SHORT;
in HWTEST_F()
|
/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/ |
H A D | Fetcher.java | 343 case "SHORT": { in processPatterns() 524 .getTimeInstance(DateFormat.SHORT, ULocale.forLanguageTag(languageTag)); in defaultHour()
|
/base/msdp/device_status/frameworks/js/napi/src/ |
H A D | devicestatus_napi.cpp | 406 if ((latency < ReportLatencyNs::SHORT) || (latency > ReportLatencyNs::LONG)) { in SubscribeDeviceStatus()
|
Completed in 17 milliseconds