Searched defs:PRIMARY (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/text/
H A DCollator.java88 * comparisons. Four strengths are provided: <code>PRIMARY</code>,
98 * //Get the Collator for US English and set its strength to PRIMARY
100 * usCollator.setStrength(Collator.PRIMARY);
132 * Collator strength value. When set, only PRIMARY differences are
135 * different base letters ("a" vs "b") to be considered a PRIMARY difference.
139 public final static int PRIMARY = 0; field in class:Collator
165 * PRIMARY, SECONDARY, and TERTIARY levels but different at the IDENTICAL
363 * @see java.text.Collator#PRIMARY
379 * @see java.text.Collator#PRIMARY
384 * PRIMARY, SECONDAR
[all...]
/openjdk7/hotspot/src/share/vm/adlc/
H A Dformssel.hpp404 PRIMARY = 1, enumerator in enum:InstructForm::Opcode::opcode_type

Completed in 49 milliseconds