Home | History | Annotate | Download | only in text

Lines Matching defs:PUNCTUATION

67 * <li>QUATERNARY strength: When punctuation is ignored
68 * (see <a href="http://userguide.icu-project.org/collation/concepts#TOC-Ignoring-Punctuation">
71 * be used to distinguish words with and without punctuation (for example,
75 * punctuation is required.
171 * When punctuation is ignored
172 * (see <a href="http://userguide.icu-project.org/collation/concepts#TOC-Ignoring-Punctuation">
173 * Ignoring Punctuation in the User Guide</a>) at PRIMARY to TERTIARY
175 * be used to distinguish words with and without punctuation.
260 * Characters with the punctuation property.
263 public final static int PUNCTUATION = 0x1001;
406 * are space, punctuation, symbol, currency, and digit. These special groups are represented with
1262 * @param group one of Collator.ReorderCodes.SPACE, Collator.ReorderCodes.PUNCTUATION,
1276 * <p>The base class implementation returns Collator.ReorderCodes.PUNCTUATION.
1281 return Collator.ReorderCodes.PUNCTUATION;