Home
last modified time | relevance | path

Searched defs:wbuf (Results 1 – 4 of 4) sorted by relevance

/ndk/tests/device/test-gnustl-full/unit/
Dcodecvt_test.cpp539 wchar_t wbuf[4096]; in special_encodings() local
579 wchar_t wbuf[4096]; in special_encodings() local
/ndk/tests/device/test-stlport/unit/
Dcodecvt_test.cpp539 wchar_t wbuf[4096]; in special_encodings() local
579 wchar_t wbuf[4096]; in special_encodings() local
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/
Dc_locale_win32.c388 wchar_t wbuf[4]; in _Locale_numeric_create() local
831 wchar_t wbuf[6]; in _Locale_monetary_create() local
1043 wchar_t wbuf[2]; in _Locale_toupper() local
1063 wchar_t wbuf[2]; in _Locale_tolower() local
1659 …CP(LCID lcid, const char* cp, LCTYPE lctype, char* buf, int buf_size, wchar_t* wbuf, int wbuf_size… in __GetLocaleInfoUsingACP()
/ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
Dc_locale_glibc2.c12 static wchar_t* _ToWChar(const char* buf, wchar_t *wbuf, size_t wbufSize) { in _ToWChar()