Home
last modified time | relevance | path

Searched defs:combining (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
Dunicodedata.c24 const unsigned char combining; /* combining class value 0 - 255 */ member
761 unsigned char combining = record->combining; in is_normalized() local
/external/python/cpython3/Modules/
Dunicodedata.c40 const unsigned char combining; /* combining class value 0 - 255 */ member
829 unsigned char combining = record->combining; in is_normalized_quickcheck() local