Home
last modified time | relevance | path

Searched defs:ascii (Results 1 – 25 of 72) sorted by relevance

123

/third_party/node/test/fixtures/
Durl-idna.js5 { ascii: 'xn--mgbaal8b0b9b2b.icom.museum', property
9 ascii: 'xn--lgbbat1ad8j.icom.museum', property
13 ascii: 'xn--sterreich-z7a.icom.museum', property
17 ascii: 'xn--54b6eqazv8bc7e.icom.museum', property
21 ascii: 'xn--80abmy0agn7e.icom.museum', property
25 ascii: 'xn--belgi-rsa.icom.museum', property
29 ascii: 'xn--80abgvm6a7d2b.icom.museum', property
33 ascii: 'xn--mgbfqim.icom.museum', property
37 ascii: 'xn--fiqs8s.icom.museum', property
41 ascii: 'xn--mgbu4chg.icom.museum', property
[all …]
/third_party/boost/boost/spirit/home/support/char_encoding/
Dascii.hpp183 struct ascii struct
185 typedef char char_type;
186 typedef unsigned char classify_type;
189 isascii_(int ch) in isascii_()
195 ischar(int ch) in ischar()
207 strict_ischar(int ch) in strict_ischar()
213 isalnum(int ch) in isalnum()
221 isalpha(int ch) in isalpha()
228 isdigit(int ch) in isdigit()
235 isxdigit(int ch) in isxdigit()
[all …]
/third_party/node/benchmark/url/
Dwhatwg-url-idna.js7 ascii: '', property
11 ascii: 'passports', property
15 ascii: 'Paßstraße', property
19 ascii: '他们不说中文', property
23 ascii: { toString() { return ''; } }, property
/third_party/uboot/u-boot-2020.01/lib/
Dhexdump.c53 char *linebuf, size_t linebuflen, bool ascii) in hex_dump_to_buffer()
183 int groupsize, const void *buf, size_t len, bool ascii) in print_hex_dump()
237 size_t len, bool ascii) in print_hex_dump()
/third_party/skia/third_party/externals/icu/scripts/
Deuckr_gen.sh41 function ascii { function
Dsjis_gen.sh49 function ascii { function
Deucjp_gen.sh47 function ascii { function
Dbig5_gen.sh53 function ascii { function
/third_party/flutter/skia/third_party/externals/icu/scripts/
Deuckr_gen.sh41 function ascii { function
Dsjis_gen.sh49 function ascii { function
Deucjp_gen.sh47 function ascii { function
Dbig5_gen.sh53 function ascii { function
/third_party/node/test/parallel/
Dtest-url-domain-ascii-unicode.js26 const ascii = pair[1]; constant
Dtest-icu-punycode.js22 for (const [i, { ascii, unicode }] of tests.entries()) { property
Dtest-whatwg-url-custom-domainto.js28 for (const [i, { ascii, unicode }] of tests.entries()) { property
Dtest-icu-transcode.js15 'ascii': [0x74, 0x3f, 0x73, 0x74, 0x20, 0x3f], property
Dtest-buffer-bytelength.js38 const ascii = Buffer.from('abc'); constant
Dtest-http2-createwritereq.js18 'ascii': 'ascii', property
/third_party/node/benchmark/misc/
Dgetstringwidth.js16 ascii: 'foobar'.repeat(100), property
/third_party/cJSON/tests/
Dprint_string.c49 char ascii[0x7F]; in print_string_should_print_ascii() local
/third_party/node/test/fixtures/wpt/encoding/streams/
Ddecode-attributes.any.js13 'ascii': 'windows-1252', property
/third_party/curl/lib/
Dcurl_ctype.c44 static const unsigned char ascii[128] = { variable
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/
DTestIDNA.java735 String ascii = IDNA.convertToASCII(in[i],IDNA.DEFAULT).toString(); in TestJB4490() local
756 String ascii = IDNA.convertToASCII(in[i],IDNA.DEFAULT).toString(); in TestJB4475() local
779 String ascii = IDNA.convertToASCII("\u00AD",IDNA.DEFAULT).toString(); in TestDebug() local
/third_party/boost/boost/spirit/home/qi/char/
Dchar_class.hpp38 namespace ascii { using namespace boost::spirit::ascii; } namespace
/third_party/icu/icu4c/source/test/perf/normperf/
Dsimplenormperf.cpp66 static const UChar *const ascii; member in __anon410da8650111::CommonChars
129 const UChar *const CommonChars::ascii = member in __anon410da8650111::CommonChars

123