Home
last modified time | relevance | path

Searched refs:quickcheck_shift (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Tools/unicode/
H A Dmakeunicodedata.py1110 quickcheck_shift = qc_order.index(s[1])*2
1111 quickcheck <<= quickcheck_shift
1113 assert not (quickchecks[char]>>quickcheck_shift)&3
/third_party/python/Modules/
H A Dunicodedata.c819 int quickcheck_shift = (nfc ? 4 : 0) + (k ? 2 : 0); in is_normalized_quickcheck() local
838 if (quickcheck_whole & (3 << quickcheck_shift)) in is_normalized_quickcheck()
841 switch ((quickcheck_whole >> quickcheck_shift) & 3) { in is_normalized_quickcheck()

Completed in 4 milliseconds