Lines Matching full:alternatehandling
842 result->alternateHandling = (UColAttributeValue)opts->alternateHandling;
4662 UBool shifted = (coll->alternateHandling == UCOL_SHIFTED);
5448 uint32_t LVT = (coll->alternateHandling == UCOL_SHIFTED)?(coll->variableTopValue<<16):0;
6476 && coll->frenchCollation == UCOL_OFF && coll->alternateHandling == UCOL_NON_IGNORABLE)
6483 && coll->alternateHandling == UCOL_NON_IGNORABLE && !coll->latinOneFailed)
6631 coll->alternateHandling = UCOL_SHIFTED;
6634 coll->alternateHandling = UCOL_NON_IGNORABLE;
6638 coll->alternateHandling = (UColAttributeValue)coll->options->alternateHandling ;
6734 return coll->alternateHandling;
7198 UBool shifted = (coll->alternateHandling == UCOL_SHIFTED);