Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dbytestring.cpp709 size_t that_len = str.GetLength(); in Compare() local
710 size_t min_len = std::min(this_len, that_len); in Compare()
714 if (this_len == that_len) in Compare()
716 return this_len < that_len ? -1 : 1; in Compare()
Dwidestring.cpp920 size_t that_len = str.m_pData->m_nDataLength; in Compare() local
921 size_t min_len = std::min(this_len, that_len); in Compare()
925 if (this_len == that_len) in Compare()
927 return this_len < that_len; in Compare()