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