Home
last modified time | relevance | path

Searched refs:b3_tbl (Results 1 – 1 of 1) sorted by relevance

/src/sys/contrib/openzfs/module/zfs/
H A Du8_textprep.c468 uint16_t b3_tbl; in do_case_conv() local
515 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()
532 b3_tbl = u8_tolower_b3_tbl[uv][b2][b3].tbl_id; in do_case_conv()
533 if (b3_tbl == U8_TBL_ELEMENT_NOT_DEF) in do_case_conv()
536 start_id = u8_tolower_b4_tbl[uv][b3_tbl][b4]; in do_case_conv()
537 end_id = u8_tolower_b4_tbl[uv][b3_tbl][b4 + 1]; in do_case_conv()
756 uint16_t b3_tbl; in do_decomp() local
[all …]