Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/src/c_locale_win32/
Dc_wlocale_win32.c46 wchar_t in_c = c; in _WLocale_tolower() local
49 LCMapStringW(ltype->lc.id, LCMAP_LOWERCASE, &in_c, 1, &res, 1); in _WLocale_tolower()
54 wchar_t in_c = c; in _WLocale_toupper() local
57 LCMapStringW(ltype->lc.id, LCMAP_UPPERCASE, &in_c, 1, &res, 1); in _WLocale_toupper()