Home
last modified time | relevance | path

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

/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()

Completed in 1 milliseconds