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

/illumos-gate/usr/src/common/unicode/
H A Du8_textprep.c469 uint16_t b3_base; local
526 b3_base = u8_toupper_b3_tbl[uv][b2][b3].base;
529 u8s[i++] = u8_toupper_final_tbl[uv][b3_base + start_id];
541 b3_base = u8_tolower_b3_tbl[uv][b2][b3].base;
544 u8s[i++] = u8_tolower_final_tbl[uv][b3_base + start_id];
753 uint16_t b3_base; local
921 b3_base = u8_decomp_b3_tbl[uv][b2][b3].base;
924 b1 = u8_decomp_final_tbl[uv][b3_base + start_id];
940 u8_decomp_final_tbl[uv][b3_base + start_id];
950 start_id += u8_decomp_final_tbl[uv][b3_base
975 uint16_t b3_base; local
[all...]

Completed in 60 milliseconds