Searched refs:LANGUAGE (Results 1 – 10 of 10) sorted by relevance
34 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 …]
284 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()
34 assertSameReserialized(AttributedCharacterIterator.Attribute.LANGUAGE); in testSerialization()
165 attr1 = AttributedCharacterIterator.Attribute.LANGUAGE; in test_readResolve()
50 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()
121 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()
159 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()
174 public static final Attribute LANGUAGE = new Attribute("language"); field in AttributedCharacterIterator.Attribute
1461 objToSave = java.text.AttributedCharacterIterator.Attribute.LANGUAGE; in test_18_122_writeObject()1468 java.text.AttributedCharacterIterator.Attribute.LANGUAGE == objLoaded); in test_18_122_writeObject()
1352 objToSave = java.text.AttributedCharacterIterator.Attribute.LANGUAGE; in test_writeObject_AttributedCharacterIterator_Attribute()