Home
last modified time | relevance | path

Searched refs:UCS_CHAR_NONE (Results 1 – 25 of 34) sorted by relevance

12

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/iconv/ces/
H A Dutf-8.c44 if (in == UCS_CHAR_NONE)
116 return UCS_CHAR_NONE;
124 return UCS_CHAR_NONE;
135 return UCS_CHAR_NONE;
147 return UCS_CHAR_NONE;
161 return UCS_CHAR_NONE;
H A Dutf-16.c45 if (in == UCS_CHAR_NONE)
88 return UCS_CHAR_NONE; /* Not enough bytes in the input buffer */
109 return UCS_CHAR_NONE; /* Not enough bytes in the input buffer */
122 return UCS_CHAR_NONE; /* Not enough bytes in the input buffer */
H A Diso-10646-ucs-2.c49 if (in == UCS_CHAR_NONE)
81 return UCS_CHAR_NONE; /* Not enough bytes in the input buffer */
98 return UCS_CHAR_NONE; /* Not enough bytes in the input buffer */
H A Diso-10646-ucs-4.c50 if (in == UCS_CHAR_NONE)
80 return UCS_CHAR_NONE; /* Not enough bytes in the input buffer */
97 return UCS_CHAR_NONE; /* Not enough bytes in the input buffer */
H A Ducs-4-internal.c40 if (in == UCS_CHAR_NONE)
56 return UCS_CHAR_NONE; /* Not enough bytes in the input buffer */
H A Ducs-2-internal.c40 if (in == UCS_CHAR_NONE)
58 return UCS_CHAR_NONE; /* Not enough bytes in the input buffer */
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/iconv/ces/
H A Dutf-8.c44 if (in == UCS_CHAR_NONE)
116 return UCS_CHAR_NONE;
124 return UCS_CHAR_NONE;
135 return UCS_CHAR_NONE;
147 return UCS_CHAR_NONE;
161 return UCS_CHAR_NONE;
H A Dutf-16.c45 if (in == UCS_CHAR_NONE)
88 return UCS_CHAR_NONE; /* Not enough bytes in the input buffer */
109 return UCS_CHAR_NONE; /* Not enough bytes in the input buffer */ in G_DEFINE_TYPE_WITH_PRIVATE()
122 return UCS_CHAR_NONE; /* Not enough bytes in the input buffer */
H A Diso-10646-ucs-2.c49 if (in == UCS_CHAR_NONE)
81 return UCS_CHAR_NONE; /* Not enough bytes in the input buffer */
98 return UCS_CHAR_NONE; /* Not enough bytes in the input buffer */
H A Diso-10646-ucs-4.c50 if (in == UCS_CHAR_NONE)
80 return UCS_CHAR_NONE; /* Not enough bytes in the input buffer */
97 return UCS_CHAR_NONE; /* Not enough bytes in the input buffer */
H A Ducs-4-internal.c40 if (in == UCS_CHAR_NONE) in skipWhiteSpace()
56 return UCS_CHAR_NONE; /* Not enough bytes in the input buffer */ in read_token()
H A Ducs-2-internal.c40 if (in == UCS_CHAR_NONE)
58 return UCS_CHAR_NONE; /* Not enough bytes in the input buffer */
/dports/converters/iconv/iconv-2.0/lib/
H A Dces_iso2022.c121 state->previous_char = UCS_CHAR_NONE; in iconv_iso2022_reset()
159 res = (in == UCS_CHAR_NONE) ? in cvt_ucs2iso()
161 if (in != UCS_CHAR_NONE) { in cvt_ucs2iso()
175 if (in != UCS_CHAR_NONE) in cvt_ucs2iso()
192 if (in == UCS_CHAR_NONE) in cvt_ucs2iso()
212 if (in == UCS_CHAR_NONE) in iconv_iso2022_convert_from_ucs()
238 return UCS_CHAR_NONE; /* Not enough bytes in the input buffer */ in cvt_iso2ucs()
276 return UCS_CHAR_NONE; in iconv_iso2022_convert_to_ucs()
287 return UCS_CHAR_NONE; in iconv_iso2022_convert_to_ucs()
307 if (res != UCS_CHAR_NONE) { in iconv_iso2022_convert_to_ucs()
H A Dces_euc.c96 if (in == UCS_CHAR_NONE) in iconv_euc_convert_from_ucs()
140 return UCS_CHAR_NONE; /* Not enough bytes in the input buffer */ in cvt2ucs()
170 return UCS_CHAR_NONE; in iconv_euc_convert_to_ucs()
185 if (res == UCS_CHAR_NONE) in iconv_euc_convert_to_ucs()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/iconv/lib/
H A Dces_iso2022.c120 state->previous_char = UCS_CHAR_NONE;
164 res = (in == UCS_CHAR_NONE) ?
166 if (in != UCS_CHAR_NONE) {
180 if (in != UCS_CHAR_NONE)
197 if (in == UCS_CHAR_NONE)
220 if (in == UCS_CHAR_NONE)
249 return UCS_CHAR_NONE; /* Not enough bytes in the input buffer */
289 return UCS_CHAR_NONE;
300 return UCS_CHAR_NONE;
320 if (res != UCS_CHAR_NONE) {
H A Dces_euc.c102 if (in == UCS_CHAR_NONE)
150 return UCS_CHAR_NONE; /* Not enough bytes in the input buffer */
182 return UCS_CHAR_NONE;
197 if (res == UCS_CHAR_NONE)
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/iconv/lib/
H A Dces_iso2022.c120 state->previous_char = UCS_CHAR_NONE;
164 res = (in == UCS_CHAR_NONE) ?
166 if (in != UCS_CHAR_NONE) {
180 if (in != UCS_CHAR_NONE)
197 if (in == UCS_CHAR_NONE)
220 if (in == UCS_CHAR_NONE)
249 return UCS_CHAR_NONE; /* Not enough bytes in the input buffer */
289 return UCS_CHAR_NONE;
300 return UCS_CHAR_NONE;
320 if (res != UCS_CHAR_NONE) {
H A Dces_euc.c102 if (in == UCS_CHAR_NONE)
150 return UCS_CHAR_NONE; /* Not enough bytes in the input buffer */
182 return UCS_CHAR_NONE;
197 if (res == UCS_CHAR_NONE)
/dports/converters/iconv/iconv-2.0/ces/
H A Dutf-16.c44 if (in == UCS_CHAR_NONE) in convert_from_ucs()
85 return UCS_CHAR_NONE; /* Not enough bytes in the input buffer */ in convert_to_ucs()
102 return UCS_CHAR_NONE; /* Not enough bytes in the input buffer */ in convert_to_ucs()
115 return UCS_CHAR_NONE; /* Not enough bytes in the input buffer */ in convert_to_ucs()
H A Dutf-8.c44 if (in == UCS_CHAR_NONE) in convert_from_ucs()
95 return UCS_CHAR_NONE; in convert_to_ucs()
101 return UCS_CHAR_NONE; in convert_to_ucs()
110 return UCS_CHAR_NONE; in convert_to_ucs()
H A Diso-10646-ucs-2.c49 if (in == UCS_CHAR_NONE) in convert_from_ucs()
79 return UCS_CHAR_NONE; /* Not enough bytes in the input buffer */ in convert_to_ucs()
96 return UCS_CHAR_NONE; /* Not enough bytes in the input buffer */ in convert_to_ucs()
H A Diso-10646-ucs-4.c50 if (in == UCS_CHAR_NONE) in convert_from_ucs()
78 return UCS_CHAR_NONE; /* Not enough bytes in the input buffer */ in convert_to_ucs()
95 return UCS_CHAR_NONE; /* Not enough bytes in the input buffer */ in convert_to_ucs()
H A Ducs-4-internal.c40 if (in == UCS_CHAR_NONE) in convert_from_ucs()
54 return UCS_CHAR_NONE; /* Not enough bytes in the input buffer */ in convert_to_ucs()
H A Ducs-2-internal.c40 if (in == UCS_CHAR_NONE) in convert_from_ucs()
56 return UCS_CHAR_NONE; /* Not enough bytes in the input buffer */ in convert_to_ucs()
/dports/converters/iconv-extra/iconv-extra-2.0/ces/
H A Dunicode-1-1-utf-7.c93 case UCS_CHAR_NONE: in char_type()
225 return lackofbytes(1, inbytesleft) ? UCS_CHAR_NONE in convert_to_ucs()
231 return UCS_CHAR_NONE; in convert_to_ucs()
240 ? UCS_CHAR_NONE : decode(utf7_state, inbuf); in convert_to_ucs()
247 return UCS_CHAR_NONE; in convert_to_ucs()
259 return UCS_CHAR_NONE; in convert_to_ucs()

12