Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Du8_textprep.h102 #define U8_OUT_OF_RANGE_CHAR (-2) macro
/titanic_44/usr/src/uts/common/kiconv/kiconv_ja/
H A Dkiconv_ja.c103 } else if (u8_size == U8_OUT_OF_RANGE_CHAR) { in utf8_ucs()
167 if (u8_size == U8_ILLEGAL_CHAR || u8_size == U8_OUT_OF_RANGE_CHAR) { in utf8_ucs_replace()
/titanic_44/usr/src/common/unicode/
H A Du8_textprep.c205 #define O_ U8_OUT_OF_RANGE_CHAR
378 if (sz == U8_OUT_OF_RANGE_CHAR || in u8_validate()