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

  /external/pdfium/core/fxcrt/
string_view_template.h 134 bool IsValidLength(size_t length) const { return length <= GetLength(); }
168 if (count == 0 || !IsValidLength(count))
178 if (count == 0 || !IsValidLength(count))
184 if (count == 0 || !IsValidLength(count))
bytestring.cpp 497 if (count == 0 || !IsValidLength(count))
512 if (count == 0 || !IsValidLength(count))
518 if (count == 0 || !IsValidLength(count))
542 if (!IsValidLength(location))
widestring.cpp 685 if (count == 0 || !IsValidLength(count))
700 if (count == 0 || !IsValidLength(count))
706 if (count == 0 || !IsValidLength(count))
724 if (!IsValidLength(location))
bytestring.h 106 bool IsValidLength(size_t length) const { return length <= GetLength(); }
widestring.h 104 bool IsValidLength(size_t length) const { return length <= GetLength(); }

Completed in 71 milliseconds