Home
last modified time | relevance | path

Searched refs:utf8 (Results 1 – 9 of 9) sorted by last modified time

/unit/test/
H A Dtest_ruby_application.py258 utf8 = get_locale(r'.*UTF[-_]?8')
273 if utf8:
274 check_locale(utf8)
279 if not utf8 and not iso88591:
H A Dtest_static.py155 utf8 = True
161 utf8 = False
163 if utf8:
/unit/test/node/loader/es_modules_websocket/
H A Dapp.mjs21 if (message.type === 'utf8') {
/unit/test/node/loader/es_modules_websocket_indirect/
H A Dmodule.mjs21 if (message.type === 'utf8') {
/unit/src/test/
H A Dnxt_utf8_test.c45 u_char *p, utf8[4]; in nxt_utf8_overlong() local
84 u_char *p, utf8[4]; in nxt_utf8_test() local
106 pp = utf8; in nxt_utf8_test()
122 utf8[0] = invalid[i + 1]; in nxt_utf8_test()
123 utf8[1] = invalid[i + 2]; in nxt_utf8_test()
124 utf8[2] = invalid[i + 3]; in nxt_utf8_test()
127 pp = utf8; in nxt_utf8_test()
148 utf8[0] = i; in nxt_utf8_test()
155 utf8[1] = k; in nxt_utf8_test()
162 utf8[2] = l; in nxt_utf8_test()
[all …]
H A Dnxt_utf8_file_name_test.c51 static const u_char utf8[4] = "UTF8"; in nxt_utf8_file_name_test() local
118 if (nxt_file_write(&uc_file, utf8, 4, 0) != 4) { in nxt_utf8_file_name_test()
132 if (n != 4 || memcmp(utf8, test, 4) != 0) { in nxt_utf8_file_name_test()
/unit/pkg/rpm/rpmbuild/SOURCES/
H A Dunit.example-python-app16 return output.encode('utf8')
/unit/pkg/deb/debian/
H A Dunit.example-python-app16 return output.encode('utf8')
/unit/pkg/deb/debian.module/
H A Dunit.example-python-app16 return [s.encode('utf8') for s in output]