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

/external/pdfium/core/src/fxcrt/
H A Dfx_basic_bstring.cpp983 int that_len = str.GetLength(); local
984 int min_len = this_len < that_len ? this_len : that_len;
992 if (this_len < that_len) {
994 } else if (this_len > that_len) {
H A Dfx_basic_wstring.cpp513 int that_len = str.m_pData->m_nDataLength; local
514 int min_len = this_len < that_len ? this_len : that_len;
522 if (this_len < that_len) {
524 } else if (this_len > that_len) {

Completed in 79 milliseconds