Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/src/c_locale_win32/
Dc_locale_win32.c1036 char buf[2], out_buf[2]; in _Locale_toupper() local
1039 LCMapStringA(ltype->lc.id, LCMAP_LINGUISTIC_CASING | LCMAP_UPPERCASE, buf, 2, out_buf, 2); in _Locale_toupper()
1040 return out_buf[0]; in _Locale_toupper()
1047 LCMapStringA(ltype->lc.id, LCMAP_LINGUISTIC_CASING | LCMAP_UPPERCASE, buf, 2, out_buf, 2); in _Locale_toupper()
1049 MultiByteToWideChar(__GetDefaultCP(ltype->lc.id), MB_PRECOMPOSED, out_buf, 2, wbuf, 2); in _Locale_toupper()
1050 … WideCharToMultiByte(ltype->cp, WC_COMPOSITECHECK | WC_SEPCHARS, wbuf, 2, out_buf, 2, NULL, FALSE); in _Locale_toupper()
1051 return out_buf[0]; in _Locale_toupper()
1056 char buf[2], out_buf[2]; in _Locale_tolower() local
1059 LCMapStringA(ltype->lc.id, LCMAP_LINGUISTIC_CASING | LCMAP_LOWERCASE, buf, 2, out_buf, 2); in _Locale_tolower()
1060 return out_buf[0]; in _Locale_tolower()
[all …]