OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UCA2
(Results
1 - 2
of
2
) sorted by null
/external/cldr/tools/java/org/unicode/cldr/tool/
GenerateSidewaysView.java
140
RuleBasedCollator
UCA2
= (RuleBasedCollator) Collator.getInstance(ULocale.ROOT);
141
UCA2
.setNumericCollation(true);
142
UCA2
.setStrength(Collator.IDENTICAL);
143
UCA = new org.unicode.cldr.util.MultiComparator(
UCA2
, new UTF16.StringComparator(true, false, 0));
313
// RuleBasedCollator
UCA2
= (RuleBasedCollator) Collator.getInstance(ULocale.ROOT);
314
//
UCA2
.setNumericCollation(true);
315
//
UCA2
.setStrength(
UCA2
.IDENTICAL);
316
// UCA = new CollectionUtilities.MultiComparator(
UCA2
, new UTF16.StringComparator(true, false, 0) );
[
all
...]
GenerateTransformCharts.java
477
RuleBasedCollator
UCA2
= (RuleBasedCollator) Collator.getInstance(ULocale.ROOT);
478
UCA2
.setNumericCollation(true);
479
UCA2
.setStrength(Collator.IDENTICAL);
480
UCA = new org.unicode.cldr.util.MultiComparator(
UCA2
, new UTF16.StringComparator(true, false, 0));
[
all
...]
Completed in 3497 milliseconds