HomeSort by relevance Sort by last modified time
    Searched refs:iValueLen (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/fxcrt/css/
cfx_cssdeclaration.h 27 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);
    [all...]
cfx_cssdeclaration.cpp 179 int32_t iValueLen,
182 ASSERT(pszValue && iValueLen > 0);
184 fValue = FXSYS_wcstof(pszValue, iValueLen, &iUsedLen);
188 iValueLen -= iUsedLen;
191 if (iValueLen >= 1 && *pszValue == '%') {
193 } else if (iValueLen == 2) {
206 int32_t iValueLen,
209 ASSERT(pszValue && iValueLen > 0);
211 *iLength = iValueLen;
212 if (iValueLen >= 2)
    [all...]
cfx_cssstylesheet.cpp 64 int32_t iValueLen = 0;
84 if (propertyTable || iValueLen > 0) {

Completed in 522 milliseconds