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

/libcore/ojluni/src/main/java/java/text/
H A DAttributedCharacterIterator.java194 public static final Attribute INPUT_METHOD_SEGMENT = new Attribute("input_method_segment"); field in class:AttributedCharacterIterator.Attribute
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
H A DAttributedCharacterIteratorAttributeTest.java121 * java.text.AttributedCharacterIterator$Attribute#INPUT_METHOD_SEGMENT
129 Attribute inputMethodSegment = Attribute.INPUT_METHOD_SEGMENT;
/libcore/luni/src/test/java/libcore/java/text/
H A DOldAttributedCharacterIteratorTest.java86 Attribute.INPUT_METHOD_SEGMENT));
H A DOldAttributedStringTest.java332 as.addAttribute(AttributedCharacterIterator.Attribute.INPUT_METHOD_SEGMENT,
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
H A DSerializationStressTest3.java1431 objToSave = java.text.AttributedCharacterIterator.Attribute.INPUT_METHOD_SEGMENT;
1438 java.text.AttributedCharacterIterator.Attribute.INPUT_METHOD_SEGMENT == objLoaded);

Completed in 177 milliseconds