Home | History | Annotate | Download | only in i18n

Lines Matching refs:caseFirst

762     result->caseFirst = (UColAttributeValue)opts->caseFirst;
4918 if(coll->caseFirst == UCOL_UPPER_FIRST) {
6178 if(coll->caseFirst == UCOL_UPPER_FIRST) {
6817 if(coll->caseFirst == UCOL_UPPER_FIRST) {
6823 if(coll->caseLevel == UCOL_ON || coll->caseFirst == UCOL_OFF) {
6832 if(coll->caseFirst == UCOL_UPPER_FIRST) {
6948 UColAttributeValue oldCaseFirst = coll->caseFirst;
7008 coll->caseFirst = UCOL_LOWER_FIRST;
7011 coll->caseFirst = UCOL_UPPER_FIRST;
7014 coll->caseFirst = UCOL_OFF;
7017 coll->caseFirst = (UColAttributeValue)coll->options->caseFirst;
7071 if(oldFrench != coll->frenchCollation || oldCaseFirst != coll->caseFirst) {
7094 return coll->caseFirst;