HomeSort by relevance Sort by last modified time
    Searched full:subrange (Results 1 - 25 of 74) sorted by null

1 2 3

  /external/webkit/Source/WebKit/chromium/public/
WebFont.h 69 // |from| and |to| allow the caller to specify a subrange of the given text
82 // Returns the rectangle representing the selection rect for the subrange
  /external/chromium/chrome/browser/accessibility/
browser_accessibility_cocoa.mm 340 NSRange subRange;
342 subRange = NSMakeRange(index, arrayCount - index);
344 subRange = NSMakeRange(index, maxCount);
346 return [fullArray subarrayWithRange:subRange];
  /external/webkit/Source/WebCore/editing/
TextCheckingHelper.h 37 PassRefPtr<Range> subrange(int characterOffset, int characterCount) const;
TextCheckingHelper.cpp 88 PassRefPtr<Range> TextCheckingParagraph::subrange(int characterOffset, int characterCount) const function in class:WebCore::TextCheckingParagraph
91 return TextIterator::subrange(paragraphRange().get(), characterOffset, characterCount);
198 RefPtr<Range> misspellingRange = TextIterator::subrange(m_range.get(), currentChunkOffset + misspellingLocation, misspellingLength);
378 RefPtr<Range> badGrammarRange = TextIterator::subrange(m_range.get(), badGrammarPhraseLocation - startOffset + detail->location, detail->length);
TextIterator.h 106 static PassRefPtr<Range> subrange(Range* entireRange, int characterOffset, int characterCount);
Editor.cpp     [all...]
SpellingCorrectionController.cpp 230 RefPtr<Range> replacementRange = TextIterator::subrange(paragraphRangeContainingCorrection.get(), correctionStartOffsetInParagraph, m_correctionPanelInfo.replacementString.length());
  /external/guava/guava-tests/test/com/google/common/io/
ByteStreamsTest.java 129 byte[] subRange = ByteStreams.toByteArray(
131 assertEquals(50, subRange.length);
132 assertEquals(100, subRange[0]);
133 assertEquals((byte) 149, subRange[subRange.length - 1]);
  /external/icu4c/common/
bmpset.h 86 * @param c a character in a subrange of MIN_VALUE..MAX_VALUE
  /external/icu4c/common/unicode/
schriter.h 36 * create one that iterates over only a subrange of a UnicodeString
utf.h 63 * malformed sequences can be expressed unambiguously with a distinct subrange
uchriter.h 26 * create one that iterates over only a subrange of a UChar array
  /frameworks/av/media/libaah_rtp/
aah_tx_sender.cpp 477 // NAK a subrange at the front of the request range
489 // NAK a subrange at the back of the request range
  /external/clang/include/clang/AST/
Attr.h 154 /// specific_attr_iterator - Iterates over a subrange of an AttrVec, only
  /external/llvm/test/Transforms/SimplifyCFG/
dbginfo.ll 10 %llvm.dbg.subrange.type = type { i32, i64, i64 }
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 308 /// constructSubrangeDIE - Construct subrange DIE from DISubrange.
  /external/webkit/Source/JavaScriptCore/icu/unicode/
utf.h 63 * malformed sequences can be expressed unambiguously with a distinct subrange
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
utf.h 63 * malformed sequences can be expressed unambiguously with a distinct subrange
  /external/webkit/Source/WebCore/icu/unicode/
utf.h 63 * malformed sequences can be expressed unambiguously with a distinct subrange
  /external/webkit/Source/WebKit/mac/icu/unicode/
utf.h 63 * malformed sequences can be expressed unambiguously with a distinct subrange
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/share/info/
stabs.info     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/share/info/
stabs.info     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/info/
stabs.info     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/info/
stabs.info     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/info/
stabs.info     [all...]

Completed in 4298 milliseconds

1 2 3