Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dunicodedata_db.h4537 #define COMP_SHIFT 2 macro
Dunicodedata.c714 index1 = comp_index[index >> COMP_SHIFT]; in nfc_nfkc()
715 code = comp_data[(index1<<COMP_SHIFT)+ in nfc_nfkc()
716 (index&((1<<COMP_SHIFT)-1))]; in nfc_nfkc()