Searched refs:alternateHandling (Results 1 – 6 of 6) sorted by relevance
790 … /*UColAttributeValue*/ int32_t alternateHandling; /* attribute for handling variable elements*/ member888 uint32_t /*UColAttributeValue*/ alternateHandling; member949 UColAttributeValue alternateHandling; /* attribute for handling variable elements*/ member
842 result->alternateHandling = (UColAttributeValue)opts->alternateHandling; in ucol_setOptionsFromHeader()4688 UBool shifted = (coll->alternateHandling == UCOL_SHIFTED); in ucol_calcSortKey()5474 uint32_t LVT = (coll->alternateHandling == UCOL_SHIFTED)?(coll->variableTopValue<<16):0; in ucol_nextSortKeyPart()6502 && coll->frenchCollation == UCOL_OFF && coll->alternateHandling == UCOL_NON_IGNORABLE) in ucol_updateInternalState()6509 && coll->alternateHandling == UCOL_NON_IGNORABLE && !coll->latinOneFailed) in ucol_updateInternalState()6657 coll->alternateHandling = UCOL_SHIFTED; in ucol_setAttribute()6660 coll->alternateHandling = UCOL_NON_IGNORABLE; in ucol_setAttribute()6664 coll->alternateHandling = (UColAttributeValue)coll->options->alternateHandling ; in ucol_setAttribute()6760 return coll->alternateHandling; in ucol_getAttribute()7224 UBool shifted = (coll->alternateHandling == UCOL_SHIFTED); in ucol_strcollRegular()
696 return coll->alternateHandlingisDefault?UCOL_DEFAULT:coll->alternateHandling; in ucol_getAttributeOrDefault()
244 opts->alternateHandling = value; in ucol_uprv_tok_setOptionInImage()
225 UColAttributeValue alternateHandling = UCOL_NON_IGNORABLE; in searchTest() local229 alternateHandling = UCOL_SHIFTED; in searchTest()295 ucol_setAttribute(collator.getAlias(), UCOL_ALTERNATE_HANDLING, alternateHandling, &status); in searchTest()563 UColAttributeValue alternateHandling = UCOL_NON_IGNORABLE; in bmSearchTest() local567 alternateHandling = UCOL_SHIFTED; in bmSearchTest()633 ucol_setAttribute(collator, UCOL_ALTERNATE_HANDLING, alternateHandling, &status); in bmSearchTest()
289 UColAttributeValue alternateHandling[] = { variable362 for(i = 0; i<sizeof(alternateHandling)/sizeof(alternateHandling[0]); i++) {363 ucol_setAttribute(coll, UCOL_ALTERNATE_HANDLING, alternateHandling[i], &status);