Searched defs:patns (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/ |
H A D | read.c | 357 static const uchar patns[6] = { 0x00, 0xC0, 0xE0, 0xF0, 0xF8, 0xFC }; in read_utf8() local
|
H A D | list_read.c | 320 static const uchar patns[6] = { 0x00, 0xC0, 0xE0, 0xF0, 0xF8, 0xFC }; in next_char_utf8() local
|
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/ |
H A D | read.c | 324 static const uchar patns[6] = { 0x00, 0xC0, 0xE0, 0xF0, 0xF8, 0xFC }; in read_utf8() local
|
H A D | list_read.c | 321 static const uchar patns[6] = { 0x00, 0xC0, 0xE0, 0xF0, 0xF8, 0xFC }; in next_char_utf8() local
|
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | charset.c | 172 static const uchar patns[6] = { 0x00, 0xC0, 0xE0, 0xF0, 0xF8, 0xFC }; in one_utf8_to_cppchar() local
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | charset.cc | 172 static const uchar patns[6] = { 0x00, 0xC0, 0xE0, 0xF0, 0xF8, 0xFC }; in one_utf8_to_cppchar() local
|