Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/unicode/
H A Duconv.c323 boolean_t do_not_ignore_null; in uconv_u16tou32() local
376 if (u16s[u16l] == 0 && do_not_ignore_null) in uconv_u16tou32()
433 boolean_t do_not_ignore_null; in uconv_u16tou8() local
455 if (u16s[u16l] == 0 && do_not_ignore_null) in uconv_u16tou8()
527 boolean_t do_not_ignore_null; in uconv_u32tou16() local
553 if (u32s[u32l] == 0 && do_not_ignore_null) in uconv_u32tou16()
609 boolean_t do_not_ignore_null; in uconv_u32tou8() local
680 boolean_t do_not_ignore_null; in uconv_u8tou16() local
701 if (u8s[u8l] == 0 && do_not_ignore_null) in uconv_u8tou16()
791 boolean_t do_not_ignore_null; in uconv_u8tou32() local
[all …]
H A Du8_textprep.c1917 boolean_t do_not_ignore_null; in u8_textprep_str() local
1961 do_not_ignore_null = !(flag & U8_TEXTPREP_IGNORE_NULL); in u8_textprep_str()
1977 if (*ib == '\0' && do_not_ignore_null) in u8_textprep_str()
2062 if (*ib == '\0' && do_not_ignore_null) in u8_textprep_str()