Searched defs:text (Results 1 - 25 of 151) sorted by relevance

1234567

/libcore/luni/src/test/java/libcore/java/text/
H A DNormalizerTest.java17 package libcore.java.text;
19 import java.text.Normalizer;
H A DOldParsePositionTest.java17 package libcore.java.text;
19 import java.text.ParsePosition;
26 // Test for method int java.text.ParsePosition.hashCode()
37 // Test for method int java.text.ParsePosition.getErrorIndex()
H A DAttributedCharacterIteratorAttributeTest.java17 package libcore.java.text;
21 import java.text.AttributedCharacterIterator;
22 import java.text.DateFormat;
23 import java.text.NumberFormat;
H A DDateFormatTest.java17 package libcore.java.text;
21 import java.text.DateFormat;
22 import java.text.SimpleDateFormat;
H A DOldCollationKeyTest.java17 package libcore.java.text;
19 import java.text.CollationKey;
20 import java.text.Collator;
21 import java.text.ParseException;
22 import java.text.RuleBasedCollator;
28 // Test for method byte [] java.text.CollationKey.toByteArray()
H A DOldDecimalFormatTestICU.java17 package libcore.java.text;
19 import java.text.DecimalFormat;
20 import java.text.NumberFormat;
H A DOldFormatFieldTest.java18 package libcore.java.text;
20 import java.text.Format;
H A DOldMessageFormatFieldTest.java17 package libcore.java.text;
25 import java.text.MessageFormat;
/libcore/ojluni/src/main/java/java/text/
H A DAnnotation.java26 package java.text;
29 * An Annotation object is used as a wrapper for a text attribute value if
32 * <li>The text range that the attribute is applied to is critical to the
34 * of the text range that it applies to, and, if two adjacent text ranges have
37 * <li>The attribute or its value usually do no longer apply if the underlying text is
44 * When the text is changed, the grammatical information typically becomes invalid.
49 * adjacent text runs don't get merged even if the attribute values are equal,
50 * and indicates to text containers that the attribute should be discarded if
51 * the underlying text i
[all...]
H A DDontCareFieldPosition.java26 package java.text;
H A DEntryPair.java39 package java.text;
H A DParseException.java39 package java.text;
45 * @see java.text.Format
46 * @see java.text.FieldPosition
H A DCollationKey.java39 package java.text;
109 * @see java.text.Collator#compare
H A DIcuIteratorWrapper.java42 package java.text;
69 * iterator uses a longest-possible-match algorithm when matching text to regular
109 * before the *?.&nbsp; For example, if you have &quot;xxyxyyyxyxyxxyxyxyy&quot; in the text,
121 * <td width="94%">Specifies where the break position should go if text matches this
126 * break position at the end of the matching text.</td>
153 * the corresponding character(s) in the text exactly.</td>
212 private android.icu.text.BreakIterator wrapped;
218 IcuIteratorWrapper(android.icu.text.BreakIterator iterator) {
230 result.wrapped = (android.icu.text.BreakIterator) wrapped.clone();
236 * rules, and iterate over the same text
320 checkOffset(int offset, CharacterIterator text) argument
[all...]
H A DStringCharacterIterator.java41 package java.text;
54 private String text; field in class:StringCharacterIterator
63 * @param text the {@code String} to be iterated over
65 public StringCharacterIterator(String text) argument
67 this(text, 0);
73 * @param text The String to be iterated over
76 public StringCharacterIterator(String text, int pos) argument
78 this(text, 0, text.length(), pos);
85 * @param text Th
90 StringCharacterIterator(String text, int begin, int end, int pos) argument
115 setText(String text) argument
[all...]
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
H A DAnnotationTest.java18 package org.apache.harmony.tests.java.text;
20 import java.text.Annotation;
41 "java.text.Annotation[value=HelloWorld]",ant.toString());
H A DParseExceptionTest.java17 package org.apache.harmony.tests.java.text;
21 import java.text.DateFormat;
22 import java.text.ParseException;
28 * @tests java.text.ParseException#ParseException(java.lang.String, int)
41 * @tests java.text.ParseException#getErrorOffset()
54 "/serialization/org/apache/harmony/tests/java/text/ParseException.ser");
H A DSupport_Format.java18 package org.apache.harmony.tests.java.text;
20 import java.text.AttributedCharacterIterator;
21 import java.text.FieldPosition;
22 import java.text.Format;
23 import java.text.AttributedCharacterIterator.Attribute;
31 protected String text; field in class:Support_Format
38 String text, Format.Field field, int begin, int end) {
46 if (text == null) {
47 assertEquals("Test " + count + ": incorrect formatted text", this.text, buffe
37 t_FormatWithField(int count, Format format, Object object, String text, Format.Field field, int begin, int end) argument
[all...]
H A DAttributedCharacterIteratorAttributeTest.java18 package org.apache.harmony.tests.java.text;
20 import java.text.AttributedCharacterIterator;
21 import java.text.AttributedCharacterIterator.Attribute;
29 import java.text.Annotation;
34 * @tests java.text.AttributedCharacterIterator$Attribute()
46 * @tests java.text.AttributedCharacterIterator.Attribute#equals(Object)
67 * @tests java.text.AttributedCharacterIterator$Attribute#readResolve()
119 * @tests java.text.AttributedCharacterIterator$Attribute#LANGUAGE
120 * java.text.AttributedCharacterIterator$Attribute#READING
121 * java.text
[all...]
H A DCollationKeyTest.java17 package org.apache.harmony.tests.java.text;
19 import java.text.CollationKey;
20 import java.text.Collator;
21 import java.text.ParseException;
22 import java.text.RuleBasedCollator;
28 * @tests java.text.CollationKey#compareTo(java.text.CollationKey)
39 * @tests java.text.CollationKey#compareTo(java.lang.Object)
43 // java.text.CollationKey.compareTo(java.lang.Object)
52 * @tests java.text
[all...]
H A DLoadLocaleProviderTestHelper.java18 package org.apache.harmony.tests.java.text;
H A DMessageFormatFieldTest.java17 package org.apache.harmony.tests.java.text;
21 * @tests java.text.MessageFormat$Field#Field(java.lang.String)
28 * @tests java.text.MessageFormat$Field#readResolve()
H A DNormalizerTest.java18 package org.apache.harmony.tests.java.text;
20 import java.text.Normalizer;
21 import java.text.Normalizer.Form;
27 * @tests java.text.Normalizer.Form#values()
39 * @tests java.text.Normalizer.Form#valueOf(String)
77 * @tests java.text.Normalizer#isNormalized(CharSequence, Form)
112 * @tests java.text.Normalizer#isNormalized(CharSequence, Form)
131 * @tests java.text.Normalizer#normalize(CharSequence, Form)
166 * @tests java.text.Normalizer#normalize(CharSequence, Form)
H A DNumberFormatFieldTest.java17 package org.apache.harmony.tests.java.text;
21 * @tests java.text.NumberFormat$Field#Field(java.lang.String)
28 * @tests java.text.NumberFormat$Field#readResolve()
H A DSupport_MessageFormat.java18 package org.apache.harmony.tests.java.text;
20 import java.text.DateFormat;
21 import java.text.MessageFormat;
22 import java.text.NumberFormat;
23 import java.text.MessageFormat.Field;
58 super.text = "On Feb 28, 2005 at 2:20:16 PM, he ate 8 hamburgers and drank 3.5 liters of coke. That was more than enough food!";
63 // test other format fields that are included in the formatted text
69 // test fields that are not included in the formatted text

Completed in 187 milliseconds

1234567