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_extension.h 26 int32_t FXSYS_wcsnicmp(const wchar_t* s1, const wchar_t* s2, size_t count);
fx_extension.cpp 64 int32_t FXSYS_wcsnicmp(const wchar_t* s1, const wchar_t* s2, size_t count) {
  /external/pdfium/core/fxcrt/css/
cfx_cssdeclaration.cpp 251 if (pszValue[iValueLen - 1] != ')' || FXSYS_wcsnicmp(L"rgb(", pszValue, 4))
318 FXSYS_wcsnicmp(L"important", pszValue + iValueLen - 9, 9) == 0) {

Completed in 129 milliseconds