Searched refs:GetLength (Results 1 - 25 of 112) sorted by relevance

12345

/external/pdfium/core/src/fxcrt/
H A Dfx_xml_composer.cpp15 for (; iStart < bsFullName.GetLength(); iStart ++) {
20 if (iStart >= bsFullName.GetLength()) {
25 bsName = CFX_ByteStringC(bsFullName.GetCStr() + iStart, bsFullName.GetLength() - iStart);
H A Dfx_basic_bstring.cpp143 int nNewLen = str1.GetLength() + str2.GetLength();
149 FXSYS_memcpy32(m_pData->m_String, str1.GetCStr(), str1.GetLength());
150 FXSYS_memcpy32(m_pData->m_String + str1.GetLength(), str2.GetCStr(), str2.GetLength());
167 AssignCopy(str.GetLength(), str.GetCStr());
232 ConcatInPlace(string.GetLength(), string.GetCStr());
251 return m_pData->m_nDataLength == str.GetLength() &&
252 FXSYS_memcmp32(m_pData->m_String, str.GetCStr(), str.GetLength()) == 0;
279 FX_STRSIZE len = str.GetLength();
[all...]
H A Dfx_basic_wstring.cpp85 m_pData = StringData::Create(str.GetLength());
87 FXSYS_memcpy32(m_pData->m_String, str.GetPtr(), str.GetLength()*sizeof(FX_WCHAR));
93 int nNewLen = str1.GetLength() + str2.GetLength();
99 FXSYS_memcpy32(m_pData->m_String, str1.GetPtr(), str1.GetLength()*sizeof(FX_WCHAR));
100 FXSYS_memcpy32(m_pData->m_String + str1.GetLength(), str2.GetPtr(), str2.GetLength()*sizeof(FX_WCHAR));
134 AssignCopy(stringSrc.GetLength(), stringSrc.GetPtr());
182 ConcatInPlace(string.GetLength(), string.GetPtr());
201 return str.GetLength()
[all...]
H A Dfx_basic_util.cpp95 if (FXSYS_memchr(strc.GetPtr(), '.', strc.GetLength()) == NULL) {
99 int len = strc.GetLength();
128 if (strc.GetLength() == 0) {
134 int len = strc.GetLength();
232 int nLength = wsUrl.GetLength();
237 int nByte = bsUri.GetLength();
253 int nLength = bsUrl.GetLength();
269 int nLength = bsUri.GetLength();
285 int nLength = bsURI.GetLength();
294 return CFX_WideString::FromUTF8(rURI, rURI.GetLength());
[all...]
/external/lldb/source/Host/macosx/cfcpp/
H A DCFCData.h28 CFIndex GetLength () const;
H A DCFCData.cpp51 CFCData::GetLength() const function in class:CFCData
H A DCFCString.h34 CFIndex GetLength() const;
/external/lldb/tools/debugserver/source/MacOSX/
H A DCFData.h32 CFIndex GetLength () const;
H A DCFData.cpp54 CFData::GetLength() const function in class:CFData
H A DCFString.h37 CFIndex GetLength() const;
/external/lzma/CPP/Common/
H A DC_FileIO.h25 bool GetLength(UInt64 &length) const;
H A DC_FileIO.cpp32 bool CFileBase::GetLength(UInt64 &length) const function in class:NC::NFile::NIO::CFileBase
H A DListFileUtils.cpp26 if (!file.GetLength(length))
/external/lldb/include/lldb/Core/
H A DConstString.h251 return llvm::StringRef (m_string, GetLength());
285 GetLength () const;
/external/pdfium/fpdfsdk/src/
H A Dfpdftext.cpp94 if(str.GetLength()>count)
98 FXSYS_memcpy(result,cbUTF16str.GetBuffer(cbUTF16str.GetLength()),cbUTF16str.GetLength());
99 cbUTF16str.ReleaseBuffer(cbUTF16str.GetLength());
101 return cbUTF16str.GetLength()/sizeof(unsigned short);
134 return str.GetLength();
138 int len = cbUTF16Str.GetLength()/sizeof(unsigned short);
212 int len= cbUTF16URL.GetLength()/sizeof(unsigned short);
H A Dfpdf_sysfontinfo.cpp138 if (name.GetLength() >= (long)buf_size) return name.GetLength() + 1;
140 return name.GetLength() + 1;
/external/pdfium/core/include/fxcrt/
H A Dfx_string.h114 FX_STRSIZE GetLength() const function in class:CFX_ByteStringC
223 FX_STRSIZE GetLength() const function in class:CFX_ByteString
230 return !GetLength();
256 int result = FXSYS_memcmp32(c_str(), str.c_str(), std::min(GetLength(), str.GetLength()));
257 return result < 0 || (result == 0 && GetLength() < str.GetLength());
397 m_Length = src.GetLength();
402 m_Length = src.GetLength();
538 FX_STRSIZE GetLength() cons function in class:CFX_WideStringC
674 FX_STRSIZE GetLength() const function in class:CFX_WideString
[all...]
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_metadata.cpp114 return wsStr.GetLength();
129 return wsStr.GetLength();
136 return wsStr.GetLength();
/external/pdfium/fpdfsdk/include/
H A Dfsdk_mgr.h130 FPDF_WIDESTRING pMsg = (FPDF_WIDESTRING)bsMsg.GetBuffer(bsMsg.GetLength());
131 FPDF_WIDESTRING pTitle = (FPDF_WIDESTRING)bsTitle.GetBuffer(bsTitle.GetLength());
148 FPDF_WIDESTRING pQuestion = (FPDF_WIDESTRING)bsQuestion.GetBuffer(bsQuestion.GetLength());
149 FPDF_WIDESTRING pTitle = (FPDF_WIDESTRING)bsTitle.GetBuffer(bsTitle.GetLength());
150 FPDF_WIDESTRING pDefault = (FPDF_WIDESTRING)bsDefault.GetBuffer(bsDefault.GetLength());
151 FPDF_WIDESTRING pLabel = (FPDF_WIDESTRING)bsLabel.GetBuffer(bsLabel.GetLength());
230 FPDF_WIDESTRING pDestination = (FPDF_WIDESTRING)bsDestination.GetBuffer(bsDestination.GetLength());
245 FPDF_WIDESTRING pTo = (FPDF_WIDESTRING)bsTo.GetBuffer(bsTo.GetLength());
246 FPDF_WIDESTRING pCC = (FPDF_WIDESTRING)bsCC.GetBuffer(bsCC.GetLength());
247 FPDF_WIDESTRING pBcc = (FPDF_WIDESTRING)bsBcc.GetBuffer(bsBcc.GetLength());
[all...]
/external/pdfium/fpdfsdk/src/javascript/
H A DJS_GlobalData.cpp180 if (sPropName.GetLength() == 0) return;
206 if (sPropName.GetLength() == 0) return;
232 if (sPropName.GetLength() == 0) return;
258 if (sPropName.GetLength() == 0) return;
284 if (sPropName.GetLength() == 0) return;
308 if (sPropName.GetLength() == 0) return FALSE;
327 if (sPropName.GetLength() == 0) return FALSE;
534 FX_DWORD dwNameLen = (FX_DWORD)name.GetLength();
545 FX_DWORD dwNameLen = (FX_DWORD)name.GetLength();
556 FX_DWORD dwNameLen = (FX_DWORD)name.GetLength();
[all...]
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_encrypt.cpp28 CRYPT_MD5Update(md5, (FX_LPBYTE)okey.c_str(), okey.GetLength());
33 CRYPT_MD5Update(md5, (FX_LPBYTE)id.c_str(), id.GetLength());
91 if (CheckPassword(password, password.GetLength(), TRUE, m_EncryptKey, key_len)) {
93 if (!CheckPassword(password, password.GetLength(), FALSE, m_EncryptKey, key_len)) {
100 return CheckPassword(password, password.GetLength(), FALSE, m_EncryptKey, key_len);
235 int iBufLen = buf.GetLength();
295 if (okey.GetLength() < 48) {
299 if (ukey.GetLength() < 48) {
334 if (ekey.GetLength() < 32) {
352 if (copy_len > (FX_DWORD)perms.GetLength()) {
[all...]
/external/gptfdisk/
H A Dbsd.h88 uint64_t GetLength(int i);
H A Dsgdisk.cc54 if (mbrData.GetLength(i) > 0) {
/external/pdfium/core/src/fpdftext/
H A Dunicodenormalization.cpp55 for (FX_STRSIZE len = 0; len < wsSrc.GetLength(); len ++) {
/external/pdfium/testing/
H A Dfx_string_testhelpers.cpp15 for (size_t i = 0; i < str.GetLength(); ++i) {

Completed in 533 milliseconds

12345