Searched defs:text (Results 201 - 225 of 881) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/sun/text/resources/
H A DFormatData_th_TH_TH.java29 package sun.text.resources;
H A DFormatData_tr.java41 package sun.text.resources;
H A DFormatData_tr_TR.java41 package sun.text.resources;
H A DFormatData_uk.java41 package sun.text.resources;
H A DFormatData_uk_UA.java41 package sun.text.resources;
H A DFormatData_vi.java43 package sun.text.resources;
H A DFormatData_vi_VN.java43 package sun.text.resources;
H A DFormatData_zh.java41 package sun.text.resources;
H A DFormatData_zh_CN.java41 package sun.text.resources;
H A DFormatData_zh_HK.java41 package sun.text.resources;
H A DFormatData_zh_SG.java43 package sun.text.resources;
H A DFormatData_zh_TW.java41 package sun.text.resources;
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DBadLocationException.java25 package javax.swing.text;
H A DTabExpander.java25 package javax.swing.text;
41 * @param tabOffset the position within the text stream
H A DViewFactory.java25 package javax.swing.text;
/openjdk7/jdk/src/share/classes/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
/openjdk7/jdk/src/share/classes/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)
/openjdk7/jdk/src/share/classes/com/sun/beans/editors/
H A DDoubleEditor.java37 public void setAsText(String text) throws IllegalArgumentException { argument
38 setValue((text == null) ? null : Double.valueOf(text));
H A DIntegerEditor.java38 public void setAsText(String text) throws IllegalArgumentException { argument
39 setValue((text == null) ? null : Integer.decode(text));
/openjdk7/jdk/test/java/awt/font/TextLayout/
H A DCombiningPerf.java27 * @summary ensure that ascii, and latin-1 text without combining marks, both layout faster
28 * than latin-1 text with combining marks. The presumption is then that the canonical
78 private static long test(String text) { argument
81 TextLayout tl = new TextLayout(text, font, frc);

Completed in 110 milliseconds

1234567891011>>