Home | History | Annotate | Download | only in i18n

Lines Matching refs:caseFirst

833     result->caseFirst = (UColAttributeValue)opts->caseFirst;
4897 if(coll->caseFirst == UCOL_UPPER_FIRST) {
5830 if(coll->caseFirst == UCOL_UPPER_FIRST) {
6470 if(coll->caseFirst == UCOL_UPPER_FIRST) {
6476 if(coll->caseLevel == UCOL_ON || coll->caseFirst == UCOL_OFF) {
6485 if(coll->caseFirst == UCOL_UPPER_FIRST) {
6615 UColAttributeValue oldCaseFirst = coll->caseFirst;
6671 coll->caseFirst = UCOL_LOWER_FIRST;
6674 coll->caseFirst = UCOL_UPPER_FIRST;
6677 coll->caseFirst = UCOL_OFF;
6680 coll->caseFirst = (UColAttributeValue)coll->options->caseFirst;
6734 if(oldFrench != coll->frenchCollation || oldCaseFirst != coll->caseFirst) {
6762 return coll->caseFirst;