Home
last modified time | relevance | path

Searched refs:printable (Results 1 - 19 of 19) sorted by relevance

/third_party/node/deps/v8/src/regexp/
H A Dregexp-macro-assembler-tracer.cc202 PrintablePrinter printable(limit); in CheckCharacterLT()
205 *printable, in CheckCharacterLT()
212 PrintablePrinter printable(limit); in CheckCharacterGT()
215 *printable, in CheckCharacterGT()
221 PrintablePrinter printable(c); in CheckCharacter()
224 *printable, in CheckCharacter()
246 PrintablePrinter printable(c); in CheckNotCharacter()
249 *printable, in CheckNotCharacter()
259 PrintablePrinter printable(c); in CheckCharacterAfterAnd()
262 *printable, in CheckCharacterAfterAnd()
[all...]
H A Dregexp-interpreter.cc82 const bool printable = std::isprint(current_char); in MaybeTraceInterpreter() local
84 printable in MaybeTraceInterpreter()
88 printable ? current_char : '.'); in MaybeTraceInterpreter()
/third_party/rust/crates/syn/codegen/src/
H A Dsnapshot.rs99 let printable: Vec<TokenStream> = ty in format_field()
109 if printable.len() == 1 { in format_field()
110 printable.into_iter().next().unwrap() in format_field()
113 &(#(#printable),*) in format_field()
/third_party/node/tools/gyp/pylib/gyp/
H A Dxcodeproj_file.py557 # Some characters below the printable ASCII range are encoded specially:
592 made printable by returning their id property), and list and dict objects
602 printable = ""
615 printable += value.id
618 printable += self._EncodeString(value)
620 printable += self._EncodeString(value.encode("utf-8"))
622 printable += str(value)
626 printable += self._EncodeString("")
628 printable += self._EncodeString(value[0])
630 printable
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dxcodeproj_file.py557 # Some characters below the printable ASCII range are encoded specially:
592 made printable by returning their id property), and list and dict objects
602 printable = ""
615 printable += value.id
618 printable += self._EncodeString(value)
620 printable += self._EncodeString(value.encode("utf-8"))
622 printable += str(value)
626 printable += self._EncodeString("")
628 printable += self._EncodeString(value[0])
630 printable
[all...]
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Dasn1_parse.c206 int i, printable = 1; in asn1_parse2() local
213 * testing whether the octet string is printable in asn1_parse2()
220 printable = 0; in asn1_parse2()
224 if (printable) in asn1_parse2()
225 /* printable string */ in asn1_parse2()
233 * not printable => print octet string as hex dump in asn1_parse2()
/third_party/openssl/crypto/asn1/
H A Dasn1_parse.c206 int i, printable = 1; in asn1_parse2() local
213 * testing whether the octet string is printable in asn1_parse2()
220 printable = 0; in asn1_parse2()
224 if (printable) in asn1_parse2()
225 /* printable string */ in asn1_parse2()
233 * not printable => print octet string as hex dump in asn1_parse2()
/third_party/curl/tests/server/
H A Dfake_ntlm.c48 * Returns an allocated buffer with printable representation of input
51 static char *printable(char *inbuf, size_t inlength) in printable() function
274 msgbuf = printable(buf, 0); in main()
/third_party/libunwind/libunwind/doc/
H A Dunw_regname.tex19 The \Func{unw\_regname}() routine returns a printable name for
/third_party/python/Lib/
H A Dstring.py13 printable -- a string containing all ASCII characters considered printable
18 "digits", "hexdigits", "octdigits", "printable", "punctuation",
32 printable = digits + ascii_letters + punctuation + whitespace variable
/third_party/python/Tools/gdb/
H A Dlibpython.py1468 # Map non-printable US ASCII to '\xhh' */
1483 printable = ucs.isprintable()
1484 if printable:
1488 printable = False
1492 if not printable:
1494 # Match Python 3's representation of non-printable
/third_party/libcoap/src/
H A Dcoap_pdu.c1253 write_char(char **obp, size_t *len, char c, int printable) { in write_char() argument
1259 if (!printable) { in write_char()
1328 * Two rows - hex and ascii (if printable) in coap_pdu_parse_opt()
/third_party/python/Parser/
H A Dtokenizer.c1362 syntaxerror(tok, "invalid non-printable character U+%s", hex); in verify_identifier()
2123 return syntaxerror(tok, "invalid non-printable character U+%s", hex); in tok_get()
/third_party/astc-encoder/Test/
H A Dastc_test_functional.py2050 # Create swizzles with all invalid printable ascii codes
2052 for channel in string.printable:
2094 # Create swizzles with all invalid printable ascii codes
2096 for channel in string.printable:
2140 # Create swizzles with all invalid printable ascii codes
2142 for channel in string.printable:
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
H A DUCharacterTest.java571 * Tests for printable characters
576 int printable[] = {0x0042, 0x00005f, 0x002014}; in TestPrint()
579 int size = printable.length; in TestPrint()
582 if (!UCharacter.isPrintable(printable[i])) in TestPrint()
584 errln("FAIL \\u" + hex(printable[i]) + in TestPrint()
585 " expected to be a printable character"); in TestPrint()
591 " expected not to be a printable character"); in TestPrint()
594 logln("Ok \\u" + hex(printable[i]) + " and \\u" + in TestPrint()
606 " is a ISO 8 control character hence not printable\n"); in TestPrint()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DUCharacterTest.java568 * Tests for printable characters
573 int printable[] = {0x0042, 0x00005f, 0x002014}; in TestPrint()
576 int size = printable.length; in TestPrint()
579 if (!UCharacter.isPrintable(printable[i])) in TestPrint()
581 errln("FAIL \\u" + hex(printable[i]) + in TestPrint()
582 " expected to be a printable character"); in TestPrint()
588 " expected not to be a printable character"); in TestPrint()
591 logln("Ok \\u" + hex(printable[i]) + " and \\u" + in TestPrint()
603 " is a ISO 8 control character hence not printable\n"); in TestPrint()
/third_party/python/Lib/test/
H A Dtest_string.py21 self.assertEqual(string.printable, string.digits + string.ascii_lowercase + string.ascii_uppercase + string.punctuation + string.whitespace)
/third_party/skia/third_party/externals/expat/expat/tests/
H A Druntests.c11770 const char *const printable = unsignedCharToPrintable(uc); in START_TEST() local
11771 if (printable == NULL) in START_TEST()
11773 if (strlen(printable) < (size_t)1) in START_TEST()
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex9657 % Make non-ASCII characters printable again for compatibility with

Completed in 63 milliseconds