Home
last modified time | relevance | path

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

/reactos/sdk/lib/ucrt/locale/
H A Dwsetlocale.cpp884 struct _bcp47_section struct
930 static bool parse_bcp47_language(__crt_locale_strings * const names, _bcp47_section const& section) in parse_bcp47_language()
952 static bool parse_bcp47_script(__crt_locale_strings * const names, _bcp47_section const& section) in parse_bcp47_script()
973 static bool parse_bcp47_region(__crt_locale_strings * const names, _bcp47_section const& section) in parse_bcp47_region()
992 static bool parse_bcp47_code_page(__crt_locale_strings * const names, _bcp47_section const& section) in parse_bcp47_code_page()
1011 _bcp47_section sections[max_sections]; in parse_bcp47()