Home
last modified time | relevance | path

Searched refs:INPUT_METHOD_SEGMENT (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/main/java/java/text/
DAttributedCharacterIterator.java194 public static final Attribute INPUT_METHOD_SEGMENT = new Attribute("input_method_segment"); field in AttributedCharacterIterator.Attribute
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DAttributedCharacterIteratorAttributeTest.java129 Attribute inputMethodSegment = Attribute.INPUT_METHOD_SEGMENT; in test_fields()
/libcore/luni/src/test/java/libcore/java/text/
DOldAttributedCharacterIteratorTest.java86 Attribute.INPUT_METHOD_SEGMENT)); in test_getAttributeLAttributedCharacterIterator_Attribute()
DOldAttributedStringTest.java329 as.addAttribute(AttributedCharacterIterator.Attribute.INPUT_METHOD_SEGMENT, in test_addAttributeLjava_text_AttributedCharacterIterator$AttributeLjava_lang_Object()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DSerializationStressTest3.java1431 objToSave = java.text.AttributedCharacterIterator.Attribute.INPUT_METHOD_SEGMENT; in test_18_121_writeObject()
1438 … java.text.AttributedCharacterIterator.Attribute.INPUT_METHOD_SEGMENT == objLoaded); in test_18_121_writeObject()