Home
last modified time | relevance | path

Searched refs:c (Results 1 – 25 of 167) sorted by relevance

1234567

/iconvdata/
A Dbug-iconv14.c28 iconv_t c = iconv_open ("UTF-8", "ISO-2022-JP-3"); in with_escape_sequence() local
29 TEST_VERIFY_EXIT (c != (iconv_t) -1); in with_escape_sequence()
40 TEST_COMPARE (iconv (c, &inbuf, &inleft, &outbuf, &outleft), (size_t) -1); in with_escape_sequence()
53 TEST_COMPARE (iconv (c, &inbuf, &inleft, &outbuf, &outleft), 0); in with_escape_sequence()
64 TEST_COMPARE (iconv (c, NULL, 0, &outbuf, &outleft), 0); in with_escape_sequence()
70 TEST_COMPARE (iconv_close (c), 0); in with_escape_sequence()
77 iconv_t c = iconv_open ("UTF-8", "ISO-2022-JP-3"); in with_flush() local
78 TEST_VERIFY_EXIT (c != (iconv_t) -1); in with_flush()
101 TEST_COMPARE (iconv (c, NULL, 0, &outbuf, &outleft), 0); in with_flush()
110 TEST_COMPARE (iconv (c, NULL, 0, &outbuf, &outleft), 0); in with_flush()
[all …]
A Dutf-16.c201 uint32_t c = get32 (inptr); \
203 if (__glibc_unlikely (c >= 0xd800 && c < 0xe000)) \
219 if (__glibc_unlikely (c >= 0x10000)) \
221 if (__glibc_unlikely (c >= 0x110000)) \
234 put16 (outptr, bswap_16 (0xd7c0 + (c >> 10))); \
239 put16 (outptr, bswap_16 (c)); \
243 if (__glibc_unlikely (c >= 0x10000)) \
245 if (__glibc_unlikely (c >= 0x110000)) \
258 put16 (outptr, 0xd7c0 + (c >> 10)); \
260 put16 (outptr, 0xdc00 + (c & 0x3ff)); \
[all …]
A Darmscii-8.c81 if (c <= 0xa0) \
83 return c; \
84 else if (c >= 0xa2 && c <= 0xfe) \
86 return map_from_armscii_8[c - 0xa2]; \
A Dsjis.c4417 if (c < 0x80) \
4419 if (c == 0x5c) \
4421 if (c == 0x7e) \
4423 return c; \
4425 if (c >= 0xa1 && c <= 0xdf) \
4426 return 0xfec0 + c; \
A Disiri-3342.c28 #define NONNUL(c) ((c) != '\0' && (c) != 0x80) argument
A Dunicode.c151 uint32_t c = get32 (inptr); \
153 if (__glibc_unlikely (c >= 0x10000)) \
155 UNICODE_TAG_HANDLER (c, 4); \
158 else if (__glibc_unlikely (c >= 0xd800 && c < 0xe000)) \
175 put16 (outptr, c); \
A D8bit-gap.c34 # define NONNUL(c) ((c) != '\0') argument
71 uint32_t ch = to_ucs4[c]; \
73 if (HAS_HOLES && __builtin_expect (ch == L'\0', 0) && NONNUL (c)) \
A Dutf-32.c198 uint32_t c = get32 (inptr); \
200 if (__glibc_unlikely (c >= 0x110000)) \
204 else if (__glibc_unlikely (c >= 0xd800 && c < 0xe000)) \
219 c = bswap_32 (c); \
220 put32 (outptr, c); \
A Dibm932.c109 if (c == 0x80 || c == 0xa0 || c >= 0xfd) \
111 uint32_t res = __ibm932sb_to_ucs4[c]; \
112 if (res == 0 && c != 0) \
A Dshift_jisx0213.c237 if (c < 0x80) \
239 if (c == 0x5c) \
241 if (c == 0x7e) \
243 return c; \
245 if (c >= 0xa1 && c <= 0xdf) \
246 return 0xfec0 + c; \
A Dibm943.c110 if (c == 0x80 || c == 0xa0 || c >= 0xe0) \
112 uint32_t res = __ibm943sb_to_ucs4[c]; \
113 if (res == 0 && c != 0) \
A Deuc-jp.c121 if (c < 0x8e || (c >= 0x90 && c <= 0x9f)) \
122 return c; \
A D8bit-generic.c52 uint32_t ch = to_ucs4[c]; \
54 if (HAS_HOLES && __builtin_expect (ch == L'\0', 0) && c != '\0') \
A Dgaptab.awk32 u = tonum($1); c = tonum($2);
44 fmt(c);
A Dtcvn5712-1.c480 if (c < 0x18) \
481 ch = map_from_tcvn_low[c]; \
482 else if (c >= 0x80) \
483 ch = map_from_tcvn_high[c - 0x80]; \
485 ch = c; \
A Deuc-cn.c92 if (c < 0x80) \
93 return c; \
A Deuc-kr.c108 if (c <= 0x9f) \
109 return c; \
A Deuc-tw.c116 if (c < 0x80) \
117 return c; \
A Dt.61.c431 uint32_t ch = to_ucs4[c]; \
432 if (ch == 0 && c != '\0') \
A Diso_6937-2.c445 uint32_t ch = to_ucs4[c]; \
446 if (ch == 0 && c != '\0') \
A Diso_6937.c445 uint32_t ch = to_ucs4[c]; \
446 if (ch == 0 && c != '\0') \
/iconvdata/testdata/
A DSHIFT_JISX02135 ` a b c d e f g h i j k l m n o
9 �` �a �b �c �d �e �f �g �h �i �j �k �l �m �n �o
21 �` �a �b �c �d �e �f �g �h �i �j �k �l �m �n �o
33 �` �a �b �c �d �e �f �g �h �i �j �k �l �m �n �o
45 �` �a �b �c �d �e �f �g �h �i �j �k �l �m �n �o
57 �` �a �b �c �d �e �f �g �h �i �j �k �l �m �n �o
69 �` �a �b �c �d �e �f �g �h �i �j �k �l �m �n �o
81 �` �a �b �c �d �e �f �g �h �i �j �k �l �m �n �o
93 �` �a �b �c �d �e �f �g �h �i �j �k �l �m �n �o
105 �` �a �b �c �d �e �f �g �h �i �j �k �l �m �n �o
[all …]
A DGBK5 ` a b c d e f g h i j k l m n o
10 �` �a �b �c �d �e �f �g �h �i �j �k �l �m �n �o
22 �` �a �b �c �d �e �f �g �h �i �j �k �l �m �n �o
34 �` �a �b �c �d �e �f �g �h �i �j �k �l �m �n �o
46 �` �a �b �c �d �e �f �g �h �i �j �k �l �m �n �o
58 �` �a �b �c �d �e �f �g �h �i �j �k �l �m �n �o
70 �` �a �b �c �d �e �f �g �h �i �j �k �l �m �n �o
82 �` �a �b �c �d �e �f �g �h �i �j �k �l �m �n �o
94 �` �a �b �c �d �e �f �g �h �i �j �k �l �m �n �o
106 �` �a �b �c �d �e �f �g �h �i �j �k �l �m �n �o
[all …]
A Dalfabeta..UTF-32.LE2 �̛̖̗̘̙̜̝̀́̂̃̄̅̆̇̈̉̊̋̌̍̎̏̐̑̒̓̔̕̚ � � � �<�-� �E�t�r�u�s�c�a�n�
4 �А�Б�В�Г�Д�Е�Ж�З�И�Й�К�Л�М�Н�О�П�Р�С�Т�У�Ф�Х�Ц�Ч�Ш�Щ�Ъ�Ы�Ь�Э�Ю�Я� � �<�-� �C�y�r�i�l�l�i�c
5 �̴̵̶̷̸̰̱̲̳̹̺̻̼͇͈̽̾̿̀́͂̓̈́͆ͅ � � � � � � � � �<�-� �G�o�t�h�i�c
A DIBM10254 S T U V W X Y Z [ \ ] ^ _ ` a b c
18 S T U V W X Y Z [ \ ] ^ _ ` a b c

Completed in 56 milliseconds

1234567