Home
last modified time | relevance | path

Searched refs:IsValidLength (Results 1 – 6 of 6) sorted by relevance

/external/image_io/includes/image_io/base/
Dbyte_data.h42 bool IsValid() const { return IsValidLength() && HasValidCharacters(); } in IsValid()
47 bool IsValidLength() const { in IsValidLength() function
/external/pdfium/core/fxcrt/
Dstring_view_template.h176 bool IsValidLength(size_t length) const { return length <= m_Span.size(); } in IsValidLength() function
207 if (count == 0 || !IsValidLength(count)) in Substr()
217 if (count == 0 || !IsValidLength(count)) in First()
223 if (count == 0 || !IsValidLength(count)) in Last()
Dbytestring.cpp479 if (count == 0 || !IsValidLength(count)) in Substr()
494 if (count == 0 || !IsValidLength(count)) in First()
500 if (count == 0 || !IsValidLength(count)) in Last()
524 if (!IsValidLength(index)) in Insert()
Dwidestring.cpp704 if (count == 0 || !IsValidLength(count)) in Substr()
719 if (count == 0 || !IsValidLength(count)) in First()
725 if (count == 0 || !IsValidLength(count)) in Last()
743 if (!IsValidLength(index)) in Insert()
Dbytestring.h115 bool IsValidLength(size_t length) const { return length <= GetLength(); } in IsValidLength() function
Dwidestring.h113 bool IsValidLength(size_t length) const { return length <= GetLength(); } in IsValidLength() function