Searched refs:effectiveRange (Results 1 – 10 of 10) sorted by relevance
/external/guava/guava/src/com/google/common/collect/ |
D | Range.java | 399 Range<C> effectiveRange = this; in asSet() local 402 effectiveRange = effectiveRange.intersection( in asSet() 406 effectiveRange = effectiveRange.intersection( in asSet() 414 boolean empty = effectiveRange.isEmpty() in asSet() 421 : new RegularContiguousSet<C>(effectiveRange, domain); in asSet()
|
/external/llvm/test/CodeGen/PowerPC/ |
D | 2007-11-16-landingpad-split.ll | 9 %effectiveRange = alloca %struct.Range, align 8 ; <%struct.Range*> [#uses=2] 17 %tmp26 = getelementptr %struct.Range* %effectiveRange, i64 0, i32 1 ; <i64*> [#uses=1] 37 invoke void @Bar(i64 %range.0.0, %struct.Range* %effectiveRange)
|
/external/webkit/Source/WebKit2/Shared/mac/ |
D | ArgumentCodersMac.mm | 172 NSRange effectiveRange; 173 …Dictionary> attributesAtIndex = [string attributesAtIndex:position effectiveRange:&effectiveRange]; 174 ASSERT(effectiveRange.location == position); 175 ASSERT(effectiveRange.length); 176 ASSERT(NSMaxRange(effectiveRange) <= length); 178 ranges.append(make_pair(effectiveRange, attributesAtIndex)); 180 position = NSMaxRange(effectiveRange);
|
/external/llvm/test/Transforms/ObjCARC/ |
D | contract-testcases.ll | 10 declare %0* @"\01-[NSAttributedString(Terminal) pathAtIndex:effectiveRange:]"(%1*, i8* nocapture, i…
|
/external/webkit/Tools/DumpRenderTree/mac/ |
D | TextInputController.m | 114 NSDictionary *attributes = [self attributesAtIndex:(unsigned)index effectiveRange:nil]; 120 return [self attribute:attrName atIndex:(unsigned)index effectiveRange:nil];
|
D | AccessibilityUIElementMac.mm | 930 NSDictionary* attrs = [string attributesAtIndex:0 effectiveRange:nil];
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebPDFView.mm | 1358 NSRange effectiveRange = NSMakeRange(0,0); 1361 while (NSMaxRange(effectiveRange) < length) { 1362 …ult attribute:NSFontAttributeName atIndex:NSMaxRange(effectiveRange) effectiveRange:&effectiveRang… 1368 …ted string \"%@\" on page %@ (see radar 5089411)", NSStringFromRange(effectiveRange), result, [[da… 1373 [result addAttribute:NSFontAttributeName value:scaledFont range:effectiveRange];
|
/external/webkit/Source/WebCore/platform/mac/ |
D | HTMLConverter.mm | 1184 …le = [_attrStr attribute:NSParagraphStyleAttributeName atIndex:range.location effectiveRange:NULL]; 1191 …hStyle = [_attrStr attribute:NSParagraphStyleAttributeName atIndex:idx effectiveRange:&styleRange]; 1192 font = [_attrStr attribute:NSFontAttributeName atIndex:idx effectiveRange:NULL]; 1197 …rAttributesForAttributes:[_attrStr attributesAtIndex:paragraphRange.location effectiveRange:NULL]];
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_bar_controller_unittest.mm | 1243 NSDictionary* attributes = [astr attributesAtIndex:3 effectiveRange:NULL];
|
/external/webkit/Source/WebCore/accessibility/mac/ |
D | AccessibilityObjectWrapper.mm | 383 …ingColor = (CGColorRef) [attrString attribute:attribute atIndex:range.location effectiveRange:nil];
|