Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dbytestring.cpp676 size_t that_len = str.GetLength(); in Compare() local
677 size_t min_len = std::min(this_len, that_len); in Compare()
681 if (this_len == that_len) in Compare()
683 return this_len < that_len ? -1 : 1; in Compare()
Dwidestring.cpp987 size_t that_len = str.m_pData->m_nDataLength; in Compare() local
988 size_t min_len = std::min(this_len, that_len); in Compare()
992 if (this_len == that_len) in Compare()
994 return this_len < that_len ? -1 : 1; in Compare()