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

  /external/pdfium/core/fxcrt/
string_view_template.h 133 bool IsValidIndex(size_t index) const { return index < GetLength(); }
137 ASSERT(IsValidIndex(index));
148 ASSERT(IsValidIndex(index));
165 if (!IsValidIndex(first))
171 if (!IsValidIndex(first + count - 1))
bytestring.h 105 bool IsValidIndex(size_t index) const { return index < GetLength(); }
133 ASSERT(IsValidIndex(index));
widestring.h 103 bool IsValidIndex(size_t index) const { return index < GetLength(); }
128 ASSERT(IsValidIndex(index));
bytestring.cpp 494 if (!IsValidIndex(first))
500 if (!IsValidIndex(first + count - 1))
535 ASSERT(IsValidIndex(index));
558 if (!IsValidIndex(start))
572 if (!IsValidIndex(start))
widestring.cpp 682 if (!IsValidIndex(first))
688 if (!IsValidIndex(first + count - 1))
740 if (!IsValidIndex(start))
754 if (!IsValidIndex(start))
902 ASSERT(IsValidIndex(index));
  /external/pdfium/fxbarcode/oned/
BC_OnedCode128Writer.cpp 196 contents.Mid(position, contents.IsValidIndex(position + 1) ? 2 : 1)
  /external/sfntly/cpp/src/sfntly/table/core/
cmap_table.cc 644 if (!IsValidIndex(segment)) {
737 if (IsValidIndex(segment)) {
747 bool CMapTable::CMapFormat4::IsValidIndex(int32_t segment) {
759 if (IsValidIndex(segment))
765 if (IsValidIndex(segment))
771 if (IsValidIndex(segment))
    [all...]
cmap_table.h 486 bool IsValidIndex(int32_t segment);
  /external/v8/src/
property-details.h 322 static bool IsValidIndex(int index) {
objects.cc     [all...]

Completed in 227 milliseconds