Home
last modified time | relevance | path

Searched refs:code_page (Results 1 – 25 of 40) sorted by relevance

12

/third_party/lame/frontend/
Dmain.c290 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/
Dwchar_filename.h48 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/
DWelsVP.rc21 #pragma code_page(936)
59 #pragma code_page(1252)
/third_party/python/PC/
Dpython_ver_rc.h4 #pragma code_page(1252)
/third_party/lame/dshow/
DProperty.rc24 #pragma code_page(1251)
65 #pragma code_page(1252)
/third_party/openh264/
Dopenh264.rc18 #pragma code_page(1252)
Dopenh264.rc.template18 #pragma code_page(1252)
/third_party/skia/third_party/externals/freetype/src/winfonts/
Dwinfnt.h103 FT_ULong code_page; member
/third_party/python/Include/
Dunicodeobject.h707 int code_page, /* code page number */
721 int code_page, /* code page number */
/third_party/skia/third_party/externals/angle2/src/libEGL/
DlibEGL.rc22 #pragma code_page(1252)
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DlibGLESv2.rc22 #pragma code_page(1252)
/third_party/skia/third_party/externals/angle2/src/libGLESv1_CM/
DlibGLESv1_CM.rc22 #pragma code_page(1252)
/third_party/icu/icu4c/source/data/misc/
Dicudata.rc22 #pragma code_page(1252)
/third_party/skia/third_party/externals/icu/source/data/misc/
Dicudata.rc22 #pragma code_page(1252)
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
DlibGLESv2.rc22 #pragma code_page(1252)
/third_party/skia/third_party/externals/icu/source/common/
Dcommon.rc24 #pragma code_page(1252)
/third_party/icu/icu4c/source/samples/layout/
DLayoutSample.rc37 #pragma code_page(1252)
/third_party/icu/icu4c/source/i18n/
Di18n.rc24 #pragma code_page(1252)
/third_party/icu/icu4c/source/io/
Dio.rc24 #pragma code_page(1252)
/third_party/icu/icu4c/source/common/
Dcommon.rc24 #pragma code_page(1252)
/third_party/node/deps/icu-small/source/common/
Dcommon.rc24 #pragma code_page(1252)
/third_party/node/deps/icu-small/source/i18n/
Di18n.rc24 #pragma code_page(1252)
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
DlibEGL.rc21 #pragma code_page(1252)
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVulkan.rc22 #pragma code_page(1252)
/third_party/skia/third_party/externals/icu/source/samples/layout/
DLayoutSample.rc37 #pragma code_page(1252)

12