Searched refs:wstr (Results 1 – 6 of 6) sorted by relevance
/locale/ |
A D | C-time.c | 86 { .wstr = (const uint32_t *) L"Sun" }, 87 { .wstr = (const uint32_t *) L"Mon" }, 88 { .wstr = (const uint32_t *) L"Tue" }, 89 { .wstr = (const uint32_t *) L"Wed" }, 124 { .wstr = (const uint32_t *) L"AM" }, 125 { .wstr = (const uint32_t *) L"PM" }, 130 { .wstr = (const uint32_t *) L"" }, 131 { .wstr = (const uint32_t *) L"" }, 132 { .wstr = (const uint32_t *) L"" }, 133 { .wstr = (const uint32_t *) L"" }, [all …]
|
A D | C-ctype.c | 605 { .wstr = (uint32_t *) L"0" }, 606 { .wstr = (uint32_t *) L"1" }, 607 { .wstr = (uint32_t *) L"2" }, 608 { .wstr = (uint32_t *) L"3" }, 609 { .wstr = (uint32_t *) L"4" }, 610 { .wstr = (uint32_t *) L"5" }, 611 { .wstr = (uint32_t *) L"6" }, 612 { .wstr = (uint32_t *) L"7" }, 613 { .wstr = (uint32_t *) L"8" }, 644 { .wstr = translit_to_idx }, [all …]
|
A D | localeinfo.h | 83 const uint32_t *wstr; member 263 ((wchar_t *) (*_nl_current_##category)->values[_NL_ITEM_INDEX (item)].wstr) 299 ((wchar_t *) _NL_CURRENT_DATA (category)->values[_NL_ITEM_INDEX (item)].wstr) 323 ->values[_NL_ITEM_INDEX (item)].wstr; in _nl_lookup_wstr()
|
A D | tst-C-locale.c | 34 const wchar_t *wstr; in run_test() local 102 wstr = (wchar_t *) nl_langinfo (name); \ in run_test() 103 if (wcscmp (wstr, exp) != 0) \ in run_test() 106 "(is \"%S\", should be \"%S\")\n", locname, wstr, exp); \ in run_test() 254 wstr = (wchar_t *) nl_langinfo_l (name, loc); \ in run_test() 255 if (wcscmp (wstr, exp) != 0) \ in run_test() 258 "(is \"%S\", should be \"%S\")\n", locname, wstr, exp); \ in run_test()
|
/locale/programs/ |
A D | ld-time.c | 233 wchar_t *wstr; in time_finish() local 459 wstr = wcschr ((wchar_t *) time->wera[idx], L':');/* end direction */ in time_finish() 460 wstr = wstr ? wcschr (wstr + 1, L':') : NULL; /* end offset */ in time_finish() 461 wstr = wstr ? wcschr (wstr + 1, L':') : NULL; /* end start */ in time_finish() 462 wstr = wstr ? wcschr (wstr + 1, L':') : NULL; /* end end */ in time_finish() 463 if (wstr != NULL) in time_finish() 465 time->era_entries[idx].wname = (uint32_t *) wstr + 1; in time_finish() 466 wstr = wcschr (wstr + 1, L':'); /* end name */ in time_finish() 467 if (wstr != NULL) in time_finish() 469 *wstr = L'\0'; in time_finish() [all …]
|
A D | ld-ctype.c | 1788 uint32_t *wstr; in read_widestring() local 1792 wstr = no_str; in read_widestring() 1802 free (wstr); in read_widestring() 1806 wstr[1] = 0; in read_widestring() 1812 wstr[1] = 0; in read_widestring() 1833 wstr[0] = seq->ucs4; in read_widestring() 1834 wstr[1] = 0; in read_widestring() 1839 if (wstr == NULL || wstr[0] == 0) in read_widestring() 1850 return wstr; in read_widestring() 2719 uint32_t *wstr; in ctype_read() local [all …]
|
Completed in 25 milliseconds