ngx_utf8_decode  1280 core/ngx_string.c         if (ngx_utf8_decode(&p, n) > 0x10ffff) {
ngx_utf8_decode  1319 core/ngx_string.c         if (ngx_utf8_decode(&next, len) > 0x10ffff) {
ngx_utf8_decode   187 core/ngx_string.h uint32_t ngx_utf8_decode(u_char **p, size_t n);
ngx_utf8_decode   724 http/modules/ngx_http_charset_filter_module.c                 n = ngx_utf8_decode(&saved, size);
ngx_utf8_decode   792 http/modules/ngx_http_charset_filter_module.c     n = ngx_utf8_decode(&saved, i);
ngx_utf8_decode   900 http/modules/ngx_http_charset_filter_module.c         n = ngx_utf8_decode(&src, len);
ngx_utf8_decode  1352 http/modules/ngx_http_charset_filter_module.c         n = ngx_utf8_decode(&p, i);