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

  /external/pdfium/core/fxcrt/
fx_basic_bstring.cpp 870 int that_len = str.GetLength(); local
871 int min_len = this_len < that_len ? this_len : that_len;
880 if (this_len < that_len) {
883 if (this_len > that_len) {
fx_basic_wstring.cpp 853 int that_len = str.m_pData->m_nDataLength; local
854 int min_len = this_len < that_len ? this_len : that_len;
863 if (this_len < that_len) {
866 if (this_len > that_len) {

Completed in 68 milliseconds