Home
last modified time | relevance | path

Searched defs:nLen (Results 1 – 15 of 15) sorted by relevance

/external/pdfium/core/fxcrt/
Dstring_data_template.h19 static StringDataTemplate* Create(size_t nLen) { in Create()
50 static StringDataTemplate* Create(const CharType* pStr, size_t nLen) { in Create()
73 void CopyContents(const CharType* pStr, size_t nLen) { in CopyContents()
79 void CopyContentsAt(size_t offset, const CharType* pStr, size_t nLen) { in CopyContentsAt()
Dcfx_checksumcontext.cpp135 int32_t nLen = Base64EncodeA(digest, 20, nullptr); in FinishChecksum() local
Dbytestring.cpp149 ByteString::ByteString(const char* pStr, size_t nLen) { in ByteString()
154 ByteString::ByteString(const uint8_t* pStr, size_t nLen) { in ByteString()
Dwidestring.cpp363 WideString::WideString(const wchar_t* pStr, size_t nLen) { in WideString()
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTModelPOD.cpp360 bool CSource::ReadMarker(unsigned int &nName, unsigned int &nLen) in ReadMarker()
644 const unsigned int nLen = 0) in WriteMarker()
672 const unsigned int nLen) in WriteData()
1156 unsigned int nName, nLen, nBuff; in ReadCPODData() local
1223 unsigned int nName, nLen; in ReadCamera() local
1256 unsigned int nName, nLen; in ReadLight() local
1290 unsigned int nName, nLen; in ReadMaterial() local
1457 unsigned int nName, nLen; in ReadMesh() local
1513 unsigned int nName, nLen; in ReadNode() local
1607 unsigned int nName, nLen; in ReadTexture() local
[all …]
DPVRTPFXParser.cpp322 size_t nLen; in ConcatenateLinesUntil() local
750 unsigned int nLen; in ParseFromMemory() local
/external/pdfium/core/fpdftext/
Dcpdf_linkextract.cpp280 size_t nLen = str->GetLength(); in CheckMailLink() local
Dcpdf_textpagefind.cpp379 int nLen = lpchEnd ? static_cast<int>(lpchEnd - lpszFullString) in ExtractSubString() local
/external/pdfium/xfa/fxfa/parser/
Dcxfa_localevalue.cpp438 int nLen = wsDate.GetLength(); in ValidateCanonicalDate() local
509 int nLen = wsTime.GetLength(); in ValidateCanonicalTime() local
Dxfa_utils.cpp349 size_t nLen = buf.GetLength(); in RegenerateFormFile_Container() local
/external/pdfium/core/fxge/
Dcfx_fontmapper.cpp477 int nLen = family.GetLength(); in FindSubstFont() local
495 int nLen = style.GetLength(); in FindSubstFont() local
/external/pdfium/core/fpdfdoc/
Dcpdf_annot.cpp432 size_t nLen = pDashArray->GetCount(); in DrawBorder() local
/external/pdfium/xfa/fwl/
Dcfwl_edit.cpp1060 int32_t nLen = wsText.GetLength(); in ValidateNumberChar() local
/external/pdfium/core/fpdfapi/parser/
Dcpdf_parser.cpp855 FX_FILESIZE nLen = obj_end - obj_pos - offset; in RebuildCrossRef() local
/external/pdfium/fxjs/
Dcjs_publicmethods.cpp402 size_t nLen = value.GetLength(); in ParseNormalDate() local