Searched refs:iValueLen (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/xfa/src/fdp/src/css/ |
D | fde_cssdeclaration.cpp | 50 int32_t iValueLen) { in CopyToLocal() argument 51 FXSYS_assert(iValueLen > 0); in CopyToLocal() 57 (void*)(uintptr_t)FX_HashCode_String_GetW(pszValue, iValueLen, FALSE); in CopyToLocal() 63 (FX_WCHAR*)pArgs->pStaticStore->Alloc((iValueLen + 1) * sizeof(FX_WCHAR)); in CopyToLocal() 67 FXSYS_wcsncpy(psz, pszValue, iValueLen); in CopyToLocal() 68 psz[iValueLen] = '\0'; in CopyToLocal() 108 int32_t iValueLen) { in AddProperty() argument 109 FXSYS_assert(iValueLen > 0); in AddProperty() 111 if (iValueLen >= 10 && pszValue[iValueLen - 10] == '!' && in AddProperty() 112 FX_wcsnicmp(L"important", pszValue + iValueLen - 9, 9) == 0) { in AddProperty() [all …]
|
D | fde_cssdeclaration.h | 47 int32_t iValueLen); 52 int32_t iValueLen); 57 int32_t iValueLen, 61 int32_t iValueLen, 65 int32_t iValueLen, 69 int32_t iValueLen, 73 int32_t iValueLen, 77 int32_t iValueLen, 81 int32_t iValueLen, 85 int32_t iValueLen, [all …]
|
D | fde_cssstylesheet.cpp | 230 int32_t iValueLen = 0; in LoadStyleRule() local 239 pszValue = pSyntax->GetCurrentString(iValueLen); in LoadStyleRule() 241 CFDE_CSSSelector::FromString(m_pAllocator, pszValue, iValueLen); in LoadStyleRule() 247 pszValue = pSyntax->GetCurrentString(iValueLen); in LoadStyleRule() 248 propertyArgs.pProperty = FDE_GetCSSPropertyByName(pszValue, iValueLen); in LoadStyleRule() 250 wsName = CFX_WideStringC(pszValue, iValueLen); in LoadStyleRule() 255 pszValue = pSyntax->GetCurrentString(iValueLen); in LoadStyleRule() 256 if (iValueLen > 0) { in LoadStyleRule() 258 iValueLen); in LoadStyleRule() 260 } else if (iValueLen > 0) { in LoadStyleRule() [all …]
|
D | fde_cssdatatable.cpp | 668 int32_t iValueLen, in FDE_ParseCSSNumber() argument 671 FXSYS_assert(pszValue != NULL && iValueLen > 0); in FDE_ParseCSSNumber() 673 fValue = FX_wcstof(pszValue, iValueLen, &iUsedLen); in FDE_ParseCSSNumber() 677 iValueLen -= iUsedLen; in FDE_ParseCSSNumber() 680 if (iValueLen >= 1 && *pszValue == '%') { in FDE_ParseCSSNumber() 682 } else if (iValueLen == 2) { in FDE_ParseCSSNumber() 692 int32_t iValueLen, in FDE_ParseCSSString() argument 695 FXSYS_assert(pszValue != NULL && iValueLen > 0); in FDE_ParseCSSString() 697 iLength = iValueLen; in FDE_ParseCSSString() 698 if (iValueLen >= 2) { in FDE_ParseCSSString() [all …]
|
D | fde_cssdatatable.h | 180 int32_t iValueLen, 184 int32_t iValueLen, 188 int32_t iValueLen, 191 int32_t iValueLen,
|