Home | History | Annotate | Download | only in i18n

Lines Matching refs:alternateHandling

817     result->alternateHandling = (UColAttributeValue)opts->alternateHandling;
4620 UBool shifted = (coll->alternateHandling == UCOL_SHIFTED);
5398 uint32_t LVT = (coll->alternateHandling == UCOL_SHIFTED)?(coll->variableTopValue<<16):0;
6425 && coll->frenchCollation == UCOL_OFF && coll->alternateHandling == UCOL_NON_IGNORABLE)
6432 && coll->alternateHandling == UCOL_NON_IGNORABLE && !coll->latinOneFailed)
6571 coll->alternateHandling = UCOL_SHIFTED;
6574 coll->alternateHandling = UCOL_NON_IGNORABLE;
6578 coll->alternateHandling = (UColAttributeValue)coll->options->alternateHandling ;
6669 return coll->alternateHandling;
7120 UBool shifted = (coll->alternateHandling == UCOL_SHIFTED);