Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/openzfs/module/unicode/
HDuconv.c319 boolean_t do_not_ignore_null; in uconv_u16tou32() local
340 do_not_ignore_null = ((flag & UCONV_IGNORE_NULL) == 0); in uconv_u16tou32()
372 if (u16s[u16l] == 0 && do_not_ignore_null) in uconv_u16tou32()
429 boolean_t do_not_ignore_null; in uconv_u16tou8() local
442 do_not_ignore_null = ((flag & UCONV_IGNORE_NULL) == 0); in uconv_u16tou8()
451 if (u16s[u16l] == 0 && do_not_ignore_null) in uconv_u16tou8()
523 boolean_t do_not_ignore_null; in uconv_u32tou16() local
535 do_not_ignore_null = ((flag & UCONV_IGNORE_NULL) == 0); in uconv_u32tou16()
549 if (u32s[u32l] == 0 && do_not_ignore_null) in uconv_u32tou16()
605 boolean_t do_not_ignore_null; in uconv_u32tou8() local
[all …]
HDu8_textprep.c1930 boolean_t do_not_ignore_null; in u8_textprep_str() local
1974 do_not_ignore_null = !(flag & U8_TEXTPREP_IGNORE_NULL); in u8_textprep_str()
1990 if (*ib == '\0' && do_not_ignore_null) in u8_textprep_str()
2075 if (*ib == '\0' && do_not_ignore_null) in u8_textprep_str()