Searched refs:simpleKeyLengthEstimate (Results 1 – 1 of 1) sorted by relevance
1157 key = new RawCollationKey(simpleKeyLengthEstimate(source)); in getRawCollationKey()1159 key.bytes = new byte[simpleKeyLengthEstimate(source)]; in getRawCollationKey()1167 private int simpleKeyLengthEstimate(CharSequence source) { in simpleKeyLengthEstimate() method in RuleBasedCollator