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

/external/clang/test/Sema/
H A Dinit.c136 const wchar_t widestr[] = L"asdf"; variable
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_wstring.cpp1022 static CFX_ByteString _DefMap_GetByteString(CFX_CharMap* pCharMap, const CFX_WideString& widestr) argument
1024 int src_len = widestr.GetLength();
1026 int dest_len = FXSYS_WideCharToMultiByte(codepage, 0, widestr.c_str(), src_len, NULL, 0, NULL, NULL);
1032 FXSYS_WideCharToMultiByte(codepage, 0, widestr.c_str(), src_len, dest_buf, dest_len, NULL, NULL);
1044 CFX_WideString widestr; local
1045 FX_LPWSTR dest_buf = widestr.GetBuffer(dest_len);
1047 widestr.ReleaseBuffer(dest_len);
1048 return widestr;
/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dfpdf_font.cpp485 static CFX_ByteString _FontMap_GetByteString(CFX_CharMap* pMap, const CFX_WideString& widestr) argument
487 return ((CPDF_FontCharMap*)pMap)->m_pFont->EncodeString(widestr);

Completed in 8828 milliseconds