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_wstring.cpp476 int that_len = str.m_pData->m_nDataLength; in Compare() local
477 int min_len = this_len < that_len ? this_len : that_len; in Compare()
486 if (this_len < that_len) { in Compare()
489 if (this_len > that_len) { in Compare()
Dfx_basic_bstring.cpp937 int that_len = str.GetLength(); in Compare() local
938 int min_len = this_len < that_len ? this_len : that_len; in Compare()
947 if (this_len < that_len) { in Compare()
950 if (this_len > that_len) { in Compare()