Ejemplo n.º 1
0
 public void init()
 {
     UCA      = (RuleBasedCollator)Collator.GetInstance(ULocale.ROOT);
     comparer = new UTF16.StringComparer(true, false, UTF16.StringComparer.FOLD_CASE_DEFAULT);
 }
Ejemplo n.º 2
0
 public void init()
 {
     UCA      = (RuleBasedCollator)Collator.GetInstance(ULocale.ROOT);
     comparer = new UTF16.StringComparer(true, false, UTF16.StringComparer.FoldCaseDefault);
 }
Ejemplo n.º 3
0
 public void init()
 {
     UCA      = (RuleBasedCollator)Collator.GetInstance(UCultureInfo.InvariantCulture);
     comparer = new UTF16.StringComparer(true, false, UTF16.StringComparer.FoldCaseDefault);
 }