HomeSort by relevance Sort by last modified time
    Searched defs:AttributedString (Results 1 - 14 of 14) sorted by null

  /external/webkit/Source/WebKit2/Shared/mac/
AttributedString.h 40 struct AttributedString {
42 static bool decode(CoreIPC::ArgumentDecoder*, AttributedString&);
  /external/chromium/base/mac/
mac_util.h 160 CF_TO_NS_MUTABLE_CAST_DECL(AttributedString);
  /libcore/luni/src/main/java/java/text/
AttributedString.java 35 public class AttributedString {
59 private AttributedString attrString;
63 AttributedIterator(AttributedString attrString) {
70 AttributedIterator(AttributedString attrString,
178 * Returns a set of attributes present in the {@code AttributedString}.
381 * Constructs an {@code AttributedString} from an {@code
388 public AttributedString(AttributedCharacterIterator iterator) {
422 private AttributedString(AttributedCharacterIterator iterator, int start,
463 * Constructs an {@code AttributedString} from a range of the text contained
480 public AttributedString(AttributedCharacterIterator iterator, int start
    [all...]
  /libcore/luni/src/test/java/libcore/java/text/
OldAttributedStringTest.java 20 import java.text.AttributedString;
30 static void assertEqualString (String msg, String expected, AttributedString attrString) {
42 AttributedString attrString = new AttributedString(testString);
44 AttributedString attrString2 = new AttributedString(iter);
50 AttributedString attrString = new AttributedString(testString);
52 AttributedString attrString2 = new AttributedString(iter, 2, 7)
    [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 148 milliseconds