Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/text/
DOldAttributedCharacterIteratorTest.java34 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE, "a", 2, in test_getRunLimitLSet()
39 attr.add(AttributedCharacterIterator.Attribute.LANGUAGE); in test_getRunLimitLSet()
44 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE, null, in test_getRunLimitLSet()
64 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE, in test_getAllAttributeKeys()
71 assertEquals(AttributedCharacterIterator.Attribute.LANGUAGE, attr); in test_getAllAttributeKeys()
78 it.getAttribute(AttributedCharacterIterator.Attribute.LANGUAGE); in test_getAttributeLAttributedCharacterIterator_Attribute()
94 attributes.get(AttributedCharacterIterator.Attribute.LANGUAGE)); in test_getAttributes()
119 AttributedCharacterIterator.Attribute.LANGUAGE)); in test_getRunLimitLAttribute()
122 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE, in test_getRunLimitLAttribute()
129 AttributedCharacterIterator.Attribute.LANGUAGE)); in test_getRunLimitLAttribute()
[all …]
DOldAttributedStringTest.java284 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE, "a", 2, in test_addAttributeLjava_text_AttributedCharacterIterator$AttributeLjava_lang_ObjectII()
288 .getRunLimit(AttributedCharacterIterator.Attribute.LANGUAGE)); in test_addAttributeLjava_text_AttributedCharacterIterator$AttributeLjava_lang_ObjectII()
291 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE, null, in test_addAttributeLjava_text_AttributedCharacterIterator$AttributeLjava_lang_ObjectII()
295 .getRunLimit(AttributedCharacterIterator.Attribute.LANGUAGE)); in test_addAttributeLjava_text_AttributedCharacterIterator$AttributeLjava_lang_ObjectII()
299 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE, in test_addAttributeLjava_text_AttributedCharacterIterator$AttributeLjava_lang_ObjectII()
331 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE, "english"); in test_addAttributeLjava_text_AttributedCharacterIterator$AttributeLjava_lang_Object()
DAttributedCharacterIteratorAttributeTest.java34 assertSameReserialized(AttributedCharacterIterator.Attribute.LANGUAGE); in testSerialization()
DOldAttributedCharacterIteratorAttributeTest.java165 attr1 = AttributedCharacterIterator.Attribute.LANGUAGE; in test_readResolve()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DAttributedCharacterIteratorAttributeTest.java50 assertTrue(Attribute.LANGUAGE.equals(Attribute.LANGUAGE)); in test_equals()
52 assertFalse(Attribute.LANGUAGE.equals(Attribute.READING)); in test_equals()
82 dattribute = AttributedCharacterIterator.Attribute.LANGUAGE; in test_readResolve()
127 Attribute language = Attribute.LANGUAGE; in test_fields()
DAttributedStringTest.java121 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE, "a", 2, in test_addAttributeLjava_text_AttributedCharacterIterator$AttributeLjava_lang_ObjectII()
125 .getRunLimit(AttributedCharacterIterator.Attribute.LANGUAGE)); in test_addAttributeLjava_text_AttributedCharacterIterator$AttributeLjava_lang_ObjectII()
128 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE, null, in test_addAttributeLjava_text_AttributedCharacterIterator$AttributeLjava_lang_ObjectII()
132 .getRunLimit(AttributedCharacterIterator.Attribute.LANGUAGE)); in test_addAttributeLjava_text_AttributedCharacterIterator$AttributeLjava_lang_ObjectII()
136 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE, in test_addAttributeLjava_text_AttributedCharacterIterator$AttributeLjava_lang_ObjectII()
DAttributedCharacterIteratorTest.java159 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE, "a", 2, in test_getRunLimitLjava_text_AttributedCharacterIterator$Attribute()
163 2, it.getRunLimit(AttributedCharacterIterator.Attribute.LANGUAGE)); in test_getRunLimitLjava_text_AttributedCharacterIterator$Attribute()
166 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE, null, in test_getRunLimitLjava_text_AttributedCharacterIterator$Attribute()
170 4, it.getRunLimit(AttributedCharacterIterator.Attribute.LANGUAGE)); in test_getRunLimitLjava_text_AttributedCharacterIterator$Attribute()
/libcore/ojluni/src/main/java/java/text/
DAttributedCharacterIterator.java174 public static final Attribute LANGUAGE = new Attribute("language"); field in AttributedCharacterIterator.Attribute
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DSerializationStressTest3.java1461 objToSave = java.text.AttributedCharacterIterator.Attribute.LANGUAGE; in test_18_122_writeObject()
1468 java.text.AttributedCharacterIterator.Attribute.LANGUAGE == objLoaded); in test_18_122_writeObject()
DSerializationStressTest4.java1352 objToSave = java.text.AttributedCharacterIterator.Attribute.LANGUAGE; in test_writeObject_AttributedCharacterIterator_Attribute()