Home | History | Annotate | Download | only in i18n

Lines Matching refs:caseFirst

808     result->caseFirst = (UColAttributeValue)opts->caseFirst;
4829 if(coll->caseFirst == UCOL_UPPER_FIRST) {
5754 if(coll->caseFirst == UCOL_UPPER_FIRST) {
6393 if(coll->caseFirst == UCOL_UPPER_FIRST) {
6399 if(coll->caseLevel == UCOL_ON || coll->caseFirst == UCOL_OFF) {
6408 if(coll->caseFirst == UCOL_UPPER_FIRST) {
6525 UColAttributeValue oldCaseFirst = coll->caseFirst;
6585 coll->caseFirst = UCOL_LOWER_FIRST;
6588 coll->caseFirst = UCOL_UPPER_FIRST;
6591 coll->caseFirst = UCOL_OFF;
6594 coll->caseFirst = (UColAttributeValue)coll->options->caseFirst;
6648 if(oldFrench != coll->frenchCollation || oldCaseFirst != coll->caseFirst) {
6671 return coll->caseFirst;