Home
last modified time | relevance | path

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

/reactos/sdk/lib/3rdparty/stlport/src/c_locale_win32/
H A Dc_locale_win32.c1039 LCMapStringA(ltype->lc.id, LCMAP_LINGUISTIC_CASING | LCMAP_UPPERCASE, buf, 2, out_buf, 2); in _Locale_toupper()
1047 LCMapStringA(ltype->lc.id, LCMAP_LINGUISTIC_CASING | LCMAP_UPPERCASE, buf, 2, out_buf, 2); in _Locale_toupper()
1059 LCMapStringA(ltype->lc.id, LCMAP_LINGUISTIC_CASING | LCMAP_LOWERCASE, buf, 2, out_buf, 2); in _Locale_tolower()
1067 LCMapStringA(ltype->lc.id, LCMAP_LINGUISTIC_CASING | LCMAP_LOWERCASE, buf, 2, out_buf, 2); in _Locale_tolower()
/reactos/sdk/include/psdk/
H A Dwinnls.h194 #define LCMAP_LINGUISTIC_CASING 0x01000000 macro
/reactos/dll/win32/kernel32/winnls/string/
H A Dlocale.c3627 switch (flags & ~(LCMAP_BYTEREV | LCMAP_LOWERCASE | LCMAP_UPPERCASE | LCMAP_LINGUISTIC_CASING)) in lcmap_string()