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

1 2

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
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/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLEntitySearch.h 42 int currentLength() const { return m_currentLength; }
XSSAuditor.cpp 585 for (size_t currentLength = 0; currentLength < decodedSnippet.length(); ++currentLength) {
586 UChar currentChar = decodedSnippet[currentLength];
591 decodedSnippet.truncate(currentLength);
HTMLEntityParser.cpp 127 if (entitySearch.mostRecentMatch()->length != entitySearch.currentLength()) {
  /external/chromium_org/third_party/WebKit/Source/wtf/
ArrayBuffer.h 172 unsigned currentLength = byteLength();
174 index = currentLength + index;
175 return clampValue(index, 0, 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/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextAreaElement.cpp 292 unsigned currentLength = computeLengthForSubmission(currentValue);
293 if (currentLength + computeLengthForSubmission(event->text()) < unsignedMaxLength)
302 ASSERT(currentLength >= selectionLength);
303 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/chromium_org/third_party/WebKit/Source/core/editing/
TextCheckingHelper.cpp 322 int currentLength = TextIterator::rangeLength(paragraphRange.get());
324 int currentEndOffset = currentLength;
402 if (lastIteration || totalLengthProcessed + currentLength >= totalRangeLength)
408 totalLengthProcessed += currentLength;
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringBuilder.cpp 228 unsigned currentLength = m_length;
231 return getBufferCharacters<CharType>() + currentLength;
  /libcore/luni/src/main/java/java/util/logging/
FileHandler.java 530 public MeasureOutputStream(OutputStream stream, long currentLength) {
532 length = currentLength;
  /external/chromium_org/third_party/icu/source/i18n/
decimfmt.cpp     [all...]
  /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/chromium_org/third_party/tlslite/tlslite/
TLSRecordLayer.py 530 currentLength = len(bytes) + len(macBytes) + 1
532 paddingLength = blockLength-(currentLength % blockLength)
    [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 

Completed in 829 milliseconds

1 2