Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n_lite/frameworks/i18n/src/
H A Ddate_time_format_impl.cpp96 char sepAndHour[SEP_HOUR_SIZE]; in Init() local
101 sepAndHour[0] = timeSeparator[0]; in Init()
102 sepAndHour[1] = defaultHour[0]; in Init()
103 data = new(nothrow) DateTimeData(amPmMarkers, sepAndHour, 2); // 2 is length of sepAndHour in Init()