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

  /external/pdfium/core/fxcrt/
string_view_template.h 100 FXSYS_cmp(ptr, reinterpret_cast<const CharType*>(m_Ptr.Get()),
105 FXSYS_cmp(reinterpret_cast<const CharType*>(other.m_Ptr.Get()),
204 int result = FXSYS_cmp(reinterpret_cast<const CharType*>(m_Ptr.Get()),
211 int result = FXSYS_cmp(reinterpret_cast<const CharType*>(m_Ptr.Get()),
fx_system.h 136 inline int FXSYS_cmp(const char* ptr1, const char* ptr2, size_t len) {
140 inline int FXSYS_cmp(const wchar_t* ptr1, const wchar_t* ptr2, size_t len) {

Completed in 70 milliseconds