Searched refs:newLength (Results 1 – 9 of 9) sorted by relevance
86 public void setLength(final int newLength) { in setLength() argument87 ensureCapacity(newLength); in setLength()88 mLength = newLength; in setLength()123 final int newLength = currentLength + length; in append() local124 ensureCapacity(newLength); in append()126 mLength = newLength; in append()
231 val newLength = formattedTime.length in formatLapTime() constant232 if (!isBinding && mLastFormattedLapTimeLength != newLength) { in formatLapTime()233 mLastFormattedLapTimeLength = newLength in formatLapTime()252 val newLength = formattedTime.length in formatAccumulatedTime() constant253 if (!isBinding && mLastFormattedAccumulatedTimeLength != newLength) { in formatAccumulatedTime()254 mLastFormattedAccumulatedTimeLength = newLength in formatAccumulatedTime()
90 final int newLength = splitText.length(); in fixWronglyInvalidatedWordWithSingleQuote() local97 + offset + "," + newLength); in fixWronglyInvalidatedWordWithSingleQuote()100 additionalLengths.add(newLength); in fixWronglyInvalidatedWordWithSingleQuote()
75 final int newLength = keys.length - 1 + replacingKeys.length; in replaceKeyAt() local77 final ExpectedKey[] newKeys = Arrays.copyOf(keys, newLength); in replaceKeyAt()
305 const Dimensions& newDimensions, uint32_t newLength) { in redeclare() argument306 auto createAndLogResult = [sourceOperandIndex, &newDimensions, newLength](bool changedShape) { in redeclare()310 << ", newLength = " << newLength << ") -> " << toString(changedShape); in redeclare()315 CHECK_GT(newLength, 0u); in redeclare()318 const uint32_t paddedLength = roundUp(newLength, temp.padding); in redeclare()
159 uint32_t newLength);
9482 int newLength = selectionArgs.length + 1; in insertSelectionArg() local9483 String[] newSelectionArgs = new String[newLength]; in insertSelectionArg()9494 int newLength = selectionArgs.length + 1; in appendSelectionArg() local9495 String[] newSelectionArgs = new String[newLength]; in appendSelectionArg()9496 newSelectionArgs[newLength] = arg; in appendSelectionArg()
5357 int newLength = selectionArgs.length + 1; in insertSelectionArg() local5358 String[] newSelectionArgs = new String[newLength]; in insertSelectionArg()
3188 Landroid/icu/text/Edits$Iterator;->newLength()I