Searched refs:iNameLen (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/xfa/src/fdp/src/css/ |
D | fde_cssstylesheet.cpp | 443 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 …]
|
D | fde_cssdeclaration.h | 50 int32_t iNameLen,
|
D | fde_cssdeclaration.cpp | 266 int32_t iNameLen, in AddProperty() argument 271 pProperty->pwsName = CopyToLocal(pArgs, pszName, iNameLen); in AddProperty()
|
/external/pdfium/xfa/src/fxfa/src/parser/ |
D | xfa_script_resolveprocessor.cpp | 114 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()
|