Searched refs:sepAndHour (Results 1 – 1 of 1) sorted by relevance
96 char sepAndHour[SEP_HOUR_SIZE]; in Init() local101 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()