Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dunicodedata.c30 const unsigned char normalization_quick_check; /* see is_normalized() */ member
762 unsigned char quickcheck = record->normalization_quick_check; in is_normalized()
/external/python/cpython3/Modules/
Dunicodedata.c39 const unsigned char normalization_quick_check; /* see is_normalized() */ member
799 unsigned char quickcheck = record->normalization_quick_check; in is_normalized()