Searched refs:b3_tbl (Results 1 – 1 of 1) sorted by relevance
470 uint16_t b3_tbl; in do_case_conv() local517 b3_tbl = u8_toupper_b3_tbl[uv][b2][b3].tbl_id; in do_case_conv()518 if (b3_tbl == U8_TBL_ELEMENT_NOT_DEF) in do_case_conv()521 start_id = u8_toupper_b4_tbl[uv][b3_tbl][b4]; in do_case_conv()522 end_id = u8_toupper_b4_tbl[uv][b3_tbl][b4 + 1]; in do_case_conv()533 b3_tbl = u8_tolower_b3_tbl[uv][b2][b3].tbl_id; in do_case_conv()534 if (b3_tbl == U8_TBL_ELEMENT_NOT_DEF) in do_case_conv()537 start_id = u8_tolower_b4_tbl[uv][b3_tbl][b4]; in do_case_conv()538 end_id = u8_tolower_b4_tbl[uv][b3_tbl][b4 + 1]; in do_case_conv()754 uint16_t b3_tbl; in do_decomp() local[all …]