Home | History | Annotate | Download | only in i18n

Lines Matching refs:numericCollation

773     result->numericCollation = (UColAttributeValue)opts->numericCollation;
2964 if (source->coll->numericCollation == UCOL_ON){
3690 if (source->coll->numericCollation == UCOL_ON){
6855 if(coll->caseLevel == UCOL_OFF && coll->strength <= UCOL_TERTIARY && coll->numericCollation == UCOL_OFF
6952 coll->numericCollation = UCOL_ON;
6955 coll->numericCollation = UCOL_OFF;
6959 coll->numericCollation = (UColAttributeValue)coll->options->numericCollation;
7086 return coll->numericCollation;