HomeSort by: relevance | last modified time | path
    Searched refs:escapes (Results 1 - 25 of 48) sorted by relevancy

1 2

  /src/external/gpl2/gettext/dist/gettext-tools/tests/
xgettext-csharp-3 12 // Test recognition of \u escapes.
14 // \u escapes with more than one u are invalid.
30 // Hex escapes are recognized.
80 #. Test recognition of \u escapes.
85 #. \u escapes with more than one u are invalid.
129 #. Hex escapes are recognized.
xgettext-java-2 13 // Test recognition of \u escapes: B�se B�bchen
15 // Test recognition of \u escapes with different number of u
17 // Test recognition of \u escapes when they form UTF-16 surrogates
35 // Octal escapes have 2 or 3 digits, depending on the initial digit.
37 // Hex escapes are not recognized
86 #. Test recognition of \u escapes: Böse Bübchen
91 #. Test recognition of \u escapes with different number of u
96 #. Test recognition of \u escapes when they form UTF-16 surrogates
135 #. Octal escapes have 2 or 3 digits, depending on the initial digit.
144 #. Hex escapes are not recognize
    [all...]
xgettext-csharp-2 22 // And now a comment with Русский and 日本語 and Unicode escapes: B\u00f6se B\u00fcbchen
74 #. And now a comment with Русский and 日本語 and Unicode escapes: B\u00f6se B\u00fcbchen
  /src/usr.bin/make/unit-tests/
varmod-undefined.mk 45 # In the :U modifier, the backslash only escapes very few characters, all
48 # In condition string literals, the backslash always escapes the following
escape.mk 65 VAR1BSc= 111\# backslash escapes comment char, so this is part of the value
varmod-edge.mk 93 # Therefore, the second backslash escapes the parenthesis.
varmod-ifelse.mk 104 # the '$' of the intended '${VAR}' escapes from the parser in form of the
varmod-match.mk 188 # \ outside a character list, escapes the following character
directive-include-guard.mk 573 # the '\' escapes the '!' from being a dependency operator, but when reading
  /src/external/bsd/openldap/dist/libraries/libldap/
getdn.c 491 * Here escapes and valid chars for GDS are considered; as soon as more
1439 ber_len_t len, escapes; local
1447 for ( startPos = p = str, escapes = 0; p < end; p++ ) {
1454 escapes++;
1462 escapes += 2;
1500 * escapes if not pedantic?
1534 len = ( endPos ? endPos : p ) - startPos - escapes;
1537 if ( escapes == 0 ) {
1593 ber_len_t len, escapes; local
1601 for ( startPos = p = str, escapes = 0; p[ 0 ]; p++ )
1682 ber_len_t len, escapes; local
1762 unsigned escapes = 0; local
    [all...]
  /src/external/bsd/tmux/dist/
cmd-parse.y 80 u_int escapes;
1209 if (ps->escapes != 0) {
1210 ps->escapes--;
1216 ps->escapes++;
1219 if (ch == '\n' && (ps->escapes % 2) == 1) {
1221 ps->escapes--;
1225 if (ps->escapes != 0) {
1227 ps->escapes--;
  /src/usr.bin/sed/
process.c 591 static const char escapes[] = "\\\a\b\f\r\t\v"; local
649 (p = strchr(escapes, c)) != NULL) {
654 fprintf(outfile, "\\%c", "\\abfrtv"[p - escapes]);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
charset.exp 397 regsub -all "." "abfnrtv" "(\\\\&|x)" escapes
404 # ${escapes}${uppercase}${lowercase}${digits}${octal}${octal}
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
charset.exp 397 regsub -all "." "abfnrtv" "(\\\\&|x)" escapes
404 # ${escapes}${uppercase}${lowercase}${digits}${octal}${octal}
  /src/external/gpl3/gcc.old/dist/lto-plugin/
lto-plugin.c 1490 int ticks = 0, escapes = 0; local
1508 escapes++;
1517 ticks and escapes backwards (so ticks is adjusted if we
1520 int len = p - start - ticks - escapes + 1;
1539 escapes--;
1547 assert (escapes == 0);
  /src/external/gpl3/gcc/dist/lto-plugin/
lto-plugin.c 1629 int ticks = 0, escapes = 0; local
1647 escapes++;
1656 ticks and escapes backwards (so ticks is adjusted if we
1659 int len = p - start - ticks - escapes + 1;
1678 escapes--;
1686 assert (escapes == 0);
  /src/external/gpl3/gcc/dist/gcc/config/alpha/
alpha.cc 6031 goto escapes;
6041 goto escapes;
6055 goto escapes;
6058 goto escapes;
6064 goto escapes;
6074 goto escapes;
6078 goto escapes;
6083 goto escapes;
6097 goto escapes;
6103 escapes
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/alpha/
alpha.cc 6018 goto escapes;
6028 goto escapes;
6042 goto escapes;
6045 goto escapes;
6051 goto escapes;
6061 goto escapes;
6065 goto escapes;
6070 goto escapes;
6084 goto escapes;
6090 escapes
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-call.cc 635 cum->escapes = call_ABI_of_interest (fndecl);
636 if (cum->escapes)
1080 && cum->escapes)
rs6000.h 1500 int escapes; /* if function visible outside tu */
1496 int escapes; \/* if function visible outside tu *\/ member in struct:rs6000_args
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-call.cc 643 cum->escapes = call_ABI_of_interest (fndecl);
644 if (cum->escapes)
1088 && cum->escapes)
rs6000.h 1547 int escapes; /* if function visible outside tu */
1543 int escapes; \/* if function visible outside tu *\/ member in struct:rs6000_args
  /src/external/gpl2/dtc/dist/tests/
run_tests.sh 501 run_dtc_test -I dts -O dtb -o dtc_escapes.test.dtb escapes.dts
565 for tree in test_tree1.dts escapes.dts references.dts path-references.dts \
  /src/external/historical/nawk/dist/
FIXES.1e 37 Force hex escapes in strings to be no more than two characters,
1220 Centralized the code for parsing escapes in regular expressions.
  /src/crypto/external/bsd/openssl.old/dist/util/perl/OpenSSL/
Test.pm 769 command, and makes sure to inject quotes and escapes as necessary depending

Completed in 96 milliseconds

1 2