Home
last modified time | relevance | path

Searched refs:FX_wcsnicmp (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/src/fgas/include/
Dfx_sys.h34 int32_t FX_wcsnicmp(const FX_WCHAR* s1, const FX_WCHAR* s2, size_t count);
/external/pdfium/xfa/src/fdp/src/css/
Dfde_cssdatatable.cpp713 FX_wcsnicmp(L"url(", pszValue, 4)) { in FDE_ParseCSSURI()
745 if (pszValue[iValueLen - 1] != ')' || FX_wcsnicmp(L"rgb(", pszValue, 4)) { in FDE_ParseCSSColor()
818 if (FX_wcsnicmp(L"url", m_pCur, 3) == 0) { in NextValue()
830 } else if (FX_wcsnicmp(L"rgb", m_pCur, 3) == 0) { in NextValue()
Dfde_cssdeclaration.cpp112 FX_wcsnicmp(L"important", pszValue + iValueLen - 9, 9) == 0) { in AddProperty()
/external/pdfium/xfa/src/fgas/src/crt/
Dfx_system.cpp33 int32_t FX_wcsnicmp(const FX_WCHAR* s1, const FX_WCHAR* s2, size_t count) { in FX_wcsnicmp() function