Searched refs:GetLength (Results 126 - 150 of 195) sorted by relevance

12345678

/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_parser.cpp1360 objOffset -= word.GetLength();
2041 if (word.GetLength() == 0) {
2047 FX_FILESIZE wordOffset = m_Pos - word.GetLength();
2156 FX_FILESIZE SavedPos = m_Pos - key.GetLength();
2178 if (key.GetLength() == 1) {
2179 pDict->SetAt(CFX_ByteStringC(((FX_LPCSTR)key) + 1, key.GetLength() - 1), pObj);
2182 pDict->SetAt(CFX_ByteStringC(((FX_LPCSTR)key) + 1, key.GetLength() - 1), pObj);
2184 pDict->AddValue(CFX_ByteStringC(((FX_LPCSTR)key) + 1, key.GetLength() - 1), pObj);
2235 if (word.GetLength() == 0) {
2363 if (key.GetLength()
[all...]
H A Dfpdf_parser_objects.cpp75 return CFX_ByteStringC((FX_LPCBYTE)((CPDF_String*)this)->m_String, ((CPDF_String*)this)->m_String.GetLength());
77 return CFX_ByteStringC((FX_LPCBYTE)((CPDF_Name*)this)->m_Name, ((CPDF_Name*)this)->m_Name.GetLength());
359 ((CPDF_Stream*)this)->SetData((FX_LPBYTE)(FX_LPCSTR)result, result.GetLength(), FALSE, FALSE);
406 m_String = PDF_EncodeText(str, str.GetLength());
/external/pdfium/fpdfsdk/include/javascript/
H A DJS_Value.h133 int GetLength();
/external/pdfium/fpdfsdk/src/javascript/
H A Dcolor.cpp103 int nArrayLen = array.GetLength();
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Icon.cpp39 if (m_pPDFStream && sAlias.GetLength()>0)
H A DPWL_Utils.cpp424 if (sColor.GetLength() > 0)
439 if (sColor.GetLength() > 0)
661 if (sEdit.GetLength() > 0)
908 if (sEdit.GetLength() > 0)
974 if (sColor.GetLength() > 0)
985 if (sColor.GetLength() > 0)
999 if (sColor.GetLength() > 0)
1011 if (sColor.GetLength() > 0)
1023 if (sColor.GetLength() > 0)
1033 if (sColor.GetLength() >
[all...]
/external/pdfium/fpdfsdk/src/
H A Dfsdk_baseform.cpp783 if (csWCaption.GetLength() > 0)
915 if (csWCaption.GetLength() > 0)
1085 if (sEdit.GetLength() > 0)
1290 if (sEdit.GetLength() > 0)
1310 if (sColor.GetLength() > 0)
1330 if (sColor.GetLength() > 0)
1919 pRetStream->InitStream((FX_BYTE*)(FX_LPCSTR)csStream, csStream.GetLength(), pStreamDict);
2277 FX_STRSIZE nBufSize = textBuf.GetLength();
2300 if (CFDF_Document *pFDFDocument = CFDF_Document::ParseMemory((const unsigned char *)sBuffer.GetBuffer(sBuffer.GetLength()), sBuffer.GetLength()))
[all...]
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_gdipext.cpp1049 if (m_ReadPos == m_InterStream.GetLength()) {
1052 bytes_left = m_InterStream.GetLength() - m_ReadPos;
1069 m_InterStream.InsertBlock(m_InterStream.GetLength(), Input, cb);
1116 start = m_InterStream.GetLength();
1123 if (new_read_position < 0 || new_read_position > m_InterStream.GetLength()) {
1138 pStatstg->cbSize.QuadPart = m_InterStream.GetLength();
/external/chromium_org/mojo/system/
H A Dmultiprocess_message_pipe_unittest.cc261 CHECK_EQ(mapping->GetLength(), 100u);
339 ASSERT_EQ(100u, mapping->GetLength());
/external/chromium_org/native_client_sdk/src/examples/demo/nacl_io_demo/
H A Dhandlers.c129 return g_ppb_var_array->GetLength(params);
328 uint32_t args_length = g_ppb_var_array->GetLength(args_value);
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/pepper/
H A Dall_interfaces.h102 METHOD1(VarArrayInterface, uint32_t, GetLength, PP_Var)
/external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
H A Dps_instance.cc458 assert(array.GetLength() == 2);
517 if (keys.GetLength() == 1) {
/external/chromium_org/net/disk_cache/blockfile/
H A Dblock_files.cc481 size_t file_len = file->GetLength();
655 int file_size = static_cast<int>(file->GetLength());
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_basic.cpp269 if (filepath.GetLength() <= 1) {
362 if (filepath.GetLength() <= 1) {
/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_icc.cpp406 MD5ComputeID(text.GetBuffer(0), text.GetLength(), ID);
414 pTransformKey->AppendBlock(ProfileKey.GetBuffer(0), ProfileKey.GetLength());
/external/pdfium/core/src/fxge/android/
H A Dfpf_skiafontmgr.cpp187 FX_INT32 iLength = bsfamily.GetLength();
211 return FPF_GetHashCode_StringA((FX_LPCSTR)bsFont, bsFont.GetLength(), TRUE);
/external/chromium_org/base/files/
H A Dfile_win.cc220 int64 File::GetLength() { function in class:base::File
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Doperation.cc303 file_size = file.GetLength();
/external/chromium_org/chrome/service/
H A Dservice_utility_process_host.cc414 int64 size = file.GetLength();
/external/chromium_org/native_client_sdk/src/examples/api/graphics_3d/
H A Dgraphics_3d.cc297 if (array.GetLength() != 2) {
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/cube/
H A Dcube.cc297 if (array.GetLength() != 2) {
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/jsfs/
H A Djs_fs_node.cc329 uint32_t dirents_len = array_iface_->GetLength(dirents_var);
/external/chromium_org/third_party/brotli/src/brotli/enc/
H A Dhash.h341 int maxlen = static_dict_->GetLength(prefix);
/external/lzma/CPP/7zip/Common/
H A DFileStreams.cpp294 return ConvertBoolToHRESULT(File.GetLength(*size));
/external/pdfium/core/include/fxcrt/
H A Dfx_basic.h41 AppendBlock(str.GetPtr(), str.GetLength());
113 FX_STRSIZE GetLength() const function in class:CFX_ByteTextBuf
141 FX_STRSIZE GetLength() const function in class:CFX_WideTextBuf
183 FX_INTPTR GetLength() function in class:CFX_ArchiveSaver

Completed in 569 milliseconds

12345678