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

  /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 576 int currentLength = 0;
587 currentLength += text.length();
596 currentLength += text.length();
603 currentLength += text.length() - 2;
607 currentLength = 0;
623 if (currentLength >= JAVADOC_BREAK_LENGTH) {
625 currentLength = 0;
627 while (currentLength + s.length() > JAVADOC_BREAK_LENGTH) {
628 int pos = s.indexOf(' ', JAVADOC_BREAK_LENGTH - currentLength);
634 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 289 int currentLength = currentAddresses != null ? currentAddresses.length : 0;
290 String[] finalAddresses = new String[currentLength + add.size()];
293 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 528 public MeasureOutputStream(OutputStream stream, long currentLength) {
530 length = currentLength;
  /external/icu4c/i18n/
decimfmt.cpp     [all...]
  /prebuilt/common/ecj/
ecj.jar 

Completed in 133 milliseconds