Home
last modified time | relevance | path

Searched refs:WC_ERR_INVALID_CHARS (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavutil/
H A Dwchar_filename.h51 DWORD flags = code_page == CP_UTF8 ? WC_ERR_INVALID_CHARS : 0; in wchartocp()
/third_party/benchmark/src/
H A Dsysinfo.cc432 int len = WideCharToMultiByte(CP_UTF8, WC_ERR_INVALID_CHARS, hostname, in GetSystemName()
435 WideCharToMultiByte(CP_UTF8, WC_ERR_INVALID_CHARS, hostname, DWCOUNT, &str[0], in GetSystemName()
/third_party/python/Objects/
H A Dunicodeobject.c7392 #ifndef WC_ERR_INVALID_CHARS
7393 # define WC_ERR_INVALID_CHARS 0x0080 macro
7703 return WC_ERR_INVALID_CHARS; in encode_code_page_flags()

Completed in 23 milliseconds