Home
last modified time | relevance | path

Searched refs:err_mode (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_convert.c370 static size_t mb_illegal_marker(uint32_t bad_cp, uint32_t *out, unsigned int err_mode, uint32_t rep… in mb_illegal_marker() argument
377 if (err_mode != MBFL_OUTPUTFILTER_ILLEGAL_MODE_NONE) { in mb_illegal_marker()
383 switch (err_mode) { in mb_illegal_marker()
411 unsigned int err_mode = buf->error_mode; in mb_illegal_output() local
413 if (err_mode == MBFL_OUTPUTFILTER_ILLEGAL_MODE_BADUTF8) { in mb_illegal_output()
424 size_t len = mb_illegal_marker(bad_cp, temp, err_mode, repl_char); in mb_illegal_output()
427 if (err_mode == MBFL_OUTPUTFILTER_ILLEGAL_MODE_CHAR && repl_char != '?') { in mb_illegal_output()
436 buf->error_mode = err_mode; in mb_illegal_output()
H A Dmbfl_encoding.h155 …b_convert_buf_init(mb_convert_buf *buf, size_t initsize, uint32_t repl_char, unsigned int err_mode) in mb_convert_buf_init() argument
162 buf->error_mode = err_mode; in mb_convert_buf_init()

Completed in 8 milliseconds