Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dunicodedata.c38 const unsigned char mirrored_changed; member
359 else if (old->mirrored_changed != 0xFF) in unicodedata_mirrored()
360 index = old->mirrored_changed; in unicodedata_mirrored()
/external/python/cpython3/Modules/
Dunicodedata.c54 const unsigned char mirrored_changed; member
359 else if (old->mirrored_changed != 0xFF) in unicodedata_UCD_mirrored_impl()
360 index = old->mirrored_changed; in unicodedata_UCD_mirrored_impl()