Searched defs:c (Results 1 – 3 of 3) sorted by relevance
28 #define NONNUL(c) ((c) != '\0' && (c) != 0x80) argument
28 iconv_t c = iconv_open ("UTF-8", "ISO-2022-JP-3"); in with_escape_sequence() local77 iconv_t c = iconv_open ("UTF-8", "ISO-2022-JP-3"); in with_flush() local
34 # define NONNUL(c) ((c) != '\0') argument
Completed in 5 milliseconds