Home | History | Annotate | Download | only in i18n

Lines Matching refs:UCOL_PSK_USED_FRENCH_SHIFT

5665     UCOL_PSK_USED_FRENCH_SHIFT = 5,/** how many French bytes have we already written */
5761 int32_t usedFrench = (state[1] >> UCOL_PSK_USED_FRENCH_SHIFT) & UCOL_PSK_USED_FRENCH_MASK;
6462 state[1] |= ((usedFrench & UCOL_PSK_USED_FRENCH_MASK) << UCOL_PSK_USED_FRENCH_SHIFT);