HomeSort by relevance Sort by last modified time
    Searched refs:widestr (Results 1 - 3 of 3) sorted by null

  /external/clang/test/Sema/
init.c 136 const wchar_t widestr[] = L"asdf"; variable
  /external/pdfium/core/src/fxcrt/
fx_basic_wstring.cpp 995 const CFX_WideString& widestr) {
996 int src_len = widestr.GetLength();
998 int dest_len = FXSYS_WideCharToMultiByte(codepage, 0, widestr.c_str(),
1005 FXSYS_WideCharToMultiByte(codepage, 0, widestr.c_str(), src_len, dest_buf,
1019 CFX_WideString widestr; local
1020 FX_WCHAR* dest_buf = widestr.GetBuffer(dest_len);
1022 widestr.ReleaseBuffer(dest_len);
1023 return widestr;
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font.cpp 447 const CFX_WideString& widestr) {
448 return ((CPDF_FontCharMap*)pMap)->m_pFont->EncodeString(widestr);
    [all...]

Completed in 69 milliseconds