NGX_UTF_LEN        72 http/modules/ngx_http_charset_filter_module.c     u_char                      saved[NGX_UTF_LEN];
NGX_UTF_LEN       783 http/modules/ngx_http_charset_filter_module.c     for (i = ctx->saved_len; i < NGX_UTF_LEN; i++) {
NGX_UTF_LEN       808 http/modules/ngx_http_charset_filter_module.c         if (i < NGX_UTF_LEN) {
NGX_UTF_LEN       853 http/modules/ngx_http_charset_filter_module.c         saved = &ctx->saved[NGX_UTF_LEN];
NGX_UTF_LEN       972 http/modules/ngx_http_charset_filter_module.c         if (table[*src * NGX_UTF_LEN] == '\1') {
NGX_UTF_LEN      1048 http/modules/ngx_http_charset_filter_module.c         p = &table[*src++ * NGX_UTF_LEN];
NGX_UTF_LEN      1220 http/modules/ngx_http_charset_filter_module.c         table->src2dst = ngx_pcalloc(cf->pool, 256 * NGX_UTF_LEN);
NGX_UTF_LEN      1239 http/modules/ngx_http_charset_filter_module.c             p = &table->src2dst[i * NGX_UTF_LEN];
NGX_UTF_LEN      1246 http/modules/ngx_http_charset_filter_module.c             p = &table->src2dst[i * NGX_UTF_LEN];
NGX_UTF_LEN      1330 http/modules/ngx_http_charset_filter_module.c         p = &table->src2dst[src * NGX_UTF_LEN];
NGX_UTF_LEN      1350 http/modules/ngx_http_charset_filter_module.c         p = &table->src2dst[src * NGX_UTF_LEN] + 1;