Searched refs:do_not_ignore_null (Results 1 – 2 of 2) sorted by relevance
319 boolean_t do_not_ignore_null; in uconv_u16tou32() local340 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() local442 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() local535 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 …]
1930 boolean_t do_not_ignore_null; in u8_textprep_str() local1974 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()