Home
last modified time | relevance | path

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

/reactos/sdk/lib/crt/locale/
H A Dlocale.c753 static const wchar_t cloc_timeW[] = {'H','H',':','m','m',':','s','s',0}; in MSVCRT__create_locale() local
1264 …TIME]) { memcpy(&loc->locinfo->lc_time_curr->data[ret], cloc_timeW, sizeof(cloc_timeW)); in MSVCRT__create_locale()
1265 ret += sizeof(cloc_timeW); in MSVCRT__create_locale()