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

12345

/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 public StringCharacterIterator(String text) argument
65 this(text, 0);
71 * @param text The String to be iterated over
74 public StringCharacterIterator(String text, int pos) argument
76 this(text, 0, text.length(), pos);
83 * @param text The String to be iterated over
88 public StringCharacterIterator(String text, in argument
113 setText(String text) argument
[all...]
/libcore/ojluni/src/main/java/java/text/spi/
H A DCollatorProvider.java26 package java.text.spi;
28 import java.text.Collator;
35 * {@link java.text.Collator Collator} class.
58 * @see java.text.Collator#getInstance(java.util.Locale)
H A DDateFormatSymbolsProvider.java26 package java.text.spi;
28 import java.text.DateFormatSymbols;
35 * {@link java.text.DateFormatSymbols DateFormatSymbols} class.
59 * @see java.text.DateFormatSymbols#getInstance(java.util.Locale)
H A DDecimalFormatSymbolsProvider.java26 package java.text.spi;
28 import java.text.DecimalFormatSymbols;
35 * {@link java.text.DecimalFormatSymbols DecimalFormatSymbols} class.
59 * @see java.text.DecimalFormatSymbols#getInstance(java.util.Locale)
H A DBreakIteratorProvider.java26 package java.text.spi;
28 import java.text.BreakIterator;
35 * {@link java.text.BreakIterator BreakIterator} class.
59 * @see java.text.BreakIterator#getWordInstance(java.util.Locale)
74 * @see java.text.BreakIterator#getLineInstance(java.util.Locale)
89 * @see java.text.BreakIterator#getCharacterInstance(java.util.Locale)
104 * @see java.text.BreakIterator#getSentenceInstance(java.util.Locale)
H A DNumberFormatProvider.java26 package java.text.spi;
28 import java.text.NumberFormat;
35 * {@link java.text.NumberFormat NumberFormat} class.
59 * @see java.text.NumberFormat#getCurrencyInstance(java.util.Locale)
71 * java.text.NumberFormat#isParseIntegerOnly isParseIntegerOnly}).
80 * @see java.text.NumberFormat#getIntegerInstance(java.util.Locale)
95 * @see java.text.NumberFormat#getNumberInstance(java.util.Locale)
110 * @see java.text.NumberFormat#getPercentInstance(java.util.Locale)
/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;
19 import java.text.DateFormat;
20 import java.text.ParseException;
26 * @tests java.text.ParseException#ParseException(java.lang.String, int)
39 * @tests java.text.ParseException#getErrorOffset()
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...]

Completed in 246 milliseconds

12345