/external/stlport/src/c_locale_win32/ |
c_wlocale_win32.c | 30 DWORD mbtowc_flags;
member in struct:_Locale_codecvt 79 lcodecvt->mbtowc_flags = MB_PRECOMPOSED;
124 result = MultiByteToWideChar(l->cp, l->mbtowc_flags, from, count, dst, 1);
136 result = MultiByteToWideChar(l->cp, l->mbtowc_flags, from, count, dst, 1);
148 result = MultiByteToWideChar(lcodecvt->cp, lcodecvt->mbtowc_flags, from, 1, to, 1);
|
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/ |
c_wlocale_win32.c | 30 DWORD mbtowc_flags;
member in struct:_Locale_codecvt 79 lcodecvt->mbtowc_flags = MB_PRECOMPOSED;
124 result = MultiByteToWideChar(l->cp, l->mbtowc_flags, from, count, dst, 1);
136 result = MultiByteToWideChar(l->cp, l->mbtowc_flags, from, count, dst, 1);
148 result = MultiByteToWideChar(lcodecvt->cp, lcodecvt->mbtowc_flags, from, 1, to, 1);
|