Home
last modified time | relevance | path

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

/titanic_44/usr/src/common/unicode/
H A Duconv.c324 boolean_t do_not_ignore_null; in uconv_u16tou32() local
345 do_not_ignore_null = ((flag & UCONV_IGNORE_NULL) == 0); in uconv_u16tou32()
377 if (u16s[u16l] == 0 && do_not_ignore_null) in uconv_u16tou32()
434 boolean_t do_not_ignore_null; in uconv_u16tou8() local
447 do_not_ignore_null = ((flag & UCONV_IGNORE_NULL) == 0); in uconv_u16tou8()
456 if (u16s[u16l] == 0 && do_not_ignore_null) in uconv_u16tou8()
528 boolean_t do_not_ignore_null; in uconv_u32tou16() local
540 do_not_ignore_null = ((flag & UCONV_IGNORE_NULL) == 0); in uconv_u32tou16()
554 if (u32s[u32l] == 0 && do_not_ignore_null) in uconv_u32tou16()
610 boolean_t do_not_ignore_null; in uconv_u32tou8() local
[all …]
H A Du8_textprep.c1923 boolean_t do_not_ignore_null; in u8_textprep_str() local
1967 do_not_ignore_null = !(flag & U8_TEXTPREP_IGNORE_NULL); in u8_textprep_str()
1983 if (*ib == '\0' && do_not_ignore_null) in u8_textprep_str()
2068 if (*ib == '\0' && do_not_ignore_null) in u8_textprep_str()
/titanic_44/usr/src/uts/common/kiconv/kiconv_sc/
H A Dkiconv_sc.c226 boolean_t do_not_ignore_null; in kiconvstr_fr_gb18030() local
233 do_not_ignore_null = ((flag & KICONV_IGNORE_NULL) == 0); in kiconvstr_fr_gb18030()
236 if (*ib == '\0' && do_not_ignore_null) in kiconvstr_fr_gb18030()
444 boolean_t do_not_ignore_null; in kiconvstr_fr_gbk() local
451 do_not_ignore_null = ((flag & KICONV_IGNORE_NULL) == 0); in kiconvstr_fr_gbk()
454 if (*ib == '\0' && do_not_ignore_null) in kiconvstr_fr_gbk()
628 boolean_t do_not_ignore_null; in kiconvstr_fr_euccn() local
635 do_not_ignore_null = ((flag & KICONV_IGNORE_NULL) == 0); in kiconvstr_fr_euccn()
638 if (*ib == '\0' && do_not_ignore_null) in kiconvstr_fr_euccn()
H A Dkiconv_cck_common.c202 boolean_t do_not_ignore_null; in kiconvstr_utf8_to_cck() local
207 do_not_ignore_null = ((flag & KICONV_IGNORE_NULL) == 0); in kiconvstr_utf8_to_cck()
212 if (*ib == '\0' && do_not_ignore_null) in kiconvstr_utf8_to_cck()
/titanic_44/usr/src/uts/common/kiconv/kiconv_ko/
H A Dkiconv_ko.c182 boolean_t do_not_ignore_null; in kiconvstr_fr_euckr() local
189 do_not_ignore_null = ((flag & KICONV_IGNORE_NULL) == 0); in kiconvstr_fr_euckr()
192 if (*ib == '\0' && do_not_ignore_null) in kiconvstr_fr_euckr()
350 boolean_t do_not_ignore_null; in kiconvstr_fr_uhc() local
357 do_not_ignore_null = ((flag & KICONV_IGNORE_NULL) == 0); in kiconvstr_fr_uhc()
360 if (*ib == '\0' && do_not_ignore_null) in kiconvstr_fr_uhc()
/titanic_44/usr/src/uts/common/kiconv/kiconv_ja/
H A Dkiconv_ja.c527 boolean_t do_not_ignore_null; in _do_kiconvstr_fr_eucjp() local
538 do_not_ignore_null = ((flag & KICONV_IGNORE_NULL) == 0); in _do_kiconvstr_fr_eucjp()
544 if (ic1 == '\0' && do_not_ignore_null) { in _do_kiconvstr_fr_eucjp()
677 boolean_t do_not_ignore_null; in _do_kiconvstr_to_eucjp() local
690 do_not_ignore_null = ((flag & KICONV_IGNORE_NULL) == 0); in _do_kiconvstr_to_eucjp()
695 if (ucs4 == 0x0 && do_not_ignore_null) { in _do_kiconvstr_to_eucjp()
1136 boolean_t do_not_ignore_null; in _do_kiconvstr_fr_sjis() local
1147 do_not_ignore_null = ((flag & KICONV_IGNORE_NULL) == 0); in _do_kiconvstr_fr_sjis()
1153 if (ic1 == '\0' && do_not_ignore_null) { in _do_kiconvstr_fr_sjis()
1370 boolean_t do_not_ignore_null; in _do_kiconvstr_to_sjis() local
[all …]
/titanic_44/usr/src/uts/common/kiconv/kiconv_tc/
H A Dkiconv_tc.c232 boolean_t do_not_ignore_null; in kiconvstr_fr_big5_common() local
237 do_not_ignore_null = ((flag & KICONV_IGNORE_NULL) == 0); in kiconvstr_fr_big5_common()
240 if (*ib == '\0' && do_not_ignore_null) in kiconvstr_fr_big5_common()
479 boolean_t do_not_ignore_null; in kiconvstr_fr_euctw() local
486 do_not_ignore_null = ((flag & KICONV_IGNORE_NULL) == 0); in kiconvstr_fr_euctw()
489 if (*ib == '\0' && do_not_ignore_null) in kiconvstr_fr_euctw()
/titanic_44/usr/src/uts/common/os/
H A Dkiconv.c468 boolean_t do_not_ignore_null; in kiconvstr_to_sb() local
479 do_not_ignore_null = ((flag & KICONV_IGNORE_NULL) == 0); in kiconvstr_to_sb()
511 if (*ib == '\0' && do_not_ignore_null) in kiconvstr_to_sb()
647 boolean_t do_not_ignore_null; in kiconvstr_fr_sb() local
652 do_not_ignore_null = ((flag & KICONV_IGNORE_NULL) == 0); in kiconvstr_fr_sb()
655 if (*ib == '\0' && do_not_ignore_null) in kiconvstr_fr_sb()
/titanic_44/usr/src/uts/common/kiconv/kiconv_emea/
H A Dkiconv_emea.c908 boolean_t do_not_ignore_null; in kiconvstr_to_sb() local
920 do_not_ignore_null = ((flag & KICONV_IGNORE_NULL) == 0); in kiconvstr_to_sb()
960 if (*ib == '\0' && do_not_ignore_null) in kiconvstr_to_sb()
1265 boolean_t do_not_ignore_null; in kiconvstr_fr_sb() local
1276 do_not_ignore_null = ((flag & KICONV_IGNORE_NULL) == 0); in kiconvstr_fr_sb()
1283 if (*ib == '\0' && do_not_ignore_null) in kiconvstr_fr_sb()