Home | History | Annotate | Download | only in text

Lines Matching defs:getRawCollationKey

1052      * @see #getRawCollationKey
1070 buffer.rawCollationKey = getRawCollationKey(source, buffer.rawCollationKey, buffer);
1089 public RawCollationKey getRawCollationKey(String source, RawCollationKey key) {
1096 return getRawCollationKey(source, key, buffer);
1138 private RawCollationKey getRawCollationKey(CharSequence source, RawCollationKey key, CollationBuffer buffer) {
1466 * RuleBasedCollator.getRawCollationKey. Internal byte representation can be directly accessed via RawCollationKey