Home
last modified time | relevance | path

Searched refs:FXSYS_cmp (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fxcrt/
Dstring_view_template.h100 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()),
Dfx_system.h136 inline int FXSYS_cmp(const char* ptr1, const char* ptr2, size_t len) { in FXSYS_cmp() function
140 inline int FXSYS_cmp(const wchar_t* ptr1, const wchar_t* ptr2, size_t len) { in FXSYS_cmp() function