Home
last modified time | relevance | path

Searched refs:caseFirst (Results 1 – 7 of 7) sorted by relevance

/external/icu4c/data/coll/
Dmt.txt17 " [caseFirst upper ]"
Dda.txt74 " [caseFirst upper ]"
/external/icu4c/i18n/
Ducol_imp.h811 … /*UColAttributeValue*/ int32_t caseFirst; /* who goes first, lower case or uppercase */ member
951 uint32_t /*UColAttributeValue*/ caseFirst; member
1017 UColAttributeValue caseFirst; /* who goes first, lower case or uppercase */ member
Ducol.cpp808 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 …]
Ducol_sit.cpp657 return coll->caseFirstisDefault?UCOL_DEFAULT:coll->caseFirst; in ucol_getAttributeOrDefault()
Ducol_tok.cpp253 opts->caseFirst = value; in ucol_uprv_tok_setOptionInImage()
/external/icu4c/test/cintltst/
Dcmsccoll.c281 UColAttributeValue caseFirst[] = { variable
357 for(h = 0; h<sizeof(caseFirst)/sizeof(caseFirst[0]); h++) {
358 ucol_setAttribute(coll, UCOL_CASE_FIRST, caseFirst[i], &status);