HomeSort by relevance Sort by last modified time
    Searched refs:unterminated_c_str (Results 1 - 25 of 28) sorted by null

1 2

  /external/pdfium/fpdfsdk/
fsdk_filewriteadapter.cpp 21 return WriteBlock(str.unterminated_c_str(), str.GetLength());
  /external/pdfium/core/fxge/win32/
cpsoutput.cpp 35 return WriteBlock(str.unterminated_c_str(), str.GetLength());
  /external/pdfium/core/fxcrt/
widestring.cpp 297 codepage, 0, bstr.unterminated_c_str(), src_len, nullptr, 0);
303 FXSYS_MultiByteToWideChar(codepage, 0, bstr.unterminated_c_str(), src_len,
378 m_pData.Reset(StringData::Create(stringSrc.unterminated_c_str(),
392 m_pData->CopyContents(str1.unterminated_c_str(), str1.GetLength());
393 m_pData->CopyContentsAt(str1.GetLength(), str2.unterminated_c_str(),
410 m_pData->CopyContentsAt(nOffset, item.unterminated_c_str(),
431 AssignCopy(stringSrc.unterminated_c_str(), stringSrc.GetLength());
464 Concat(str.unterminated_c_str(), str.GetLength());
485 wmemcmp(m_pData->m_String, str.unterminated_c_str(),
509 if (!m_pData && !str.unterminated_c_str())
    [all...]
cfx_widetextbuf.cpp 20 AppendBlock(str.unterminated_c_str(), str.GetLength() * sizeof(wchar_t));
bytestring.cpp 78 FXSYS_WideCharToMultiByte(codepage, 0, wstr.unterminated_c_str(), src_len,
85 FXSYS_WideCharToMultiByte(codepage, 0, wstr.unterminated_c_str(), src_len,
178 m_pData.Reset(StringData::Create(stringSrc.unterminated_c_str(),
191 m_pData->CopyContents(str1.unterminated_c_str(), str1.GetLength());
192 m_pData->CopyContentsAt(str1.GetLength(), str2.unterminated_c_str(),
209 m_pData->CopyContentsAt(nOffset, item.unterminated_c_str(),
236 AssignCopy(stringSrc.unterminated_c_str(), stringSrc.GetLength());
269 Concat(str.unterminated_c_str(), str.GetLength());
290 memcmp(m_pData->m_String, str.unterminated_c_str(), str.GetLength()) ==
577 subStr.unterminated_c_str(), subStr.GetLength())
    [all...]
cfx_fileaccess_windows.cpp 64 m_hFile = ::CreateFileA(fileName.unterminated_c_str(), dwAccess, dwShare,
80 ::CreateFileW((LPCWSTR)fileName.unterminated_c_str(), dwAccess, dwShare,
cfx_fileaccess_posix.cpp 64 m_nFD = open(fileName.unterminated_c_str(), nFlags, nMasks);
fx_stream.cpp 99 return WriteBlock(str.unterminated_c_str(), str.GetLength());
fx_string.cpp 66 const wchar_t* pStr = wsStr.unterminated_c_str();
cfx_seekablestreamproxy.cpp 276 if (!m_pStream->WriteBlock(str.unterminated_c_str(), m_iPosition,
string_view_template.h 127 const CharType* unterminated_c_str() const { function in class:fxcrt::StringViewTemplate
cfx_decimal.cpp 298 const wchar_t* str = strObj.unterminated_c_str();
  /external/pdfium/core/fpdfapi/parser/
cpdf_simple_parser_unittest.cpp 58 0, memcmp(data.expected, word.unterminated_c_str(), data.expected_size))
  /external/pdfium/testing/
xfa_js_embedder_test.cpp 64 input.unterminated_c_str());
  /external/pdfium/core/fxcrt/css/
cfx_cssselector.cpp 55 const wchar_t* psz = str.unterminated_c_str();
  /external/pdfium/fxjs/
cfxjse_value.cpp 61 pIsolate, utf8Message.unterminated_c_str(), v8::String::kNormalString,
130 v8::String::NewFromUtf8(m_pIsolate, szPropName.unterminated_c_str(),
147 m_pIsolate, szPropName.unterminated_c_str(),
187 m_pIsolate, szPropName.unterminated_c_str(), v8::String::kNormalString,
201 m_pIsolate, szPropName.unterminated_c_str(), v8::String::kNormalString,
224 v8::String::NewFromUtf8(m_pIsolate, szPropName.unterminated_c_str(),
cjs_runtime.cpp 239 v8::String::NewFromUtf8(GetIsolate(), utf8Name.unterminated_c_str(),
262 v8::String::NewFromUtf8(pIsolate, utf8Name.unterminated_c_str(),
cjs_v8.cpp 117 return v8::String::NewFromUtf8(pIsolate, str.unterminated_c_str(),
  /external/pdfium/core/fxge/dib/
fx_dib_main.cpp 98 const wchar_t* str = wsValue.unterminated_c_str();
  /external/pdfium/core/fpdfdoc/
cpdf_pagelabel.cpp 148 PDF_EncodeText(wsLabel.unterminated_c_str()).AsStringView());
  /external/pdfium/xfa/fxfa/parser/
cxfa_measurement.cpp 42 float fValue = FXSYS_wcstof(wsMeasure.unterminated_c_str() + iOffset,
  /external/pdfium/core/fxge/android/
cfpf_skiafontmgr.cpp 165 const char* pBuffer = bsfamily.unterminated_c_str();
399 args.pathname = const_cast<FT_String*>(bsFile.unterminated_c_str());
  /external/pdfium/xfa/fwl/theme/
cfwl_widgettp.cpp 288 m_pFont = CFGAS_GEFont::LoadFont(wsFontFamily.unterminated_c_str(),
  /external/pdfium/xfa/fxfa/fm2js/
cxfa_fmlexer.cpp 159 : m_cursor(wsFormCalc.unterminated_c_str()),
  /external/pdfium/fxjs/xfa/
cjx_hostpseudomodel.cpp 33 const wchar_t* pSrc = wsExpression.unterminated_c_str();

Completed in 432 milliseconds

1 2