Searched defs:end_id (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/unicode/
H A Du8_textprep.c472 size_t end_id; local
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; local
978 size_t end_id; local
[all...]

Completed in 60 milliseconds