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 937 int that_len = str.GetLength(); local
938 int min_len = this_len < that_len ? this_len : that_len;
947 if (this_len < that_len) {
950 if (this_len > that_len) {
fx_basic_wstring.cpp 476 int that_len = str.m_pData->m_nDataLength; local
477 int min_len = this_len < that_len ? this_len : that_len;
486 if (this_len < that_len) {
489 if (this_len > that_len) {

Completed in 205 milliseconds