Home
last modified time | relevance | path

Searched defs:wstr (Results 1 – 25 of 41) sorted by relevance

12

/external/tensorflow/tensorflow/core/platform/windows/
Dwide_char.h37 inline string WideCharToUtf8(const std::wstring& wstr) { in WideCharToUtf8()
/external/pdfium/testing/
Dtest_support.cpp107 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/
Dtype-convert-construct.cpp27 wchar_t *wstr; in f() local
Dstring-plus-char.cpp24 wchar_t *wstr; in f() local
/external/webrtc/webrtc/system_wrappers/include/
Dutf_util_win.h50 inline std::string ToUtf8(const std::wstring& wstr) { in ToUtf8()
/external/libcups/cups/
Dpwg-media.c765 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/
Dform3.pass.cpp30 typedef std::basic_string<wchar_t, std::char_traits<wchar_t>, test_allocator<wchar_t> > wstr; in main() typedef
Dform2.pass.cpp31 typedef std::basic_string<wchar_t, std::char_traits<wchar_t>, test_allocator<wchar_t> > wstr; in main() typedef
/external/webrtc/webrtc/base/
Dwin32.h74 inline std::string ToUtf8(const std::wstring& wstr) { in ToUtf8()
/external/python/cpython3/Python/
Dfileutils.c272 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
Dtraceback.c677 wchar_t *wstr = NULL; in _Py_DumpASCII() local
/external/pdfium/core/fxcrt/
Dfx_system.cpp190 const wchar_t* wstr, in FXSYS_WideCharToMultiByte()
Dwidestring.cpp301 WideString wstr; in GetWideString() local
887 WideString WideString::FromUTF16LE(const unsigned short* wstr, size_t wlen) { in FromUTF16LE()
Dbytestring.cpp71 ByteString GetByteString(uint16_t codepage, const WideStringView& wstr) { in GetByteString()
/external/catch2/include/internal/
Dcatch_tostring.cpp142 std::string StringMaker<std::wstring>::convert(const std::wstring& wstr) { in convert()
/external/pdfium/xfa/fxfa/
Dcxfa_fftextedit.cpp352 WideString wstr(L"FWL_EVENT_DTP_SelectChanged"); in OnProcessEvent() local
/external/python/cpython3/Modules/
D_cursesmodule.c342 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/
Dwindows_common.h64 #define wchar_to_utf8_ms(wstr, str, strlen) WideCharToMultiByte(CP_UTF8, 0, wstr, -1, str, strlen, … argument
/external/python/cpython3/PC/
Dwinreg.c624 wchar_t *wstr; in Py2Reg() local
649 wchar_t *wstr; in Py2Reg() local
/external/libchrome/base/
Dlogging.cc1063 std::ostream& std::operator<<(std::ostream& out, const wchar_t* wstr) { in operator <<()
Dlogging_unittest.cc723 std::wstring wstr = L"Hello World"; in TEST_F() local
/external/python/cpython3/Include/
Dunicodeobject.h330 wchar_t *wstr; /* wchar_t representation (null-terminated) */ member
/external/pdfium/fpdfsdk/
Dfpdfedit_embeddertest.cpp965 std::wstring wstr = L"ABCDEFGhijklmnop."; in TEST_F() local
Dfpdfformfill.cpp616 WideString wstr = WideString::FromUTF16LE(wsText, size); in FPDF_Widget_Paste() local
/external/python/cpython3/Objects/
Dunicodeobject.c991 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

12