/third_party/lame/frontend/ |
D | main.c | 290 static wchar_t *mbsToUnicode(const char *mbstr, int code_page) in mbsToUnicode() argument 292 int n = MultiByteToWideChar(code_page, 0, mbstr, -1, NULL, 0); in mbsToUnicode() 295 n = MultiByteToWideChar(code_page, 0, mbstr, -1, wstr, n); in mbsToUnicode() 304 static char *unicodeToMbs(const wchar_t *wstr, int code_page) in unicodeToMbs() argument 306 int n = 1+WideCharToMultiByte(code_page, 0, wstr, -1, 0, 0, 0, 0); in unicodeToMbs() 309 n = WideCharToMultiByte(code_page, 0, wstr, -1, mbstr, n, 0, 0); in unicodeToMbs()
|
/third_party/ffmpeg/libavutil/ |
D | wchar_filename.h | 48 static inline int wchartocp(unsigned int code_page, const wchar_t *filename_w, in wchartocp() argument 51 DWORD flags = code_page == CP_UTF8 ? WC_ERR_INVALID_CHARS : 0; in wchartocp() 52 int num_chars = WideCharToMultiByte(code_page, flags, filename_w, -1, in wchartocp() 64 WideCharToMultiByte(code_page, flags, filename_w, -1, in wchartocp()
|
/third_party/openh264/codec/processing/src/common/ |
D | WelsVP.rc | 21 #pragma code_page(936) 59 #pragma code_page(1252)
|
/third_party/python/PC/ |
D | python_ver_rc.h | 4 #pragma code_page(1252)
|
/third_party/lame/dshow/ |
D | Property.rc | 24 #pragma code_page(1251) 65 #pragma code_page(1252)
|
/third_party/openh264/ |
D | openh264.rc | 18 #pragma code_page(1252)
|
D | openh264.rc.template | 18 #pragma code_page(1252)
|
/third_party/skia/third_party/externals/freetype/src/winfonts/ |
D | winfnt.h | 103 FT_ULong code_page; member
|
/third_party/python/Include/ |
D | unicodeobject.h | 707 int code_page, /* code page number */ 721 int code_page, /* code page number */
|
/third_party/skia/third_party/externals/angle2/src/libEGL/ |
D | libEGL.rc | 22 #pragma code_page(1252)
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | libGLESv2.rc | 22 #pragma code_page(1252)
|
/third_party/skia/third_party/externals/angle2/src/libGLESv1_CM/ |
D | libGLESv1_CM.rc | 22 #pragma code_page(1252)
|
/third_party/icu/icu4c/source/data/misc/ |
D | icudata.rc | 22 #pragma code_page(1252)
|
/third_party/skia/third_party/externals/icu/source/data/misc/ |
D | icudata.rc | 22 #pragma code_page(1252)
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
D | libGLESv2.rc | 22 #pragma code_page(1252)
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | common.rc | 24 #pragma code_page(1252)
|
/third_party/icu/icu4c/source/samples/layout/ |
D | LayoutSample.rc | 37 #pragma code_page(1252)
|
/third_party/icu/icu4c/source/i18n/ |
D | i18n.rc | 24 #pragma code_page(1252)
|
/third_party/icu/icu4c/source/io/ |
D | io.rc | 24 #pragma code_page(1252)
|
/third_party/icu/icu4c/source/common/ |
D | common.rc | 24 #pragma code_page(1252)
|
/third_party/node/deps/icu-small/source/common/ |
D | common.rc | 24 #pragma code_page(1252)
|
/third_party/node/deps/icu-small/source/i18n/ |
D | i18n.rc | 24 #pragma code_page(1252)
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
D | libEGL.rc | 21 #pragma code_page(1252)
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | Vulkan.rc | 22 #pragma code_page(1252)
|
/third_party/skia/third_party/externals/icu/source/samples/layout/ |
D | LayoutSample.rc | 37 #pragma code_page(1252)
|