Home
last modified time | relevance | path

Searched refs:comp_index (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Modules/
Dunicodedata_db.h5576 static const unsigned short comp_index[] = { variable
Dunicodedata.c748 index1 = comp_index[index >> COMP_SHIFT]; in nfc_nfkc()
/external/python/cpython2/Modules/
Dunicodedata_db.h4538 static unsigned short comp_index[] = { variable
Dunicodedata.c718 index1 = comp_index[index >> COMP_SHIFT]; in nfc_nfkc()
/external/harfbuzz_ng/src/
Dhb-ot-glyf-table.hh859 unsigned int comp_index = 0; in get_points_var() local
881 comp_points.translate (points[comp_index]); in get_points_var()
899 comp_index++; in get_points_var()
Dhb-ot-layout-gpos-table.hh1613 unsigned int comp_index; in apply() local
1618 comp_index = hb_min (comp_count, _hb_glyph_info_get_lig_comp (&buffer->cur())) - 1; in apply()
1620 comp_index = comp_count - 1; in apply()
1622 return_trace ((this+markArray).apply (c, mark_index, comp_index, lig_attach, classCount, j)); in apply()
/external/pdfium/third_party/libopenjpeg20/
Dj2k.c1653 OPJ_UINT32 comp_index = res_index + layno0 * step_l; in opj_j2k_check_poc_val() local
1658 packet_array[comp_index] = 1; in opj_j2k_check_poc_val()
1659 comp_index += step_l; in opj_j2k_check_poc_val()
1682 OPJ_UINT32 comp_index = res_index + layno0 * step_l; in opj_j2k_check_poc_val() local
1687 packet_array[comp_index] = 1; in opj_j2k_check_poc_val()
1688 comp_index += step_l; in opj_j2k_check_poc_val()