Searched refs:thisOffset (Results 1 – 2 of 2) sorted by relevance
482 int thisOffset = 0; in equalsFragments() local492 int thisRemaining = thisString.size() - thisOffset; in equalsFragments()497 boolean stillEqual = (thisOffset == 0) in equalsFragments()499 : thatString.equalsRange(thisString, thisOffset, bytesToCompare); in equalsFragments()513 thisOffset = 0; in equalsFragments()516 thisOffset += bytesToCompare; in equalsFragments()
6470 uint32_t thisOffset; in getEntry() local6488 thisOffset = dtohs(result->offset) * 4u; in getEntry()6495 thisOffset = dtohl(eindex[realEntryIndex]); in getEntry()6498 if (thisOffset == ResTable_type::NO_ENTRY) { in getEntry()6515 bestOffset = thisOffset; in getEntry()7556 uint32_t thisOffset; in print() local7563 thisOffset = static_cast<uint32_t>(dtohs(entry->offset)) * 4u; in print()7566 thisOffset = dtohl(eindex[entryIndex]); in print()7567 if (thisOffset == ResTable_type::NO_ENTRY) { in print()7598 if ((thisOffset&0x3) != 0) { in print()[all …]