Home
last modified time | relevance | path

Searched refs:pszIdentifier (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/src/fdp/src/css/
Dfde_cssstyleselector.cpp11 int32_t CFDE_CSSCounterStyle::FindIndex(const FX_WCHAR* pszIdentifier) { in FindIndex() argument
14 if (FXSYS_wcscmp(pszIdentifier, m_arrCounterData.ElementAt(i).m_pszIdent) == in FindIndex()
35 const FX_WCHAR* pszIdentifier = in DoUpdateIndex() local
41 int32_t iIndex = FindIndex(pszIdentifier); in DoUpdateIndex()
44 data.m_pszIdent = pszIdentifier; in DoUpdateIndex()
Dfde_cssstyleselector.h227 int32_t FindIndex(const FX_WCHAR* pszIdentifier);