Lines Matching defs:end_id
472 size_t end_id;
520 end_id = u8_toupper_b4_tbl[uv][b3_tbl][b4 + 1];
523 if (start_id >= end_id || (end_id - start_id) > U8_MB_CUR_MAX)
528 for (i = 0; start_id < end_id; start_id++)
536 end_id = u8_tolower_b4_tbl[uv][b3_tbl][b4 + 1];
538 if (start_id >= end_id || (end_id - start_id) > U8_MB_CUR_MAX)
543 for (i = 0; start_id < end_id; start_id++)
756 size_t end_id;
870 end_id = u8_decomp_b4_16bit_tbl[uv][b3_tbl][b4 + 1];
873 end_id = u8_decomp_b4_tbl[uv][b3_tbl][b4 + 1];
877 if (start_id >= end_id)
927 * If necessary, adjust start_id, end_id, or both. Note that if
939 end_id = start_id +
956 for (i = 0; start_id < end_id; start_id++)
978 size_t end_id;
1017 end_id = u8_composition_b4_16bit_tbl[uv][b3_tbl][b4 + 1];
1020 end_id = u8_composition_b4_tbl[uv][b3_tbl][b4 + 1];
1023 if (start_id >= end_id)