Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/xml/
Dcfx_xmlsyntaxparser.cpp425 if (FXSYS_wcsnicmp(m_Buffer.data() + m_Start, L"--", 2) == 0) { in DoSyntaxParse()
428 } else if (FXSYS_wcsnicmp(m_Buffer.data() + m_Start, L"[CDATA[", 7) == in DoSyntaxParse()
439 if (FXSYS_wcsnicmp(m_Buffer.data() + m_Start, L"]]>", 3) == 0) { in DoSyntaxParse()
526 if (FXSYS_wcsnicmp(m_Buffer.data() + m_Start, L"-->", 3) == 0) { in DoSyntaxParse()
/external/pdfium/core/fxcrt/css/
Dcfx_cssvaluelistparser.cpp48 if (FXSYS_wcsnicmp(L"rgb", m_pCur, 3) == 0) { in NextValue()
Dcfx_cssdeclaration.cpp251 if (pszValue[iValueLen - 1] != ')' || FXSYS_wcsnicmp(L"rgb(", pszValue, 4)) in ParseCSSColor()
318 FXSYS_wcsnicmp(L"important", pszValue + iValueLen - 9, 9) == 0) { in AddProperty()
/external/pdfium/core/fxcrt/
Dfx_extension.h26 int32_t FXSYS_wcsnicmp(const wchar_t* s1, const wchar_t* s2, size_t count);
Dfx_extension.cpp64 int32_t FXSYS_wcsnicmp(const wchar_t* s1, const wchar_t* s2, size_t count) { in FXSYS_wcsnicmp() function