Searched refs:FXSYS_wcsnicmp (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/core/fxcrt/xml/ |
D | cfx_xmlsyntaxparser.cpp | 425 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/ |
D | cfx_cssvaluelistparser.cpp | 48 if (FXSYS_wcsnicmp(L"rgb", m_pCur, 3) == 0) { in NextValue()
|
D | cfx_cssdeclaration.cpp | 251 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/ |
D | fx_extension.h | 26 int32_t FXSYS_wcsnicmp(const wchar_t* s1, const wchar_t* s2, size_t count);
|
D | fx_extension.cpp | 64 int32_t FXSYS_wcsnicmp(const wchar_t* s1, const wchar_t* s2, size_t count) { in FXSYS_wcsnicmp() function
|