Home
last modified time | relevance | path

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

/external/angle/third_party/abseil-cpp/absl/strings/internal/
Dcord_rep_ring.h137 assert(IsValidIndex(index)); in entry_end_pos()
143 assert(IsValidIndex(index)); in entry_child()
149 assert(IsValidIndex(index)); in entry_data_offset()
366 bool IsValidIndex(index_type index) const;
534 inline bool CordRepRing::IsValidIndex(index_type index) const { in IsValidIndex() function
555 assert(IsValidIndex(head) && offset >= entry_start_offset(head)); in Find()
567 assert(IsValidIndex(head) && offset >= entry_start_offset(head) + 1); in FindTail()
/external/pdfium/core/fxcrt/
Dstring_view_template.h175 bool IsValidIndex(size_t index) const { return index < m_Span.size(); } in IsValidIndex() function
204 if (!IsValidIndex(first)) in Substr()
210 if (!IsValidIndex(first + count - 1)) in Substr()
Dbytestring.cpp476 if (!IsValidIndex(first)) in Substr()
482 if (!IsValidIndex(first + count - 1)) in Substr()
517 ASSERT(IsValidIndex(index)); in SetAt()
540 if (!IsValidIndex(start)) in Find()
553 if (!IsValidIndex(start)) in Find()
Dbytestring.h114 bool IsValidIndex(size_t index) const { return index < GetLength(); } in IsValidIndex() function
145 CHECK(IsValidIndex(index));
Dwidestring.cpp701 if (!IsValidIndex(first)) in Substr()
707 if (!IsValidIndex(first + count - 1)) in Substr()
759 if (!IsValidIndex(start)) in Find()
772 if (!IsValidIndex(start)) in Find()
969 ASSERT(IsValidIndex(index)); in SetAt()
Dwidestring.h112 bool IsValidIndex(size_t index) const { return index < GetLength(); } in IsValidIndex() function
140 CHECK(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.cpp190 contents.Substr(position, contents.IsValidIndex(position + 1) ? 2 : 1) in Encode128C()
/external/pdfium/core/fpdfapi/font/
Dcpdf_tounicodemap.cpp61 if (!buf.IsValidIndex(index)) in Lookup()
/external/angle/third_party/abseil-cpp/
Dsymbols_x86_dbg.def2021 ?IsValidIndex@CordRepRing@cord_internal@absl@@ABE_NI@Z
Dsymbols_x64_dbg.def2027 ?IsValidIndex@CordRepRing@cord_internal@absl@@AEBA_NI@Z
Dsymbols_arm64_dbg.def2026 ?IsValidIndex@CordRepRing@cord_internal@absl@@AEBA_NI@Z