Home
last modified time | relevance | path

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

/reactos/sdk/lib/crt/locale/
H A Dlocale.c113 char found_codepage[MAX_ELEM_LEN]; member
185 memcpy(res->found_codepage,res->search_codepage,MAX_ELEM_LEN); in find_best_locale_proc()
260 memcpy(search.found_codepage,search.search_codepage,MAX_ELEM_LEN); in MSVCRT_locale_to_LCID()
265 search.found_codepage, MAX_ELEM_LEN); in MSVCRT_locale_to_LCID()
268 search.found_codepage, MAX_ELEM_LEN); in MSVCRT_locale_to_LCID()
272 if (!atoi(search.found_codepage)) in MSVCRT_locale_to_LCID()
278 search.found_codepage, MAX_ELEM_LEN); in MSVCRT_locale_to_LCID()
279 if (!search.found_codepage[0] || !atoi(search.found_codepage)) in MSVCRT_locale_to_LCID()
281 search.found_codepage, MAX_ELEM_LEN); in MSVCRT_locale_to_LCID()
285 *codepage = atoi(search.found_codepage); in MSVCRT_locale_to_LCID()