Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcrt/
Dfx_basic_bstring.cpp969 int that_len = str.GetLength(); in Compare() local
970 int min_len = this_len < that_len ? this_len : that_len; in Compare()
978 if (this_len < that_len) { in Compare()
980 } else if (this_len > that_len) { in Compare()
Dfx_basic_wstring.cpp492 int that_len = str.m_pData->m_nDataLength; in Compare() local
493 int min_len = this_len < that_len ? this_len : that_len; in Compare()
501 if (this_len < that_len) { in Compare()
503 } else if (this_len > that_len) { in Compare()