Searched refs:caseLevel (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/third_party/icu/source/i18n/ |
D | ucol_imp.h | 780 /*UColAttributeValue*/ int32_t caseLevel; /* do we have an extra case level */ member 882 uint32_t /*UColAttributeValue*/ caseLevel; member 939 UColAttributeValue caseLevel; /* do we have an extra case level */ member
|
D | ucol.cpp | 752 result->caseLevel = (UColAttributeValue)opts->caseLevel; in ucol_setOptionsFromHeader() 4578 UBool doCase = (coll->caseLevel == UCOL_ON); in ucol_calcSortKey() 6368 if(coll->caseLevel == UCOL_ON || coll->caseFirst == UCOL_OFF) { in ucol_updateInternalState() 6393 if(coll->caseLevel == UCOL_OFF && coll->strength == UCOL_TERTIARY in ucol_updateInternalState() 6400 …if(coll->caseLevel == UCOL_OFF && coll->strength <= UCOL_TERTIARY && coll->numericCollation == UCO… in ucol_updateInternalState() 6580 coll->caseLevel = UCOL_ON; in ucol_setAttribute() 6583 coll->caseLevel = UCOL_OFF; in ucol_setAttribute() 6586 coll->caseLevel = (UColAttributeValue)coll->options->caseLevel; in ucol_setAttribute() 6656 return coll->caseLevel; in ucol_getAttribute() 7116 UBool checkCase = (coll->caseLevel == UCOL_ON); in ucol_strcollRegular()
|
D | ucol_sit.cpp | 700 return coll->caseLevelisDefault?UCOL_DEFAULT:coll->caseLevel; in ucol_getAttributeOrDefault()
|
D | ucol_tok.cpp | 250 opts->caseLevel = value; in ucol_uprv_tok_setOptionInImage()
|
/external/icu/icu4c/source/test/testdata/ |
D | collationtest.txt | 639 ** test: tertiary CEs, tertiary, caseLevel=off, caseFirst=lower 652 ** test: tertiary CEs, tertiary, caseLevel=off, caseFirst=upper 2344 % caseLevel=on
|
/external/icu/icu4c/source/test/cintltst/ |
D | cmsccoll.c | 293 UColAttributeValue caseLevel[] = { variable 365 for(j = 0; j<sizeof(caseLevel)/sizeof(caseLevel[0]); j++) { 366 ucol_setAttribute(coll, UCOL_CASE_LEVEL, caseLevel[j], &status);
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
D | cmsccoll.c | 294 UColAttributeValue caseLevel[] = { variable 366 for(j = 0; j<sizeof(caseLevel)/sizeof(caseLevel[0]); j++) { 367 ucol_setAttribute(coll, UCOL_CASE_LEVEL, caseLevel[j], &status);
|