Home
last modified time | relevance | path

Searched refs:iNameLen (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/src/fdp/src/css/
Dfde_cssstylesheet.cpp443 int32_t iNameLen = FDE_GetCSSNameLen(++psz, pEnd); in FromString() local
444 if (iNameLen == 0) { in FromString()
450 CFDE_CSSSelector(eType, psz, iNameLen, FALSE); in FromString()
457 psz += iNameLen; in FromString()
459 int32_t iNameLen = wch == '*' ? 1 : FDE_GetCSSNameLen(psz, pEnd); in FromString() local
460 if (iNameLen == 0) { in FromString()
464 CFDE_CSSSelector(FDE_CSSSELECTORTYPE_Element, psz, iNameLen, TRUE); in FromString()
475 psz += iNameLen; in FromString()
477 int32_t iNameLen = FDE_GetCSSPersudoLen(psz, pEnd); in FromString() local
478 if (iNameLen == 0) { in FromString()
[all …]
Dfde_cssdeclaration.h50 int32_t iNameLen,
Dfde_cssdeclaration.cpp266 int32_t iNameLen, in AddProperty() argument
271 pProperty->pwsName = CopyToLocal(pArgs, pszName, iNameLen); in AddProperty()
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_script_resolveprocessor.cpp114 int32_t iNameLen = wsName.GetLength(); in XFA_ResolveNodes_Dollar() local
115 if (iNameLen == 1) { in XFA_ResolveNodes_Dollar()
123 FX_HashCode_String_GetW((const FX_WCHAR*)wsName + 1, iNameLen - 1); in XFA_ResolveNodes_Dollar()