HomeSort by relevance Sort by last modified time
    Searched refs:that_len (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fxcrt/
fx_basic_bstring.cpp 983 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) {
    [all...]
fx_basic_wstring.cpp 513 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) {
    [all...]

Completed in 469 milliseconds