Searched refs:MPARSE_UTF8 (Results 1 – 4 of 4) 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()
175 options = MPARSE_SO | MPARSE_UTF8 | MPARSE_LATIN1; in main()807 *options |= MPARSE_UTF8; in koptions()811 *options &= ~MPARSE_UTF8; in koptions()813 *options &= ~(MPARSE_UTF8 | MPARSE_LATIN1); in koptions()
349 curp->filenc & MPARSE_UTF8 && in mparse_buf_r()732 if (curp->filenc & MPARSE_UTF8 && blk.sz > 2 && in mparse_parse_buffer()777 (MPARSE_UTF8 | MPARSE_LATIN1); in mparse_readfd()
388 #define MPARSE_UTF8 16 /* accept UTF-8 input */ macro