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

/freebsd-11.0-release/sys/cddl/contrib/opensolaris/common/unicode/
H A Du8_textprep.c1921 boolean_t do_not_ignore_null; local
1965 do_not_ignore_null = !(flag & U8_TEXTPREP_IGNORE_NULL);
1981 if (*ib == '\0' && do_not_ignore_null)
2066 if (*ib == '\0' && do_not_ignore_null)

Completed in 85 milliseconds