HomeSort by relevance Sort by last modified time
    Searched refs:NativeCP (Results 1 - 2 of 2) sorted by null

  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/c_locale_win32/
c_locale_win32.c 306 int NativeCP;
329 NativeCP = __GetDefaultCP(ltype->lc.id);
334 if (!GetCPInfo(NativeCP, &CPInfo)) { free(ltype); return NULL; }
341 if ((UINT)NativeCP != ltype->cp) {
363 BufferSize = MultiByteToWideChar(NativeCP, MB_PRECOMPOSED, (const char*)Buffer, 256, NULL, 0);
367 MultiByteToWideChar(NativeCP, MB_PRECOMPOSED, (const char*)Buffer, 256, wbuffer, BufferSize);
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/c_locale_win32/
c_locale_win32.c 306 int NativeCP;
329 NativeCP = __GetDefaultCP(ltype->lc.id);
334 if (!GetCPInfo(NativeCP, &CPInfo)) { free(ltype); return NULL; }
341 if ((UINT)NativeCP != ltype->cp) {
363 BufferSize = MultiByteToWideChar(NativeCP, MB_PRECOMPOSED, (const char*)Buffer, 256, NULL, 0);
367 MultiByteToWideChar(NativeCP, MB_PRECOMPOSED, (const char*)Buffer, 256, wbuffer, BufferSize);
    [all...]

Completed in 102 milliseconds