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

  /external/clang/test/Index/
index-pch.cpp 4 // CHECK: [indexDeclaration]: kind: variable | name: wideStr
5 const wchar_t *wideStr = L"123";
  /external/clang/test/SemaCXX/
cxx11-user-defined-literals.cpp 6 CharStr, WideStr, Char16Str, Char32Str,
14 constexpr LitKind operator"" _kind(const wchar_t *p, size_t n) { return LitKind::WideStr; }
28 static_assert(L"foo"_kind == LitKind::WideStr, "");
  /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/clang/test/Sema/
init.c 136 const wchar_t widestr[] = L"asdf"; variable
  /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...]
  /external/pdfium/fpdfsdk/src/javascript/
Field.cpp 1045 CFX_WideString WideStr;
1046 vp >> WideStr;
1049 AddDelay_WideString(FP_DEFAULTVALUE, WideStr);
1052 WideStr);
    [all...]

Completed in 1551 milliseconds