Lines Matching defs:b3_base
469 uint16_t b3_base;
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;
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 + start_id];
957 u8s[i++] = u8_decomp_final_tbl[uv][b3_base + start_id];
975 uint16_t b3_base;
1026 b3_base = u8_composition_b3_tbl[uv][b2][b3].base;
1028 return ((uchar_t *)&(u8_composition_final_tbl[uv][b3_base + start_id]));