HomeSort by relevance Sort by last modified time
    Searched refs:FXSYS_wcsnicmp (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/fxcrt/
fx_ext.h 27 int32_t FXSYS_wcsnicmp(const FX_WCHAR* s1, const FX_WCHAR* s2, size_t count);
fx_extension.cpp 499 int32_t FXSYS_wcsnicmp(const FX_WCHAR* s1, const FX_WCHAR* s2, size_t count) {
  /external/pdfium/xfa/fde/css/
cfde_cssdeclaration.cpp 99 if (pszValue[iValueLen - 1] != ')' || FXSYS_wcsnicmp(L"rgb(", pszValue, 4))
167 FXSYS_wcsnicmp(L"important", pszValue + iValueLen - 9, 9) == 0) {

Completed in 209 milliseconds