Searched defs:wasShifted (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/i18n/
H A Ducol.cpp4331 UBool wasShifted = FALSE; local
4365 || (!notIsContinuation && wasShifted)))
4366 || (wasShifted && primary1 == 0)) { /* amendment to the UCA says that primary ignorables */
4382 wasShifted = TRUE;
4384 wasShifted = FALSE;
4760 UBool wasShifted = FALSE; local
4799 || (!notIsContinuation && wasShifted)))
4800 || (wasShifted && primary1 == 0)) /* amendment to the UCA says that primary ignorables */
4825 wasShifted = TRUE;
4827 wasShifted
5636 isShiftedCE(uint32_t CE, uint32_t LVT, UBool *wasShifted) argument
5782 UBool wasShifted = ((state[1] >> UCOL_PSK_WAS_SHIFTED_SHIFT) & UCOL_PSK_WAS_SHIFTED_MASK)?TRUE:FALSE; local
[all...]

Completed in 368 milliseconds