Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/telephony_data/common/include/
H A Dtime_util.h28 int DOUBLE_DIGIT = 10; in FormatDate() local
37 if (month < DOUBLE_DIGIT) { in FormatDate()
42 if (day < DOUBLE_DIGIT) { in FormatDate()
47 if (hour < DOUBLE_DIGIT) { in FormatDate()
52 if (minute < DOUBLE_DIGIT) { in FormatDate()
57 if (second < DOUBLE_DIGIT) { in FormatDate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_row_accessibility_property.cpp24 const int DOUBLE_DIGIT = 10; variable
49 if (hour < DOUBLE_DIGIT) { in GetText()
93 if (minute < DOUBLE_DIGIT) { in GetMinuteText()
115 if (second < DOUBLE_DIGIT) { in GetSecondText()