Home
last modified time | relevance | path

Searched refs:quickcheck_mask (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
Dunicodedata.c746 unsigned char prev_combining = 0, quickcheck_mask; in is_normalized() local
755 quickcheck_mask = 3 << ((nfc ? 4 : 0) + (k ? 2 : 0)); in is_normalized()
764 if (quickcheck & quickcheck_mask) in is_normalized()
/external/python/cpython3/Modules/
Dunicodedata.c780 unsigned char prev_combining = 0, quickcheck_mask; in is_normalized() local
789 quickcheck_mask = 3 << ((nfc ? 4 : 0) + (k ? 2 : 0)); in is_normalized()
801 if (quickcheck & quickcheck_mask) in is_normalized()