Searched refs:FXSYS_wcsnicmp (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/xfa/fde/css/ |
D | cfde_cssvaluelistparser.cpp | 47 if (FXSYS_wcsnicmp(L"rgb", m_pCur, 3) == 0) { in NextValue()
|
D | cfde_cssdeclaration.cpp | 99 if (pszValue[iValueLen - 1] != ')' || FXSYS_wcsnicmp(L"rgb(", pszValue, 4)) in ParseCSSColor() 167 FXSYS_wcsnicmp(L"important", pszValue + iValueLen - 9, 9) == 0) { in AddProperty()
|
/external/pdfium/core/fxcrt/ |
D | fx_ext.h | 27 int32_t FXSYS_wcsnicmp(const FX_WCHAR* s1, const FX_WCHAR* s2, size_t count);
|
D | fx_extension.cpp | 499 int32_t FXSYS_wcsnicmp(const FX_WCHAR* s1, const FX_WCHAR* s2, size_t count) { in FXSYS_wcsnicmp() function
|
/external/pdfium/xfa/fde/xml/ |
D | fde_xml_imp.cpp | 1601 if (FXSYS_wcsnicmp(m_pStart, L"--", 2) == 0) { in DoSyntaxParse() 1604 } else if (FXSYS_wcsnicmp(m_pStart, L"[CDATA[", 7) == 0) { in DoSyntaxParse() 1614 if (FXSYS_wcsnicmp(m_pStart, L"]]>", 3) == 0) { in DoSyntaxParse() 1703 if (FXSYS_wcsnicmp(m_pStart, L"-->", 3) == 0) { in DoSyntaxParse()
|