_SetLCTimeEntries
status_t _SetLCTimeEntries(const U_NAMESPACE_QUALIFIER
result = _SetLCTimeEntries(strings, fWeekday[0], sizeof(fWeekday[0]),
result = _SetLCTimeEntries(strings, fAm, sizeof(fAm), 1, 1);
result = _SetLCTimeEntries(&strings[1], fPm, sizeof(fPm), 1, 1);
result = _SetLCTimeEntries(strings, fAltMonth[0], sizeof(fAltMonth[0]),
result = _SetLCTimeEntries(strings, fMon[0], sizeof(fMon[0]), count, 12);
result = _SetLCTimeEntries(strings, fMonth[0], sizeof(fMonth[0]), count,
= _SetLCTimeEntries(strings, fWday[0], sizeof(fWday[0]), count, 7);