Home
last modified time | relevance | path

Searched refs:decomp_index1 (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Modules/
Dunicodedata_db.h3526 static unsigned char decomp_index1[] = { variable
Dunicodedata.c427 index = decomp_index1[(code>>DECOMP_SHIFT)]; in unicodedata_decomposition()
473 *index = decomp_index1[(code>>DECOMP_SHIFT)]; in get_decomp_record()
/external/harfbuzz_ng/src/hb-ucdn/
Dunicodedata_db.h4487 static const unsigned short decomp_index1[] = { variable
Ducdn.c86 index = decomp_index1[index + offset] << DECOMP_SHIFT2; in get_decomp_record()