Searched refs:c (Results 1 – 25 of 167) sorted by relevance
1234567
/iconvdata/ |
A D | bug-iconv14.c | 28 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 D | utf-16.c | 201 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 D | armscii-8.c | 81 if (c <= 0xa0) \ 83 return c; \ 84 else if (c >= 0xa2 && c <= 0xfe) \ 86 return map_from_armscii_8[c - 0xa2]; \
|
A D | sjis.c | 4417 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 D | isiri-3342.c | 28 #define NONNUL(c) ((c) != '\0' && (c) != 0x80) argument
|
A D | unicode.c | 151 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 D | 8bit-gap.c | 34 # 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 D | utf-32.c | 198 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 D | ibm932.c | 109 if (c == 0x80 || c == 0xa0 || c >= 0xfd) \ 111 uint32_t res = __ibm932sb_to_ucs4[c]; \ 112 if (res == 0 && c != 0) \
|
A D | shift_jisx0213.c | 237 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 D | ibm943.c | 110 if (c == 0x80 || c == 0xa0 || c >= 0xe0) \ 112 uint32_t res = __ibm943sb_to_ucs4[c]; \ 113 if (res == 0 && c != 0) \
|
A D | euc-jp.c | 121 if (c < 0x8e || (c >= 0x90 && c <= 0x9f)) \ 122 return c; \
|
A D | 8bit-generic.c | 52 uint32_t ch = to_ucs4[c]; \ 54 if (HAS_HOLES && __builtin_expect (ch == L'\0', 0) && c != '\0') \
|
A D | gaptab.awk | 32 u = tonum($1); c = tonum($2); 44 fmt(c);
|
A D | tcvn5712-1.c | 480 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 D | euc-cn.c | 92 if (c < 0x80) \ 93 return c; \
|
A D | euc-kr.c | 108 if (c <= 0x9f) \ 109 return c; \
|
A D | euc-tw.c | 116 if (c < 0x80) \ 117 return c; \
|
A D | t.61.c | 431 uint32_t ch = to_ucs4[c]; \ 432 if (ch == 0 && c != '\0') \
|
A D | iso_6937-2.c | 445 uint32_t ch = to_ucs4[c]; \ 446 if (ch == 0 && c != '\0') \
|
A D | iso_6937.c | 445 uint32_t ch = to_ucs4[c]; \ 446 if (ch == 0 && c != '\0') \
|
/iconvdata/testdata/ |
A D | SHIFT_JISX0213 | 5 ` 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 D | GBK | 5 ` 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 D | alfabeta..UTF-32.LE | 2 ̛̖̗̘̙̜̝̀́̂̃̄̅̆̇̈̉̊̋̌̍̎̏̐̑̒̓̔̕̚ <- Etruscan 4 АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ <- Cyrillic 5 ̴̵̶̷̸̰̱̲̳̹̺̻̼͇͈̽̾̿̀́͂̓̈́͆ͅ <- Gothic
|
A D | IBM1025 | 4 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