Searched refs:start_id (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/common/unicode/
H A Du8_textprep.c471 size_t start_id; local
519 start_id = u8_toupper_b4_tbl[uv][b3_tbl][b4];
523 if (start_id >= end_id || (end_id - start_id) > U8_MB_CUR_MAX)
528 for (i = 0; start_id < end_id; start_id++)
529 u8s[i++] = u8_toupper_final_tbl[uv][b3_base + start_id];
535 start_id = u8_tolower_b4_tbl[uv][b3_tbl][b4];
538 if (start_id >= end_id || (end_id - start_id) > U8_MB_CUR_MA
755 size_t start_id; local
977 size_t start_id; local
[all...]
/netbsd-6-1-5-RELEASE/external/mit/xorg/lib/libxcb/files/
H A Dxc_misc.h86 uint32_t start_id; /**< */ member in struct:xcb_xc_misc_get_xid_range_reply_t

Completed in 70 milliseconds