Searched refs:b3_tbl (Results 1 – 1 of 1) sorted by relevance
468 uint16_t b3_tbl; in do_case_conv() local515 b3_tbl = u8_toupper_b3_tbl[uv][b2][b3].tbl_id; in do_case_conv()516 if (b3_tbl == U8_TBL_ELEMENT_NOT_DEF) in do_case_conv()519 start_id = u8_toupper_b4_tbl[uv][b3_tbl][b4]; in do_case_conv()520 end_id = u8_toupper_b4_tbl[uv][b3_tbl][b4 + 1]; in do_case_conv()531 b3_tbl = u8_tolower_b3_tbl[uv][b2][b3].tbl_id; in do_case_conv()532 if (b3_tbl == U8_TBL_ELEMENT_NOT_DEF) in do_case_conv()535 start_id = u8_tolower_b4_tbl[uv][b3_tbl][b4]; in do_case_conv()536 end_id = u8_tolower_b4_tbl[uv][b3_tbl][b4 + 1]; in do_case_conv()752 uint16_t b3_tbl; in do_decomp() local[all …]