HomeSort by relevance Sort by last modified time
    Searched refs:currentLength (Results 1 - 25 of 30) sorted by null

1 2

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ResizableIntArray.java 47 final int currentLength = mLength;
48 ensureCapacity(currentLength + 1);
49 mArray[currentLength] = val;
50 mLength = currentLength + 1;
116 final int currentLength = mLength;
117 final int newLength = currentLength + length;
119 System.arraycopy(src.mArray, startPos, mArray, currentLength, length);
  /external/webkit/Source/WebCore/html/parser/
HTMLEntitySearch.h 43 int currentLength() const { return m_currentLength; }
HTMLEntityParser.cpp 218 if (entitySearch.mostRecentMatch()->length != entitySearch.currentLength()) {
  /external/webkit/Source/WebCore/platform/network/
BlobRegistryImpl.cpp 112 long long currentLength = iter->length - offset;
113 long long newLength = currentLength > length ? length : currentLength;
  /external/webkit/Source/JavaScriptCore/wtf/text/
StringBuilder.cpp 122 unsigned currentLength = m_length;
125 return m_bufferCharacters + currentLength;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
DescriptorsUtils.java 592 int currentLength = 0;
603 currentLength += text.length();
612 currentLength += text.length();
619 currentLength += text.length() - 2;
623 currentLength = 0;
639 if (currentLength >= JAVADOC_BREAK_LENGTH) {
641 currentLength = 0;
643 while (currentLength + s.length() > JAVADOC_BREAK_LENGTH) {
644 int pos = s.indexOf(' ', JAVADOC_BREAK_LENGTH - currentLength);
650 currentLength = 0
    [all...]
  /external/webkit/Source/WebCore/html/
HTMLTextAreaElement.cpp 252 unsigned currentLength = numGraphemeClusters(toRenderTextControl(renderer())->text());
259 ASSERT(currentLength >= selectionLength);
260 unsigned baseLength = currentLength - selectionLength;
  /frameworks/support/v4/java/android/support/v4/app/
ShareCompat.java 345 int currentLength = currentAddresses != null ? currentAddresses.length : 0;
346 String[] finalAddresses = new String[currentLength + add.size()];
349 System.arraycopy(currentAddresses, 0, finalAddresses, add.size(), currentLength);
    [all...]
  /external/webkit/Source/WebCore/editing/
TextCheckingHelper.cpp 257 int currentLength = TextIterator::rangeLength(paragraphRange.get());
259 int currentEndOffset = currentLength;
337 if (lastIteration || totalLengthProcessed + currentLength >= totalRangeLength)
343 totalLengthProcessed += currentLength;
  /libcore/luni/src/main/java/java/util/logging/
FileHandler.java 530 public MeasureOutputStream(OutputStream stream, long currentLength) {
532 length = currentLength;
  /external/icu4c/i18n/
decimfmt.cpp     [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/curves/
CurvesHelper.java 357 float currentLength = 0;
360 for (i = 0; i < taperPoints.length - 6 && currentLength < length; i += 3) {
363 currentLength += p.length();
365 currentLength -= p.length();
366 float leftLength = length - currentLength;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
PerformanceResultsPreferencePage.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 
  /development/samples/training/basic/FragmentBasics/libs/
android-support-v4.jar 
  /development/samples/training/location-aware/libs/
android-support-v4.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.text_3.5.0.v20100601-1300.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /sdk/testapps/jarCheckTests3/lib2/libs/
android-support-v13.jar 
  /development/samples/training/AnimationsDemo/libs/
android-support-v13.jar 
  /development/samples/training/ContactsList/libs/
android-support-v4.jar 
  /development/samples/training/EffectiveNavigation/libs/
android-support-v4.jar 
  /development/samples/training/InteractiveChart/libs/
android-support-v4.jar 
  /development/samples/training/bitmapfun/libs/
android-support-v4.jar 
  /external/robolectric/lib/main/
android-support-v4.jar 

Completed in 924 milliseconds

1 2