OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AttributedString
(Results
1 - 21
of
21
) sorted by null
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
AttributedCharacterIteratorTest.java
21
import java.text.
AttributedString
;
31
AttributedString
attrString = new
AttributedString
(test);
51
AttributedString
attrString = new
AttributedString
(test);
67
AttributedString
attrString = new
AttributedString
(test);
77
AttributedString
attrString = new
AttributedString
(test);
87
AttributedString
attrString = new AttributedString(test)
[
all
...]
AttributedStringTest.java
20
import java.text.
AttributedString
;
30
* @tests java.text.
AttributedString
#
AttributedString
(java.lang.String)
34
AttributedString
attrString = new
AttributedString
(test);
45
* @tests java.text.
AttributedString
#
AttributedString
(AttributedCharacterIterator)
49
assertNotNull(new
AttributedString
(new testAttributedCharacterIterator()));
52
* @tests java.text.
AttributedString
#
AttributedString
(AttributedCharacterIterator, int, int
[
all
...]
BidiTest.java
20
import java.text.
AttributedString
;
[
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
...]
OldAttributedCharacterIteratorTest.java
21
import java.text.
AttributedString
;
33
AttributedString
as = new
AttributedString
("test");
43
as = new
AttributedString
("test");
56
AttributedString
as = new
AttributedString
("test");
98
AttributedString
as = new
AttributedString
("test");
106
AttributedString
as = new
AttributedString
("");
[
all
...]
/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
...]
Format.java
136
return new
AttributedString
(format(object)).getIterator();
MessageFormat.java
518
// create an
AttributedString
with the formatted buffer
519
AttributedString
as = new
AttributedString
(buffer.toString());
521
// add MessageFormat field attributes and values to the
AttributedString
526
// return the CharacterIterator from
AttributedString
[
all
...]
SimpleDateFormat.java
476
// create and
AttributedString
with the formatted buffer
477
AttributedString
as = new
AttributedString
(buffer.toString());
479
// add DateFormat field attributes to the
AttributedString
485
// return the CharacterIterator from
AttributedString
[
all
...]
/external/chromium/base/mac/
mac_util.h
160
CF_TO_NS_MUTABLE_CAST_DECL(
AttributedString
);
/libcore/luni/src/main/java/libcore/icu/
NativeDecimalFormat.java
23
import java.text.
AttributedString
;
302
AttributedString
as = new
AttributedString
(text);
309
// return the CharacterIterator from
AttributedString
/external/chromium_org/base/mac/
foundation_util.h
215
CF_TO_NS_MUTABLE_CAST_DECL(
AttributedString
);
/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
Completed in 228 milliseconds