/external/tensorflow/tensorflow/core/platform/windows/ |
D | wide_char.h | 37 inline string WideCharToUtf8(const std::wstring& wstr) { in WideCharToUtf8()
|
/external/pdfium/testing/ |
D | test_support.cpp | 107 std::string GetPlatformString(FPDF_WIDESTRING wstr) { in GetPlatformString() 113 std::wstring GetPlatformWString(FPDF_WIDESTRING wstr) { in GetPlatformWString() 145 const std::wstring& wstr) { in GetFPDFWideString()
|
/external/clang/test/SemaCXX/ |
D | type-convert-construct.cpp | 27 wchar_t *wstr; in f() local
|
D | string-plus-char.cpp | 24 wchar_t *wstr; in f() local
|
/external/webrtc/webrtc/system_wrappers/include/ |
D | utf_util_win.h | 50 inline std::string ToUtf8(const std::wstring& wstr) { in ToUtf8()
|
/external/libcups/cups/ |
D | pwg-media.c | 765 char wstr[32], lstr[32]; /* Width and length as strings */ in pwgMediaForPPD() local 871 char wstr[32], lstr[32]; /* Width and length strings */ in pwgMediaForPWG() local 937 char wstr[32], lstr[32]; /* Width and length as strings */ in _pwgMediaNearSize() local
|
/external/libcxx/test/std/re/re.results/re.results.form/ |
D | form3.pass.cpp | 30 typedef std::basic_string<wchar_t, std::char_traits<wchar_t>, test_allocator<wchar_t> > wstr; in main() typedef
|
D | form2.pass.cpp | 31 typedef std::basic_string<wchar_t, std::char_traits<wchar_t>, test_allocator<wchar_t> > wstr; in main() typedef
|
/external/webrtc/webrtc/base/ |
D | win32.h | 74 inline std::string ToUtf8(const std::wstring& wstr) { in ToUtf8()
|
/external/python/cpython3/Python/ |
D | fileutils.c | 272 decode_ascii(const char *arg, wchar_t **wstr, size_t *wlen, in decode_ascii() 319 decode_current_locale(const char* arg, wchar_t **wstr, size_t *wlen, in decode_current_locale() 477 _Py_DecodeLocaleEx(const char* arg, wchar_t **wstr, size_t *wlen, in _Py_DecodeLocaleEx() 537 wchar_t *wstr; in Py_DecodeLocale() local
|
D | traceback.c | 677 wchar_t *wstr = NULL; in _Py_DumpASCII() local
|
/external/pdfium/core/fxcrt/ |
D | fx_system.cpp | 190 const wchar_t* wstr, in FXSYS_WideCharToMultiByte()
|
D | widestring.cpp | 301 WideString wstr; in GetWideString() local 887 WideString WideString::FromUTF16LE(const unsigned short* wstr, size_t wlen) { in FromUTF16LE()
|
D | bytestring.cpp | 71 ByteString GetByteString(uint16_t codepage, const WideStringView& wstr) { in GetByteString()
|
/external/catch2/include/internal/ |
D | catch_tostring.cpp | 142 std::string StringMaker<std::wstring>::convert(const std::wstring& wstr) { in convert()
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_fftextedit.cpp | 352 WideString wstr(L"FWL_EVENT_DTP_SelectChanged"); in OnProcessEvent() local
|
/external/python/cpython3/Modules/ |
D | _cursesmodule.c | 342 PyObject **bytes, wchar_t **wstr) in PyCurses_ConvertToString() 604 wchar_t wstr[2]; in curses_window_addch_impl() local 650 wchar_t *wstr = NULL; in PyCursesWindow_AddStr() local 726 wchar_t *wstr = NULL; in PyCursesWindow_AddNStr() local 1454 wchar_t *wstr = NULL; in PyCursesWindow_InsStr() local 1532 wchar_t *wstr = NULL; in PyCursesWindow_InsNStr() local
|
/external/libusb/libusb/os/ |
D | windows_common.h | 64 #define wchar_to_utf8_ms(wstr, str, strlen) WideCharToMultiByte(CP_UTF8, 0, wstr, -1, str, strlen, … argument
|
/external/python/cpython3/PC/ |
D | winreg.c | 624 wchar_t *wstr; in Py2Reg() local 649 wchar_t *wstr; in Py2Reg() local
|
/external/libchrome/base/ |
D | logging.cc | 1063 std::ostream& std::operator<<(std::ostream& out, const wchar_t* wstr) { in operator <<()
|
D | logging_unittest.cc | 723 std::wstring wstr = L"Hello World"; in TEST_F() local
|
/external/python/cpython3/Include/ |
D | unicodeobject.h | 330 wchar_t *wstr; /* wchar_t representation (null-terminated) */ member
|
/external/pdfium/fpdfsdk/ |
D | fpdfedit_embeddertest.cpp | 965 std::wstring wstr = L"ABCDEFGhijklmnop."; in TEST_F() local
|
D | fpdfformfill.cpp | 616 WideString wstr = WideString::FromUTF16LE(wsText, size); in FPDF_Widget_Paste() local
|
/external/python/cpython3/Objects/ |
D | unicodeobject.c | 991 wchar_t *wstr; in resize_inplace() local 2987 const wchar_t *wstr; in PyUnicode_AsWideChar() local 3013 const wchar_t *wstr; in PyUnicode_AsWideCharString() local 3395 wchar_t *wstr = PyUnicode_AsWideCharString(unicode, &wlen); in unicode_encode_locale() local 3619 wchar_t *wstr; in unicode_decode_locale() local 3981 const Py_UNICODE *wstr; in _PyUnicode_AsUnicode() local 4972 _Py_DecodeUTF8Ex(const char *s, Py_ssize_t size, wchar_t **wstr, size_t *wlen, in _Py_DecodeUTF8Ex() 5050 wchar_t *wstr; in _Py_DecodeUTF8_surrogateescape() local
|