Home
last modified time | relevance | path

Searched refs:attrString (Results 1 – 10 of 10) sorted by relevance

/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
DAttributedCharacterIteratorTest.java31 AttributedString attrString = new AttributedString(test); in test_current() local
32 AttributedCharacterIterator it = attrString.getIterator(); in test_current()
42 it = attrString.getIterator(null, 2, 8); in test_current()
51 AttributedString attrString = new AttributedString(test); in test_first() local
52 AttributedCharacterIterator it = attrString.getIterator(); in test_first()
54 it = attrString.getIterator(null, 0, 3); in test_first()
56 it = attrString.getIterator(null, 2, 8); in test_first()
58 it = attrString.getIterator(null, 11, 11); in test_first()
67 AttributedString attrString = new AttributedString(test); in test_getBeginIndex() local
68 AttributedCharacterIterator it = attrString.getIterator(null, 2, 6); in test_getBeginIndex()
[all …]
DAttributedStringTest.java34 AttributedString attrString = new AttributedString(test); in test_ConstructorLjava_lang_String() local
35 AttributedCharacterIterator it = attrString.getIterator(); in test_ConstructorLjava_lang_String()
/external/llvm/lib/DebugInfo/
DDWARFAbbreviationDeclaration.cpp60 const char *attrString = AttributeString(Attribute[i].getAttribute()); in dump() local
61 if (attrString) in dump()
62 OS << attrString; in dump()
DDWARFDebugInfoEntry.cpp76 const char *attrString = AttributeString(attr); in dumpAttribute() local
77 if (attrString) in dumpAttribute()
78 OS << attrString; in dumpAttribute()
/external/chromium/chrome/browser/ui/cocoa/
Dconfirm_quit_panel_controller.mm86 scoped_nsobject<NSMutableAttributedString> attrString(
93 [attrString addAttribute:NSShadowAttributeName
96 [message_ setAttributedStringValue:attrString];
/external/chromium_org/chrome/browser/ui/cocoa/
Dconfirm_quit_panel_controller.mm98 base::scoped_nsobject<NSMutableAttributedString> attrString(
105 [attrString addAttribute:NSShadowAttributeName
108 [message_ setAttributedStringValue:attrString];
/external/chromium_org/chrome/browser/ui/cocoa/browser/
Davatar_menu_bubble_controller.mm332 base::scoped_nsobject<NSAttributedString> attrString(
337 [[label textStorage] setAttributedString:attrString];
/external/chromium_org/third_party/icu/source/test/intltest/
Dnumfmtst.cpp5820 const char* attrString(int32_t);
5847 sprintf(buf, "%24s %3d %3d %3d", attrString(id), id, start, limit); in expectPositions()
5990 const char* attrString(int32_t attrId) { in attrString() function
/external/icu4c/test/intltest/
Dnumfmtst.cpp6056 const char* attrString(int32_t);
6083 sprintf(buf, "%24s %3d %3d %3d", attrString(id), id, start, limit); in expectPositions()
6226 const char* attrString(int32_t attrId) { in attrString() function
/external/clang/test/Analysis/
Dretain-release.m1024 …CFMutableAttributedStringRef attrString = CFAttributedStringCreateMutableCopy(kCFAllocatorDefault,…
1027 CFAttributedStringSetAttribute(attrString, CFRangeMake(0, 1), str, number);
1030 CFRelease(attrString);