Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/unicode/
H A Du8_textprep.c468 uint16_t b3_base; in do_case_conv() local
525 b3_base = u8_toupper_b3_tbl[uv][b2][b3].base; in do_case_conv()
528 u8s[i++] = u8_toupper_final_tbl[uv][b3_base + start_id]; in do_case_conv()
541 b3_base = u8_tolower_b3_tbl[uv][b2][b3].base; in do_case_conv()
544 u8s[i++] = u8_tolower_final_tbl[uv][b3_base + start_id]; in do_case_conv()
756 uint16_t b3_base; in do_decomp() local
926 b3_base = u8_decomp_b3_tbl[uv][b2][b3].base; in do_decomp()
929 b1 = u8_decomp_final_tbl[uv][b3_base + start_id]; in do_decomp()
945 u8_decomp_final_tbl[uv][b3_base + start_id]; in do_decomp()
955 start_id += u8_decomp_final_tbl[uv][b3_base + start_id]; in do_decomp()
[all …]