Searched refs:caseFirst (Results 1 – 7 of 7) sorted by relevance
17 " [caseFirst upper ]"
74 " [caseFirst upper ]"
811 … /*UColAttributeValue*/ int32_t caseFirst; /* who goes first, lower case or uppercase */ member951 uint32_t /*UColAttributeValue*/ caseFirst; member1017 UColAttributeValue caseFirst; /* who goes first, lower case or uppercase */ member
808 result->caseFirst = (UColAttributeValue)opts->caseFirst; in ucol_setOptionsFromHeader()4829 if(coll->caseFirst == UCOL_UPPER_FIRST) { in ucol_calcSortKey()5754 if(coll->caseFirst == UCOL_UPPER_FIRST) { in ucol_nextSortKeyPart()6393 if(coll->caseFirst == UCOL_UPPER_FIRST) { in ucol_updateInternalState()6399 if(coll->caseLevel == UCOL_ON || coll->caseFirst == UCOL_OFF) { in ucol_updateInternalState()6408 if(coll->caseFirst == UCOL_UPPER_FIRST) { in ucol_updateInternalState()6525 UColAttributeValue oldCaseFirst = coll->caseFirst; in ucol_setAttribute()6585 coll->caseFirst = UCOL_LOWER_FIRST; in ucol_setAttribute()6588 coll->caseFirst = UCOL_UPPER_FIRST; in ucol_setAttribute()6591 coll->caseFirst = UCOL_OFF; in ucol_setAttribute()[all …]
657 return coll->caseFirstisDefault?UCOL_DEFAULT:coll->caseFirst; in ucol_getAttributeOrDefault()
253 opts->caseFirst = value; in ucol_uprv_tok_setOptionInImage()
281 UColAttributeValue caseFirst[] = { variable357 for(h = 0; h<sizeof(caseFirst)/sizeof(caseFirst[0]); h++) {358 ucol_setAttribute(coll, UCOL_CASE_FIRST, caseFirst[i], &status);