Home
last modified time | relevance | path

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

/third_party/gettext/gettext-runtime/intl/
Dlocalename.c2576 LCID try_lcid = strtoul (locale_num_str, &endp, 16); in enum_locales_fn() local
2578 if (GetLocaleInfo (try_lcid, LOCALE_SENGLANGUAGE, in enum_locales_fn()
2582 if (GetLocaleInfo (try_lcid, LOCALE_SENGCOUNTRY, in enum_locales_fn()
2591 found_lcid = try_lcid; in enum_locales_fn()