Searched refs:subrange (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10/libdispatch-442.1.4/src/
H A Dtransform.c161 dispatch_data_t subrange, map = NULL; local
163 subrange = dispatch_data_create_subrange(data, offset, size);
164 if (dispatch_data_get_size(subrange) == size) {
165 map = dispatch_data_create_map(subrange, ptr, NULL);
167 dispatch_release(subrange);
175 dispatch_data_t subrange = _dispatch_data_subrange_map(data, &p, 0, 2); local
177 if (subrange == NULL) {
190 dispatch_release(subrange);
321 dispatch_data_t subrange = _dispatch_data_subrange_map(data, &p,
323 if (subrange
[all...]
H A Ddata.c30 // dispatch data object is needed to represent a subrange of a memory region.
330 dispatch_data_t subrange = dispatch_data_create_subrange( local
333 dispatch_data_t concat = dispatch_data_create_concat(data, subrange);
335 _dispatch_data_release(subrange);
349 // When mapping a leaf object or a subrange of a leaf object, return a direct
464 // Create a new object for the requested subrange of the leaf
/macosx-10.10/libauto-186/
H A DThreadLocalCollector.cpp137 Range subrange; local
148 subrange.set_range(reference, reference + run);
149 if (subrange.address() < end && subrange.end() <= end) {
151 scan_range(subrange);
160 subrange.set_range((void *)reference, end);
161 scan_range(subrange);
/macosx-10.10/WebCore-7600.1.25/editing/
H A DTextCheckingHelper.h42 PassRefPtr<Range> subrange(int characterOffset, int characterCount) const;
H A DTextCheckingHelper.cpp167 PassRefPtr<Range> TextCheckingParagraph::subrange(int characterOffset, int characterCount) const function in class:WebCore::TextCheckingParagraph
170 return TextIterator::subrange(paragraphRange().get(), characterOffset, characterCount);
276 RefPtr<Range> misspellingRange = TextIterator::subrange(m_range.get(), currentChunkOffset + misspellingLocation, misspellingLength);
450 RefPtr<Range> badGrammarRange = TextIterator::subrange(m_range.get(), badGrammarPhraseLocation - startOffset + detail->location, detail->length);
H A DTextIterator.h112 static PassRefPtr<Range> subrange(Range* entireRange, int characterOffset, int characterCount);
H A DEditor.cpp2080 RefPtr<Range> badGrammarRange = TextIterator::subrange(grammarSearchRange.get(), grammarPhraseOffset + grammarDetail.location, grammarDetail.length);
2092 RefPtr<Range> misspellingRange = TextIterator::subrange(spellingSearchRange.get(), misspellingOffset, misspelledWord.length());
2486 paragraph = TextCheckingParagraph(TextIterator::subrange(newParagraphRange.get(), resultLocation, replacement.length()), newParagraphRange);
2545 RefPtr<Range> misspellingRange = paragraph.subrange(resultLocation, resultLength);
2556 RefPtr<Range> badGrammarRange = paragraph.subrange(resultLocation + detail.location, detail.length);
2574 RefPtr<Range> rangeToReplace = paragraph.subrange(resultLocation, resultLength);
2629 m_alternativeTextController->markCorrection(paragraph.subrange(resultLocation, replacement.length()), replacedString);
2639 RefPtr<Range> selectionRange = extendedParagraph.subrange(0, selectionOffset);
2666 RefPtr<Range> changedRange = paragraph.subrange(paragraph.checkingStart(), replacedString.length());
3443 RefPtr<Range> subrange local
[all...]
H A DAlternativeTextController.cpp281 RefPtr<Range> replacementRange = TextIterator::subrange(paragraphRangeContainingCorrection.get(), correctionStartOffsetInParagraph, alternative.length());
H A DTextIterator.cpp2379 PassRefPtr<Range> TextIterator::subrange(Range* entireRange, int characterOffset, int characterCount) function in class:WebCore::TextIterator
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A Dregcomp.c103 static VOID subrange _ANSI_ARGS_((struct vars *, pchr, pchr, struct state *, struct state *));
1617 subrange(v, from, ce - 1, lp, rp);
1625 subrange(v, from, to, lp, rp);
H A Dregc_color.c399 - subrange - allocate new subcolors to this range of chrs, fill in arcs
400 ^ static VOID subrange(struct vars *, pchr, pchr, struct state *,
404 subrange(v, from, to, lp, rp) function
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A Dregcomp.c101 static void subrange(struct vars *, pchr, pchr, struct state *, struct state *);
1657 subrange(v, from, to, lp, rp);
H A Dregc_color.c435 - subrange - allocate new subcolors to this range of chrs, fill in arcs
436 ^ static VOID subrange(struct vars *, pchr, pchr, struct state *,
440 subrange(
429 subrange( function
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/mac/
H A DWebPageMac.mm557 RefPtr<Range> finalRange = TextIterator::subrange(fullCharacterRange.get(), extractedRange.location, extractedRange.length);

Completed in 289 milliseconds