Lines Matching refs:lcid
334 LCID lcid; in native_lc_time() local
342 lcid = li->lc->index; in native_lc_time()
343 nt = 2 * GetLocaleInfo(lcid, LOCALE_STIME, 0, 0) + 7; /* HH:MM:SS */ in native_lc_time()
344 ns = 3 * GetLocaleInfo(lcid, LOCALE_SSHORTDATE, 0, 0); in native_lc_time()
345 nl = 3 * GetLocaleInfo(lcid, LOCALE_SLONGDATE, 0, 0); in native_lc_time()
348 n += GetLocaleInfo(lcid, map[i].native, 0, 0); in native_lc_time()
354 if (!(m = GetLocaleInfo(lcid, map[i].native, s, n))) in native_lc_time()
365 if (!GetLocaleInfo(lcid, LOCALE_ITIME, buf, sizeof(buf))) in native_lc_time()
368 if (!GetLocaleInfo(lcid, LOCALE_ITLZERO, buf, sizeof(buf))) in native_lc_time()
371 if (!GetLocaleInfo(lcid, LOCALE_STIME, buf, sizeof(buf))) in native_lc_time()
394 if (!GetLocaleInfo(lcid, LOCALE_SSHORTDATE, buf, sizeof(buf))) in native_lc_time()
403 if (!GetLocaleInfo(lcid, LOCALE_SLONGDATE, buf, sizeof(buf))) in native_lc_time()