Home
last modified time | relevance | path

Searched refs:IsValidIndex (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/core/fxcrt/
Dstring_view_template.h133 bool IsValidIndex(size_t index) const { return index < GetLength(); } in IsValidIndex() function
137 ASSERT(IsValidIndex(index));
148 ASSERT(IsValidIndex(index)); in CharAt()
165 if (!IsValidIndex(first)) in Mid()
171 if (!IsValidIndex(first + count - 1)) in Mid()
Dbytestring.cpp494 if (!IsValidIndex(first)) in Mid()
500 if (!IsValidIndex(first + count - 1)) in Mid()
535 ASSERT(IsValidIndex(index)); in SetAt()
558 if (!IsValidIndex(start)) in Find()
572 if (!IsValidIndex(start)) in Find()
Dwidestring.cpp682 if (!IsValidIndex(first)) in Mid()
688 if (!IsValidIndex(first + count - 1)) in Mid()
740 if (!IsValidIndex(start)) in Find()
754 if (!IsValidIndex(start)) in Find()
902 ASSERT(IsValidIndex(index)); in SetAt()
Dbytestring.h105 bool IsValidIndex(size_t index) const { return index < GetLength(); } in IsValidIndex() function
133 ASSERT(IsValidIndex(index));
Dwidestring.h103 bool IsValidIndex(size_t index) const { return index < GetLength(); } in IsValidIndex() function
128 ASSERT(IsValidIndex(index));
/external/sfntly/cpp/src/sfntly/table/core/
Dcmap_table.cc644 if (!IsValidIndex(segment)) { in StartCode()
737 if (IsValidIndex(segment)) { in EndCode()
747 bool CMapTable::CMapFormat4::IsValidIndex(int32_t segment) { in IsValidIndex() function in sfntly::CMapTable::CMapFormat4
759 if (IsValidIndex(segment)) in IdDelta()
765 if (IsValidIndex(segment)) in IdRangeOffset()
771 if (IsValidIndex(segment)) in IdRangeOffsetLocation()
Dcmap_table.h486 bool IsValidIndex(int32_t segment);
/external/pdfium/fxbarcode/oned/
DBC_OnedCode128Writer.cpp196 contents.Mid(position, contents.IsValidIndex(position + 1) ? 2 : 1) in Encode128C()
/external/v8/src/
Dproperty-details.h322 static bool IsValidIndex(int index) { in IsValidIndex() function
Dobjects.cc17766 if (!PropertyDetails::IsValidIndex(dictionary->NextEnumerationIndex() + n)) { in EnsureCapacity()