Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/xml/
Dcfx_xmlparser.cpp343 if (FXSYS_wcsnicmp(current_span.data(), L"--", 2) == 0) { in DoSyntaxParse()
346 } else if (FXSYS_wcsnicmp(current_span.data(), L"[CDATA[", 7) == 0) { in DoSyntaxParse()
359 if (FXSYS_wcsnicmp(current_span.data(), L"]]>", 3) == 0) { in DoSyntaxParse()
422 if (FXSYS_wcsnicmp(current_span.data(), L"-->", 3) == 0) { in DoSyntaxParse()
/external/pdfium/core/fxcrt/css/
Dcfx_cssvaluelistparser.cpp50 if (FXSYS_wcsnicmp(L"rgb", m_pCur, 3) == 0) { in NextValue()
Dcfx_cssdeclaration.cpp108 if (pszValue[iValueLen - 1] != ')' || FXSYS_wcsnicmp(L"rgb(", pszValue, 4)) in ParseCSSColor()
175 FXSYS_wcsnicmp(L"important", pszValue + iValueLen - 9, 9) == 0) { in AddProperty()
/external/pdfium/core/fxcrt/
Dfx_extension.h33 int32_t FXSYS_wcsnicmp(const wchar_t* s1, const wchar_t* s2, size_t count);
Dfx_extension.cpp129 int32_t FXSYS_wcsnicmp(const wchar_t* s1, const wchar_t* s2, size_t count) { in FXSYS_wcsnicmp() function