Home | History | Annotate | Download | only in i18n

Lines Matching full:casefirst

833     result->caseFirst = (UColAttributeValue)opts->caseFirst;
4871 if(coll->caseFirst == UCOL_UPPER_FIRST) {
5804 if(coll->caseFirst == UCOL_UPPER_FIRST) {
6444 if(coll->caseFirst == UCOL_UPPER_FIRST) {
6450 if(coll->caseLevel == UCOL_ON || coll->caseFirst == UCOL_OFF) {
6459 if(coll->caseFirst == UCOL_UPPER_FIRST) {
6589 UColAttributeValue oldCaseFirst = coll->caseFirst;
6645 coll->caseFirst = UCOL_LOWER_FIRST;
6648 coll->caseFirst = UCOL_UPPER_FIRST;
6651 coll->caseFirst = UCOL_OFF;
6654 coll->caseFirst = (UColAttributeValue)coll->options->caseFirst;
6708 if(oldFrench != coll->frenchCollation || oldCaseFirst != coll->caseFirst) {
6736 return coll->caseFirst;