Searched refs:b3_tbl (Results 1 – 1 of 1) sorted by relevance
467 uint16_t b3_tbl; in do_case_conv() local514 b3_tbl = u8_toupper_b3_tbl[uv][b2][b3].tbl_id; in do_case_conv()515 if (b3_tbl == U8_TBL_ELEMENT_NOT_DEF) in do_case_conv()518 start_id = u8_toupper_b4_tbl[uv][b3_tbl][b4]; in do_case_conv()519 end_id = u8_toupper_b4_tbl[uv][b3_tbl][b4 + 1]; in do_case_conv()530 b3_tbl = u8_tolower_b3_tbl[uv][b2][b3].tbl_id; in do_case_conv()531 if (b3_tbl == U8_TBL_ELEMENT_NOT_DEF) in do_case_conv()534 start_id = u8_tolower_b4_tbl[uv][b3_tbl][b4]; in do_case_conv()535 end_id = u8_tolower_b4_tbl[uv][b3_tbl][b4 + 1]; in do_case_conv()751 uint16_t b3_tbl; in do_decomp() local[all …]