Home
last modified time | relevance | path

Searched refs:quickcheck_shift (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Modules/
Dunicodedata.c811 int quickcheck_shift = (nfc ? 4 : 0) + (k ? 2 : 0); in is_normalized_quickcheck() local
830 if (quickcheck_whole & (3 << quickcheck_shift)) in is_normalized_quickcheck()
833 switch ((quickcheck_whole >> quickcheck_shift) & 3) { in is_normalized_quickcheck()
/external/python/cpython2/Tools/unicode/
Dmakeunicodedata.py913 quickcheck_shift = qc_order.index(s[1])*2
914 quickcheck <<= quickcheck_shift
920 assert not (quickchecks[char]>>quickcheck_shift)&3
/external/python/cpython3/Tools/unicode/
Dmakeunicodedata.py1110 quickcheck_shift = qc_order.index(s[1])*2
1111 quickcheck <<= quickcheck_shift
1113 assert not (quickchecks[char]>>quickcheck_shift)&3