Searched refs:MPARSE_UTF8 (Results 1 – 6 of 6) sorted by relevance
39 if ( ! (*filenc & MPARSE_UTF8)) in preconv_encode()104 *filenc &= ~MPARSE_UTF8; in preconv_encode()126 return MPARSE_UTF8 | MPARSE_LATIN1; in preconv_cue()170 return MPARSE_UTF8; in preconv_cue()175 return MPARSE_UTF8 | MPARSE_LATIN1; in preconv_cue()
366 curp->filenc & MPARSE_UTF8 && in mparse_buf_r()666 if (curp->filenc & MPARSE_UTF8 && blk.sz > 2 && in mparse_parse_buffer()711 (MPARSE_UTF8 | MPARSE_LATIN1); in mparse_readfd()
193 options = MPARSE_SO | MPARSE_UTF8 | MPARSE_LATIN1; in main()964 *options |= MPARSE_UTF8; in koptions()968 *options &= ~MPARSE_UTF8; in koptions()970 *options &= ~(MPARSE_UTF8 | MPARSE_LATIN1); in koptions()
173 parser = mparse_alloc(MPARSE_SO | MPARSE_UTF8 | MPARSE_LATIN1, in main()
411 #define MPARSE_UTF8 16 /* accept UTF-8 input */ macro
834 mp = mparse_alloc(MPARSE_SO | MPARSE_UTF8 | MPARSE_LATIN1, in resp_format()