HomeSort by relevance Sort by last modified time
    Searched refs:newLength (Results 51 - 75 of 122) sorted by null

1 23 4 5

  /external/icu4c/tools/toolutil/
pkg_gencmn.c 510 int32_t newLength;
515 newLength = (length + 1 + (int32_t)uprv_strlen(source));
516 fullPath = uprv_malloc(newLength);
  /external/icu4c/i18n/
rbt_rule.cpp 452 int32_t newLength = output->toReplacer()->replace(text, pos.start, keyLimit, newStart);
453 int32_t lenDelta = newLength - (keyLimit - pos.start);
rematch.cpp     [all...]
  /libcore/luni/src/main/java/java/util/logging/
FileHandler.java 565 public void setLength(long newLength) {
566 length = newLength;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
GenerateResults.java 350 int newLength = confLength;
359 newLength--;
361 if (newLength < confLength) {
362 String[][] newDescriptors = new String[newLength][2];
363 for (int j=0, c=0; j<newLength; j++) {
    [all...]
  /development/samples/training/bitmapfun/src/com/example/android/bitmapfun/util/
DiskLruCache.java 588 long newLength = clean.length();
589 entry.lengths[i] = newLength;
590 size = size - oldLength + newLength;
    [all...]
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/
DiskLruCache.java 476 long newLength = clean.length();
477 entry.lengths[i] = newLength;
478 size = size - oldLength + newLength;
  /libcore/luni/src/main/java/libcore/io/
DiskLruCache.java 491 long newLength = clean.length();
492 entry.lengths[i] = newLength;
493 size = size - oldLength + newLength;
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
CountingTimerView.java 371 int newLength = getDigitsLength();
372 if (oldLength != newLength) {
373 if (oldLength > newLength) {
  /external/clang/lib/Rewrite/Core/
Rewriter.cpp 319 unsigned newLength = getRangeSize(replacementRange);
324 return ReplaceText(start, origLength, MB.substr(newOffs, newLength));
  /external/webkit/Source/WebCore/platform/graphics/gtk/
FontGtk.cpp 141 gint newLength = 0;
142 GOwnPtr<gchar> utf8Text(utf16ToUtf8(characters, length, newLength));
  /libcore/luni/src/main/java/java/util/
BitSet.java 141 int newLength = Math.max(desiredLongCount, bits.length * 2);
142 long[] newBits = new long[newLength];
  /external/proguard/src/proguard/classfile/editor/
CodeAttributeEditor.java 522 int newLength = mapInstructions(oldCode,
528 codeAttribute.code = new byte[newLength];
532 instructionWriter.reset(newLength);
542 return newLength;
    [all...]
  /external/webkit/Source/WebCore/editing/
SelectionController.h 137 void textWillBeReplaced(CharacterData*, unsigned offset, unsigned oldLength, unsigned newLength);
SelectionController.cpp 282 static bool shouldRemovePositionAfterAdoptingTextReplacement(Position& position, EndPointType type, CharacterData* node, unsigned offset, unsigned oldLength, unsigned newLength)
296 position.moveToOffset(positionOffset - oldLength + newLength);
301 void SelectionController::textWillBeReplaced(CharacterData* node, unsigned offset, unsigned oldLength, unsigned newLength)
311 bool shouldRemoveBase = shouldRemovePositionAfterAdoptingTextReplacement(base, m_selection.isBaseFirst() ? EndPointIsStart : EndPointIsEnd, node, offset, oldLength, newLength);
312 bool shouldRemoveExtent = shouldRemovePositionAfterAdoptingTextReplacement(extent, m_selection.isBaseFirst() ? EndPointIsEnd : EndPointIsStart, node, offset, oldLength, newLength);
313 bool shouldRemoveStart = shouldRemovePositionAfterAdoptingTextReplacement(start, EndPointIsStart, node, offset, oldLength, newLength);
314 bool shouldRemoveEnd = shouldRemovePositionAfterAdoptingTextReplacement(end, EndPointIsEnd, node, offset, oldLength, newLength);
    [all...]
  /frameworks/base/core/java/android/text/
SpannableStringBuilder.java 132 final int newLength = ArrayUtils.idealCharArraySize(size + 1);
133 final int delta = newLength - oldLength;
136 char[] newText = new char[newLength];
139 System.arraycopy(mText, oldLength - after, newText, newLength - after, after);
    [all...]
  /external/icu4c/common/
utext.cpp     [all...]
uts46.cpp 560 int32_t newLength=processLabel(dest, labelStart, labelLength,
568 destLength+=newLength-labelLength;
569 labelLimit=labelStart+=newLength+1;
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
PointerLocationView.java     [all...]
  /prebuilts/devtools/tools/lib/
jobb.jar 
  /external/webkit/Source/WebCore/inspector/
InspectorStyleSheet.cpp 224 unsigned newLength = propertyText.length();
225 propertyLengthDelta = newLength - oldLength;
    [all...]
  /external/icu4c/common/unicode/
unistr.h     [all...]
  /external/webkit/Source/WebCore/dom/
Document.cpp     [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 

Completed in 1727 milliseconds

1 23 4 5