Searched refs:replace_to (Results 1 – 4 of 4) sorted by relevance
117 const lxb_codepoint_t *replace_to; member150 const lxb_char_t *replace_to; member
102 encode->replace_to = replace; in lxb_encoding_encode_replace_set()173 if (decode->replace_to == NULL) { in lxb_encoding_decode_finish()177 status = lxb_encoding_decode_buf_add_to(decode, decode->replace_to, in lxb_encoding_decode_finish()223 decode->replace_to = replace; in lxb_encoding_decode_replace_set()
36 if (ctx->replace_to == NULL) { \44 memcpy(&ctx->buffer_out[ctx->buffer_used], ctx->replace_to, \53 if (ctx->replace_to == NULL) { \63 memcpy(&ctx->buffer_out[ctx->buffer_used], ctx->replace_to, \
86 if (ctx->replace_to == NULL) { \99 memcpy(&ctx->buffer_out[ctx->buffer_used], ctx->replace_to, \
Completed in 18 milliseconds