HomeSort by relevance Sort by last modified time
    Searched defs:iLength (Results 1 - 25 of 42) sorted by null

1 2

  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_script_signaturepseudomodel.cpp 26 int32_t iLength = pArguments->GetLength();
27 if (iLength < 1 || iLength > 4) {
37 if (iLength >= 1) {
48 int32_t iLength = pArguments->GetLength();
49 if (iLength < 3 || iLength > 7) {
61 if (iLength >= 1) {
64 if (iLength >= 2) {
69 if (iLength >= 3) {
    [all...]
xfa_script_layoutpseudomodel.cpp 43 int32_t iLength = pArguments->GetLength();
44 if (iLength < 1 || iLength > 3) {
66 if (iLength >= 1) {
69 if (iLength >= 2) {
75 if (iLength >= 3) {
172 int32_t iLength = pArguments->GetLength();
173 if (iLength != 1) {
178 if (iLength >= 1) {
352 int32_t iLength = pArguments->GetLength();
    [all...]
xfa_basic_imp.cpp 40 int32_t iLength = wsName.GetLength();
41 if (iLength == 0) {
44 uint32_t uHash = FX_HashCode_String_GetW(wsName.GetPtr(), iLength);
76 int32_t iLength = wsName.GetLength();
77 if (iLength == 0) {
80 uint32_t uHash = FX_HashCode_String_GetW(wsName.GetPtr(), iLength);
102 int32_t iLength = wsName.GetLength();
103 if (iLength == 0) {
106 uint32_t uHash = FX_HashCode_String_GetW(wsName.GetPtr(), iLength);
203 int32_t iLength = wsName.GetLength();
    [all...]
xfa_script_resolveprocessor.cpp 525 int32_t iLength = wsExpression.GetLength();
526 if (nStart >= iLength) {
531 FX_WCHAR* pNameBuf = wsName.GetBuffer(iLength - nStart);
532 FX_WCHAR* pConditionBuf = wsCondition.GetBuffer(iLength - nStart);
540 while (nStart < iLength) {
551 FX_WCHAR wLookahead = nStart < iLength ? pSrc[nStart] : 0;
560 } else if (wCur == '.' && nStart < iLength &&
xfa_script_hostpseudomodel.cpp 273 int32_t iLength = pArguments->GetLength();
274 if (iLength != 1) {
284 if (iLength >= 1) {
295 int32_t iLength = pArguments->GetLength();
296 if (iLength != 1) {
305 if (iLength >= 1) {
350 int32_t iLength = pArguments->GetLength();
351 if (iLength < 1 || iLength > 4) {
363 if (iLength >= 1) {
    [all...]
  /external/pdfium/xfa/src/fdp/src/css/
fde_csssyntax.cpp 390 int32_t iLength = m_TextData.GetLength();
393 return iLength;
404 const FX_WCHAR* CFDE_CSSSyntaxParser::GetCurrentString(int32_t& iLength) const {
405 iLength = m_iTextDatLen;
473 void CFDE_CSSTextBuf::Subtract(int32_t iStart, int32_t iLength) {
474 FXSYS_assert(iStart >= 0 && iLength > 0);
475 if (iLength > m_iDatLen - iStart) {
476 iLength = m_iDatLen - iStart;
478 if (iLength < 0) {
479 iLength = 0;
    [all...]
fde_cssstyleselector.cpp     [all...]
  /external/pdfium/xfa/src/fxbarcode/oned/
BC_OnedEAN8Writer.cpp 174 int32_t iLength = str.GetLength();
175 FXTEXT_CHARPOS* pCharPos = FX_Alloc(FXTEXT_CHARPOS, iLength);
176 FXSYS_memset(pCharPos, 0, sizeof(FXTEXT_CHARPOS) * iLength);
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_checksum.cpp 105 int32_t iLength = m_SAXContext.m_TextBuf.GetLength();
106 if (iLength < 1) {
113 for (int32_t i = 0; i < iLength; i++) {
121 m_pContext->Update(CFX_ByteStringC(pBuffer, iLength));
xfa_ffbarcode.cpp 214 int32_t iLength = wsName.GetLength();
215 if (iLength == 0) {
218 uint32_t uHash = FX_HashCode_String_GetW(wsName.GetPtr(), iLength, TRUE);
xfa_fontmgr.cpp     [all...]
  /development/ndk/sources/android/ndk_helper/
JNIHelper.cpp 265 int32_t iLength = strlen( (const char*) str );
267 jbyteArray array = env->NewByteArray( iLength );
268 env->SetByteArrayRegion( array, 0, iLength, (const signed char*) str );
  /external/pdfium/xfa/src/fxfa/src/fm2js/
xfa_lexer.cpp 525 int32_t iLength = str.GetLength();
526 uint32_t uHash = FX_HashCode_String_GetW(str.GetPtr(), iLength, TRUE);
xfa_simpleexpression.cpp 450 int32_t iLength = funcName.GetLength();
451 uint32_t uHash = FX_HashCode_String_GetW(funcName.GetBuffer(), iLength, TRUE);
473 int32_t iLength = methodName.GetLength();
474 uint32_t uHash = FX_HashCode_String_GetW(methodName.GetPtr(), iLength);
  /external/pdfium/core/src/fxcrt/
fx_arabic.cpp 800 int32_t iLength = wsText.GetLength();
801 if (iLength < 2) {
805 classes.SetAtGrow(iLength - 1, 0);
806 levels.SetAtGrow(iLength - 1, 0);
809 iLength, 0);
    [all...]
  /external/pdfium/xfa/src/fgas/src/font/
fx_gdifont.cpp 57 int32_t iLength,
60 if (!pFont->LoadFont(pBuffer, iLength)) {
191 FX_BOOL CFX_GdiFont::LoadFont(const uint8_t* pBuffer, int32_t iLength) {
192 FXSYS_assert(m_hFont == NULL && pBuffer != NULL && iLength > 0);
194 if (pfc.AddMemoryFont(pBuffer, iLength) != Gdiplus::Ok) {
201 m_hRes = ::AddFontMemResourceEx((void*)pBuffer, iLength, 0, &dwCount);
249 int32_t iLength = pFontStream->GetLength();
250 if (iLength < 1) {
253 uint8_t* pBuf = FX_Alloc(uint8_t, iLength);
254 iLength = pFontStream->ReadData(pBuf, iLength);
    [all...]
  /external/pdfium/core/src/fxge/android/
fpf_skiafontmgr.cpp 96 int32_t iLength,
101 if (iLength < 0) {
102 iLength = FXSYS_strlen(pStr);
104 const FX_CHAR* pStrEnd = pStr + iLength;
175 int32_t iLength = bsfamily.GetLength();
177 for (int32_t i = 0; i < iLength; i++) {
  /external/pdfium/fpdfsdk/src/javascript/
app.cpp 318 int iLength = carray.GetLength();
320 for (int i = 0; i < iLength; ++i) {
323 if (i < iLength - 1)
759 int iLength = params.size();
760 if (iLength > 0 && params[0].GetType() == CJS_Value::VT_object) {
782 switch (iLength) {
Document.cpp 379 int iLength = params.size();
381 FX_BOOL bUI = iLength > 0 ? params[0].ToBool() : TRUE;
382 CFX_WideString cTo = iLength > 1 ? params[1].ToCFXWideString() : L"";
383 CFX_WideString cCc = iLength > 2 ? params[2].ToCFXWideString() : L"";
384 CFX_WideString cBcc = iLength > 3 ? params[3].ToCFXWideString() : L"";
385 CFX_WideString cSubject = iLength > 4 ? params[4].ToCFXWideString() : L"";
386 CFX_WideString cMsg = iLength > 5 ? params[5].ToCFXWideString() : L"";
    [all...]
  /external/pdfium/xfa/src/fgas/include/
fx_rbk.h 65 iLength = 0;
78 int32_t iLength;
fx_tbk.h 82 iLength = 0;
98 int32_t iLength;
  /external/pdfium/xfa/src/fgas/src/crt/
fx_stream.cpp 238 int32_t CFX_FileStreamImp::WriteString(const FX_WCHAR* pStr, int32_t iLength) {
240 FXSYS_assert(pStr != NULL && iLength > 0);
241 int32_t iRet = FXSYS_fwrite(pStr, 2, iLength, m_hFile);
254 FX_BOOL CFX_FileStreamImp::SetLength(int32_t iLength) {
256 FX_BOOL bRet = FX_fsetsize(m_hFile, iLength);
363 int32_t iLength = GetLength();
372 m_iPosition = iLength + iOffset;
377 } else if (m_iPosition >= iLength) {
378 m_iPosition = iLength;
389 int32_t iLength = GetLength();
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_doc.cpp 433 int32_t iLength = FXSYS_strlen(pStr);
434 const FX_CHAR* pStrEnd = pStr + iLength;
478 static FX_WORD FX_GetCharsetFromLang(const FX_CHAR* pLang, int32_t iLength) {
480 if (iLength < 0) {
481 iLength = FXSYS_strlen(pLang);
    [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_form.cpp 532 int iLength = csNewFieldName.GetLength();
535 while (iPos < iLength &&
539 if (iPos < iLength && !csSub.IsEmpty()) {
542 while (iPos < iLength && csNewFieldName[iPos] != L'.') {
583 if (iPos >= iLength) {
    [all...]
  /external/pdfium/xfa/src/fdp/src/tto/
fde_textout.cpp 164 int32_t iLength,
168 CalcSize(pwsStr, iLength, rtText);
173 int32_t iLength,
177 CalcSize(pwsStr, iLength, rtText);
182 int32_t iLength,
187 CalcSize(pwsStr, iLength, rtText);
192 int32_t iLength,
194 if (pwsStr == NULL || iLength < 1) {
201 CalcTextSize(pwsStr, iLength, rect);
206 int32_t iLength,
    [all...]

Completed in 457 milliseconds

1 2