Home
last modified time | relevance | path

Searched refs:utf8 (Results 1 – 9 of 9) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlua_cjson.c779 utf8[0] = codepoint; in codepoint_to_utf8()
785 utf8[0] = (codepoint >> 6) | 0xC0; in codepoint_to_utf8()
786 utf8[1] = (codepoint & 0x3F) | 0x80; in codepoint_to_utf8()
792 utf8[0] = (codepoint >> 12) | 0xE0; in codepoint_to_utf8()
793 utf8[1] = ((codepoint >> 6) & 0x3F) | 0x80; in codepoint_to_utf8()
794 utf8[2] = (codepoint & 0x3F) | 0x80; in codepoint_to_utf8()
800 utf8[0] = (codepoint >> 18) | 0xF0; in codepoint_to_utf8()
802 utf8[2] = ((codepoint >> 6) & 0x3F) | 0x80; in codepoint_to_utf8()
803 utf8[3] = (codepoint & 0x3F) | 0x80; in codepoint_to_utf8()
866 len = codepoint_to_utf8(utf8, codepoint); in json_append_unicode_escape()
[all …]
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_charset_filter_module.c28 unsigned utf8:1; member
530 ctx->from_utf8 = charsets[source_charset].utf8; in ngx_http_charset_ctx()
531 ctx->to_utf8 = charsets[charset].utf8; in ngx_http_charset_ctx()
1334 if (ctx->charset->utf8) { in ngx_http_charset_map()
1479 c->utf8 = 1; in ngx_http_add_charset()
1482 c->utf8 = 0; in ngx_http_add_charset()
H A Dngx_http_autoindex_module.c441 ngx_uint_t i, utf8; in ngx_http_autoindex_html() local
469 utf8 = 1; in ngx_http_autoindex_html()
472 utf8 = 0; in ngx_http_autoindex_html()
495 if (utf8) { in ngx_http_autoindex_html()
/f-stack/freebsd/contrib/openzfs/config/
H A Diconv.m4151 iconv_t cd_88591_to_utf8 = iconv_open ("utf8", "iso88591");
179 iconv_t cd4 = iconv_open ("utf8", "eucJP");
/f-stack/app/nginx-1.16.1/conf/
H A Dkoi-utf2 # This map is not a full koi8-r <> utf8 map: it does not contain
H A Dwin-utf2 # This map is not a full windows-1251 <> utf8 map: it does not
/f-stack/tools/ifconfig/
H A Difieee80211.c5677 int utf8; in print_string() local
5683 utf8 = strncmp("UTF-8", nl_langinfo(CODESET), 5) == 0; in print_string()
5686 if (!isprint(buf[i]) && buf[i] != '\0' && !utf8) in print_string()
5691 if (i == len || utf8) { in print_string()
/f-stack/app/nginx-1.16.1/
H A DCHANGES.ru3216 *) Добавление: параметр utf8 в директивах geoip_country и geoip_city.
H A DCHANGES3152 *) Feature: the "utf8" parameter of "geoip_country" and "geoip_city"