Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/unicode/
H A Duconv.c438 if (u8s == NULL || utf8len == NULL) in uconv_u16tou8()
484 u8s[u8l++] = (uchar_t)lo; in uconv_u16tou8()
614 if (u8s == NULL || utf8len == NULL) in uconv_u32tou8()
638 u8s[u8l++] = (uchar_t)lo; in uconv_u32tou8()
682 if (u8s == NULL || utf8len == NULL) in uconv_u8tou16()
701 if (u8s[u8l] == 0 && do_not_ignore_null) in uconv_u8tou16()
715 hi = (uint32_t)u8s[u8l++]; in uconv_u8tou16()
732 lo = (uint32_t)u8s[u8l++]; in uconv_u8tou16()
793 if (u8s == NULL || utf8len == NULL) in uconv_u8tou32()
815 hi = (uint32_t)u8s[u8l++]; in uconv_u8tou32()
[all …]
H A Du8_textprep.c169 u8s[start[(a)] + k] = u8s[start[(b)] + k]; \
493 u8s[1] = '\0'; in do_case_conv()
497 u8s[sz] = '\0'; in do_case_conv()
549 u8s[i] = '\0'; in do_case_conv()
759 u8s[2] = '\0'; in do_decomp()
796 u8s[3] = '\0'; in do_decomp()
827 u8s[4] = '\0'; in do_decomp()
833 u8s[0] = s[0]; in do_decomp()
954 u8s[i] = '\0'; in do_decomp()
1439 u8s[0] = *s; in collect_a_seq()
[all …]