Home
last modified time | relevance | path

Searched refs:decomp_index2 (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Modules/
Dunicodedata_db.h4649 static unsigned short decomp_index2[] = { variable
Dunicodedata.c419 index = decomp_index2[(index<<DECOMP_SHIFT)+ in unicodedata_UCD_decomposition_impl()
463 *index = decomp_index2[(*index<<DECOMP_SHIFT)+ in get_decomp_record()
/external/python/cpython2/Modules/
Dunicodedata_db.h3711 static unsigned short decomp_index2[] = { variable
Dunicodedata.c428 index = decomp_index2[(index<<DECOMP_SHIFT)+ in unicodedata_decomposition()
474 *index = decomp_index2[(*index<<DECOMP_SHIFT)+ in get_decomp_record()
/external/harfbuzz_ng/src/hb-ucdn/
Ducdn_db.h4782 static const unsigned short decomp_index2[] = { variable
Ducdn.c87 index = decomp_index2[index + offset]; in get_decomp_record()