Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/css/
Dcfx_cssselector.cpp16 int32_t GetCSSNameLen(const wchar_t* psz, const wchar_t* pEnd) { in GetCSSNameLen() function
71 int32_t iNameLen = wch == '*' ? 1 : GetCSSNameLen(psz, pEnd); in FromString()