Home
last modified time | relevance | path

Searched refs:U8_OUT_OF_RANGE_CHAR (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Du8_textprep.h100 #define U8_OUT_OF_RANGE_CHAR (-2) macro
/illumos-gate/usr/src/uts/common/kiconv/kiconv_ja/
H A Dkiconv_ja.c101 } else if (u8_size == U8_OUT_OF_RANGE_CHAR) { in utf8_ucs()
165 if (u8_size == U8_ILLEGAL_CHAR || u8_size == U8_OUT_OF_RANGE_CHAR) { in utf8_ucs_replace()
/illumos-gate/usr/src/common/unicode/
H A Du8_textprep.c207 #define O_ U8_OUT_OF_RANGE_CHAR
380 if (sz == U8_OUT_OF_RANGE_CHAR || in u8_validate()