Home | History | Annotate | Download | only in i18n

Lines Matching refs:UCA

461     // we'll end up with an UCA version, locale and a bunch of
524 // we'll end up with an UCA version, locale and a bunch of
842 * both the UCA contractions and the contractions defined by the collator
859 * both the UCA expansions and the expansions defined by the tailoring
891 ucol_tok_initTokenList(&src, rules, rulesLen, coll->UCA,
896 // Add the UCA contractions
897 c.coll = coll->UCA;
898 utrie_enum(&coll->UCA->mapping, NULL, _processSpecials, &c);