HomeSort by relevance Sort by last modified time
    Searched defs:oldLength (Results 1 - 18 of 18) sorted by null

  /external/icu4c/common/
unistr_props.cpp 34 int32_t oldLength = this->length();
35 int32_t i = oldLength, length;
48 if(length < oldLength) {
unistr_case.cpp 118 int32_t oldLength;
124 oldLength = fShortLength;
127 oldLength = length();
131 if(oldLength <= US_STACKBUF_SIZE) {
134 capacity = oldLength + 20;
147 oldArray, oldLength,
151 oldArray, oldLength,
158 oldArray, oldLength,
163 oldArray, oldLength,
uhash.c 395 int32_t oldLength = hash->length;
415 hash->length = oldLength;
419 for (i = oldLength - 1; i >= 0; --i) {
    [all...]
unistr.cpp 1020 int32_t oldLength,
1030 oldText.pinIndices(oldStart, oldLength);
1033 if(oldLength == 0) {
1037 while(length > 0 && length >= oldLength) {
1038 int32_t pos = indexOf(oldText, oldStart, oldLength, start, length);
1044 replace(pos, oldLength, newText, newStart, newLength);
1045 length -= pos + oldLength - start;
1227 int32_t oldLength = this->length();
1233 if(start >= oldLength) {
1234 newSize = oldLength + srcLength
    [all...]
utext.cpp     [all...]
  /external/webkit/WebCore/dom/
CharacterData.cpp 46 int oldLength = length();
58 document()->textRemoved(this, 0, oldLength);
InputElement.cpp 173 unsigned oldLength = toRenderTextControlSingleLine(element->renderer())->text().numGraphemeClusters();
177 ASSERT(oldLength >= selectionLength);
180 unsigned baseLength = oldLength - selectionLength;
ProcessingInstruction.cpp 65 int oldLength = m_data.length();
67 document()->textRemoved(this, 0, oldLength);
Document.cpp     [all...]
  /frameworks/base/tests/CoreTests/android/core/
CryptoTest.java 69 int oldLength = oldDigest.doFinal(oldHash, 0);
83 Assert.assertEquals("Hash sizes must be equal", oldLength, newLength);
85 for (int i = 0; i < oldLength; i++) {
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/util/
HexStringParser.java 275 int oldLength = countBitsLength(mantissa);
280 if (oldLength >= MANTISSA_WIDTH && newLength > oldLength) {
  /external/icu4c/tools/makeconv/
genmbcs.c     [all...]
  /external/proguard/src/proguard/classfile/editor/
CodeAttributeEditor.java 513 int oldLength = codeAttribute.u4codeLength;
516 if (instructionOffsetMap.length < oldLength + 1)
518 instructionOffsetMap = new int[oldLength + 1];
523 oldLength);
539 oldLength);
549 * @param oldLength the code length.
552 private int mapInstructions(byte[] oldCode, int oldLength)
574 while (oldOffset < oldLength);
629 * @param oldLength the original code length.
635 int oldLength)
    [all...]
  /frameworks/base/core/java/android/webkit/
WebTextView.java 155 int oldLength = text.length();
159 if (KeyEvent.KEYCODE_DEL == keyCode && 0 == oldLength) {
202 boolean maxedOut = mMaxLength != -1 && oldLength == mMaxLength;
243 mWebView.replaceTextfieldText(0, oldLength, span.toString(),
    [all...]
  /external/webkit/WebCore/editing/
TextIterator.cpp     [all...]
  /frameworks/base/core/java/android/net/
Uri.java     [all...]
  /prebuilt/common/ecj/
ecj.jar 
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 

Completed in 579 milliseconds