Home | History | Annotate | Download | only in text

Lines Matching defs:PUNCTUATION

66 * <li>QUATERNARY strength: When punctuation is ignored
67 * (see <a href="http://userguide.icu-project.org/collation/concepts#TOC-Ignoring-Punctuation">
70 * be used to distinguish words with and without punctuation (for example,
74 * punctuation is required.
174 * When punctuation is ignored
175 * (see <a href="http://userguide.icu-project.org/collation/concepts#TOC-Ignoring-Punctuation">
176 * Ignoring Punctuation in the User Guide</a>) at PRIMARY to TERTIARY
178 * be used to distinguish words with and without punctuation.
274 * Characters with the punctuation property.
278 public final static int PUNCTUATION = 0x1001;
426 * are space, punctuation, symbol, currency, and digit. These special groups are represented with
1314 * @param group one of Collator.ReorderCodes.SPACE, Collator.ReorderCodes.PUNCTUATION,
1329 * <p>The base class implementation returns Collator.ReorderCodes.PUNCTUATION.
1335 return Collator.ReorderCodes.PUNCTUATION;