Home
last modified time | relevance | path

Searched refs:iValueLen (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fxcrt/css/
Dcfx_cssdeclaration.cpp179 int32_t iValueLen, in ParseCSSNumber() argument
182 ASSERT(pszValue && iValueLen > 0); in ParseCSSNumber()
184 fValue = FXSYS_wcstof(pszValue, iValueLen, &iUsedLen); in ParseCSSNumber()
188 iValueLen -= iUsedLen; in ParseCSSNumber()
191 if (iValueLen >= 1 && *pszValue == '%') { in ParseCSSNumber()
193 } else if (iValueLen == 2) { in ParseCSSNumber()
206 int32_t iValueLen, in ParseCSSString() argument
209 ASSERT(pszValue && iValueLen > 0); in ParseCSSString()
211 *iLength = iValueLen; in ParseCSSString()
212 if (iValueLen >= 2) { in ParseCSSString()
[all …]
Dcfx_cssdeclaration.h27 int32_t iValueLen,
31 int32_t iValueLen,
57 int32_t iValueLen,
62 int32_t iValueLen,
65 int32_t iValueLen,
69 int32_t iValueLen,
78 int32_t iValueLen);
79 RetainPtr<CFX_CSSValue> ParseEnum(const wchar_t* pszValue, int32_t iValueLen);
81 int32_t iValueLen);
83 int32_t iValueLen);
Dcfx_cssstylesheet.cpp64 int32_t iValueLen = 0; in LoadStyleRule() local
84 if (propertyTable || iValueLen > 0) { in LoadStyleRule()