Home
last modified time | relevance | path

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

/reactos/sdk/lib/crt/locale/
H A Dlocale.c106 #define FOUND_COUNTRY 0x2 macro
172 flags |= FOUND_COUNTRY; in find_best_locale_proc()
174 else if (!flags && (res->match_flags & FOUND_COUNTRY)) in find_best_locale_proc()
198 if ((flags & (FOUND_LANGUAGE | FOUND_COUNTRY | FOUND_CODEPAGE)) == in find_best_locale_proc()
199 (FOUND_LANGUAGE | FOUND_COUNTRY | FOUND_CODEPAGE)) in find_best_locale_proc()
249 if (search.search_country[0] && !(search.match_flags & FOUND_COUNTRY)) in MSVCRT_locale_to_LCID()