NGX_UTF_LEN        73 src/http/modules/ngx_http_charset_filter_module.c     u_char                      saved[NGX_UTF_LEN];
NGX_UTF_LEN       788 src/http/modules/ngx_http_charset_filter_module.c     for (i = ctx->saved_len; i < NGX_UTF_LEN; i++) {
NGX_UTF_LEN       813 src/http/modules/ngx_http_charset_filter_module.c         if (i < NGX_UTF_LEN) {
NGX_UTF_LEN       858 src/http/modules/ngx_http_charset_filter_module.c         saved = &ctx->saved[NGX_UTF_LEN];
NGX_UTF_LEN       977 src/http/modules/ngx_http_charset_filter_module.c         if (table[*src * NGX_UTF_LEN] == '\1') {
NGX_UTF_LEN      1053 src/http/modules/ngx_http_charset_filter_module.c         p = &table[*src++ * NGX_UTF_LEN];
NGX_UTF_LEN      1225 src/http/modules/ngx_http_charset_filter_module.c         table->src2dst = ngx_pcalloc(cf->pool, 256 * NGX_UTF_LEN);
NGX_UTF_LEN      1244 src/http/modules/ngx_http_charset_filter_module.c             p = &table->src2dst[i * NGX_UTF_LEN];
NGX_UTF_LEN      1251 src/http/modules/ngx_http_charset_filter_module.c             p = &table->src2dst[i * NGX_UTF_LEN];
NGX_UTF_LEN      1335 src/http/modules/ngx_http_charset_filter_module.c         p = &table->src2dst[src * NGX_UTF_LEN];
NGX_UTF_LEN      1355 src/http/modules/ngx_http_charset_filter_module.c         p = &table->src2dst[src * NGX_UTF_LEN] + 1;