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

  /external/pdfium/core/fpdfapi/parser/
cpdf_security_handler.cpp 235 CRYPT_SHA256Update(&sha, password.raw_str(), password.GetLength());
264 content.insert(std::end(content), password.raw_str(),
265 password.raw_str() + password.GetLength());
321 const uint8_t* pkey = bOwner ? okey.raw_str() : ukey.raw_str();
326 bOwner ? ukey.raw_str() : nullptr, digest);
329 CRYPT_SHA256Update(&sha, password.raw_str(), password.GetLength());
332 CRYPT_SHA256Update(&sha, ukey.raw_str(), 48);
343 bOwner ? ukey.raw_str() : nullptr, digest);
346 CRYPT_SHA256Update(&sha, password.raw_str(), password.GetLength())
    [all...]
cpdf_simple_parser.cpp 15 : m_pData(str.raw_str()), m_dwSize(str.GetLength()), m_dwCurPos(0) {}
cpdf_syntax_parser.cpp 458 ByteString keyNoSlash(key.raw_str() + 1, key.GetLength() - 1);
553 if (memcmp(m_WordBuffer, kEndStreamStr.raw_str(),
648 memcmp(m_WordBuffer, kEndObjStr.raw_str(), kEndObjStr.GetLength()) == 0) {
cpdf_crypto_handler.cpp 270 DecryptStream(context, str.raw_str(), str.GetLength(), dest_buf);
  /external/tensorflow/tensorflow/contrib/lite/models/smartreply/demo/app/src/main/
smartreply_jni.cc 44 const char* raw_str = env->GetStringUTFChars(jstr, JNI_FALSE); local
45 result.emplace_back(std::string(raw_str));
46 env->ReleaseStringUTFChars(jstr, raw_str);
  /external/pdfium/core/fxge/
cfx_folderfontinfo.cpp 215 ByteString names = FPDF_LoadTableFromTT(pFile, tables.raw_str(), nTables,
220 ByteString facename = GetNameFromTT(names.raw_str(), names.GetLength(), 1);
224 ByteString style = GetNameFromTT(names.raw_str(), names.GetLength(), 2);
233 ByteString os2 = FPDF_LoadTableFromTT(pFile, tables.raw_str(), nTables,
236 const uint8_t* p = os2.raw_str() + 78;
351 const uint8_t* p = pFont->m_FontTables.raw_str() + i * 16;
  /external/pdfium/core/fxcrt/
cfx_checksumcontext.cpp 151 CRYPT_SHA1Update(m_pByteContext.get(), bsText.raw_str(), bsText.GetLength());
bytestring.h 75 const uint8_t* raw_str() const { function in class:fxcrt::ByteString
83 return ByteStringView(raw_str(), GetLength());
string_view_template.h 126 const UnsignedType* raw_str() const { return m_Ptr.Get(); } function in class:fxcrt::StringViewTemplate
bytestring_unittest.cpp 354 EXPECT_FALSE(null_string.raw_str());
362 EXPECT_FALSE(copied_null_string.raw_str());
368 EXPECT_TRUE(empty_string.raw_str());
375 EXPECT_FALSE(assigned_null_string.raw_str());
382 EXPECT_FALSE(assigned_nullptr_string.raw_str());
1088 EXPECT_EQ(nullptr, cleared_string.raw_str());
    [all...]
bytestring.cpp 344 const uint8_t* pThat = str.raw_str();
widestring_unittest.cpp 963 EXPECT_EQ(nullptr, cleared_string.raw_str());
    [all...]
  /external/pdfium/fpdfsdk/
fpdf_flatten.cpp 178 pNewContents->SetData(sStream.raw_str(), sStream.GetLength());
205 pContentsStream->SetDataAndRemoveFilter(sStream.raw_str(),
403 pNewXObject->SetDataAndRemoveFilter(sStream.raw_str(), sStream.GetLength());
fpdfattachment.cpp 31 HexDecode(bsHex.raw_str(), bsHex.GetLength(), &result, &size);
fpdfannot.cpp 781 pNewApStream->SetData(newValue.raw_str(), newValue.GetLength());
    [all...]
  /frameworks/base/tools/aapt2/
Resources.proto 210 RawString raw_str = 3;
  /external/pdfium/core/fpdfapi/page/
cpdf_streamcontentparser.cpp 322 memcpy(param.m_Name.m_Buffer, bsName.raw_str(), bsName.GetLength());
    [all...]
cpdf_colorspace.cpp     [all...]
  /external/pdfium/fxjs/
cfxjse_class.cpp 126 pIsolate, reinterpret_cast<const char*>(szPropName.raw_str()),
cfxjse_value.cpp 424 m_pIsolate, reinterpret_cast<const char*>(szString.raw_str()),
  /external/pdfium/core/fpdfapi/edit/
cpdf_creator.cpp 109 return WriteBlock(str.raw_str(), str.GetLength());
  /external/pdfium/xfa/fxfa/parser/
cxfa_simple_parser.cpp 408 const_cast<uint8_t*>(wsXML.raw_str()), wsXML.GetLength());
    [all...]
  /frameworks/base/tools/aapt2/format/proto/
ProtoDeserialize.cpp 847 value_pool->MakeRef(pb_item.raw_str().value(), StringPool::Context(config)));
    [all...]
  /external/pdfium/xfa/fxfa/
cxfa_widgetacc.cpp 186 const_cast<uint8_t*>(bsContent.raw_str()), bsContent.GetLength(),
    [all...]

Completed in 756 milliseconds