HomeSort by relevance Sort by last modified time
    Searched refs:quoted (Results 1 - 25 of 36) sorted by null

1 2

  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
X509NameTokenizer.java 44 boolean quoted = false;
57 quoted = !quoted;
78 if (escaped || quoted)
  /external/nist-sip/java/gov/nist/core/
ParserCore.java 59 boolean quoted = false;
70 quoted = true;
83 if (quoted) nv.setQuotedValue();
  /external/chromium/third_party/icu/source/tools/pkgdata/
pkgtypes.h 37 * write CharList 'l' into stream 's' using deliminter 'delim' (delim can be NULL). quoted: -1 remove, 0 as is, 1 add quotes
39 const char *pkg_writeCharList(FileStream *s, CharList *l, const char *delim, int32_t quoted);
42 * Same, but use line breaks. quoted: -1 remove, 0 as is, 1 add quotes
44 const char *pkg_writeCharListWrap(FileStream *s, CharList *l, const char *delim, const char *brk, int32_t quoted);
  /external/icu4c/tools/pkgdata/
pkgtypes.h 37 * write CharList 'l' into stream 's' using deliminter 'delim' (delim can be NULL). quoted: -1 remove, 0 as is, 1 add quotes
39 const char *pkg_writeCharList(FileStream *s, CharList *l, const char *delim, int32_t quoted);
42 * Same, but use line breaks. quoted: -1 remove, 0 as is, 1 add quotes
44 const char *pkg_writeCharListWrap(FileStream *s, CharList *l, const char *delim, const char *brk, int32_t quoted);
  /external/chromium/third_party/icu/source/test/intltest/
dadrcoll.cpp 93 UBool quoted = FALSE; local
99 if(!quoted) {
119 quoted = TRUE;
123 quoted = TRUE;
135 quoted = FALSE;
140 quoted = FALSE;
  /external/icu4c/test/intltest/
dadrcoll.cpp 93 UBool quoted = FALSE; local
99 if(!quoted) {
119 quoted = TRUE;
123 quoted = TRUE;
135 quoted = FALSE;
140 quoted = FALSE;
  /external/dbus/dbus/
dbus-shell.c 35 * in the quoted text, you have to do something like 'foo'\''bar'
145 * quoted string to mean @unquoted_string. If you pass a filename to
218 * The @quoted_string need not actually contain quoted or
226 * \' - if you want a ' in the quoted text, you have to do something
231 * @quoted_string: shell-quoted string
259 /* Append all non-quoted chars, honoring backslash escape
331 * note that tokenization ignores the internals of a quoted
340 * double-quote (\, ' or ") and it is not quoted, it will affect
341 * quoting for subsequent characters up to the end of the quoted
348 * mark and the end of the quoted text. The token will not b
418 dbus_bool_t quoted;; local
    [all...]
dbus-auth-script.c 50 const DBusString *quoted)
57 while (i < _dbus_string_get_length (quoted))
61 b = _dbus_string_get_byte (quoted, i);
103 break; /* end on whitespace if not quoted */
403 _dbus_warn ("failed to append quoted string line %d\n",
585 _dbus_warn ("failed to append quoted string line %d\n",
622 _dbus_warn ("failed to append quoted string line %d\n",
  /external/nist-sip/java/gov/nist/javax/sip/parser/
ViaParser.java 155 boolean quoted = false;
170 quoted = true;
179 if (quoted)
  /external/iproute2/tc/
m_ematch.h 17 int quoted; member in struct:bstr
  /system/core/adb/
commandline.c 527 char *quoted; local
529 quoted = dupAndQuote (*argv++);
532 strncat(buf, quoted, sizeof(buf)-1);
533 free(quoted);
1181 char *quoted; local
1215 char* quoted; local
    [all...]
  /external/iptables/
iptables-xml.c 89 /* arg meta data, were they quoted, frinstance */
113 add_argv(char *what, int quoted)
118 newargvattr[newargc] = quoted;
396 /* use argvattr to tell which arguments were quoted
397 to avoid comparing quoted arguments, like comments, to -j, */
495 || (argv[arg + 1][0] == '-' /* NOT QUOTED */ )) {
732 int quote_open, quoted; local
770 /* We need to know which args were quoted so we
772 quoted = 0;
786 quoted = 1
    [all...]
  /system/core/sh/
expand.c 353 int quoted; local
384 quoted=1;
386 quoted=0;
397 if (quoted == 0)
409 expbackq(union node *cmd, int quoted, int flag)
420 char const *syntax = quoted? DQSYNTAX : BASESYNTAX;
470 if (quoted == 0)
823 varvalue(char *name, int quoted, int subtype, int flag)
835 syntax = quoted? DQSYNTAX : BASESYNTAX; \
869 if (flag & EXP_FULL && quoted) {
    [all...]
jobs.c 1400 int quoted = 0; local
1418 if (!(subtype & VSQUOTE) != !(quoted & 1)) {
1419 quoted ^= 1;
1425 if (quoted & 1) {
1430 quoted >>= 1;
1450 quoted ^= 1;
1462 quoted <<= 1;
1481 if ((quoted & 1) && nleft) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
Clock.java 153 boolean quoted = false;
158 quoted = !quoted;
160 if (!quoted && c == 'a') {
  /external/chromium/third_party/icu/source/i18n/
rbt_pars.cpp 399 int32_t quoteStart = -1; // Most recent 'single quoted string'
450 // Handle quoted matter
457 /* This loop picks up a run of quoted text of the
636 // Quantifiers. We handle single characters, quoted strings,
652 // The */+ follows a 'quoted string'
1650 UBool quoted = FALSE; local
    [all...]
  /external/icu4c/i18n/
rbt_pars.cpp 399 int32_t quoteStart = -1; // Most recent 'single quoted string'
450 // Handle quoted matter
457 /* This loop picks up a run of quoted text of the
636 // Quantifiers. We handle single characters, quoted strings,
652 // The */+ follows a 'quoted string'
1650 UBool quoted = FALSE; local
    [all...]
  /external/ppp/pppd/
utils.c 127 * %q (quoted string), %t (current time) and %I (IP address) formats.
167 int base, len, neg, quoted; local
315 case 'q': /* quoted string */
316 quoted = c == 'q';
328 if (!quoted && c >= 0x80) {
333 if (quoted && (c == '"' || c == '\\'))
336 if (quoted) {
options.c 1117 int quoted, comment; local
1184 * Save the delimiter for quoted strings.
1187 quoted = c;
1190 quoted = 0;
1286 if (quoted) {
1287 if (c == quoted
    [all...]
  /frameworks/base/core/java/android/webkit/
LoadListener.java     [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
argp.h 341 int quoted;
337 int quoted; member in struct:argp_state
  /external/chromium/third_party/icu/source/tools/genrb/
parse.c 284 UBool quoted = FALSE; local
350 quoted = (UBool)!quoted;
356 if (c == STARTCOMMAND && !quoted)
367 else if (c == HASH && !quoted) {
385 else if (!quoted && (c == SPACE || c == TAB || c == CR || c == LF))
    [all...]
  /external/icu4c/tools/genrb/
parse.c 284 UBool quoted = FALSE; local
350 quoted = (UBool)!quoted;
356 if (c == STARTCOMMAND && !quoted)
367 else if (c == HASH && !quoted) {
385 else if (!quoted && (c == SPACE || c == TAB || c == CR || c == LF))
    [all...]
  /frameworks/base/core/java/android/widget/
DatePicker.java 215 boolean quoted = false;
222 quoted = !quoted;
225 if (!quoted) {
  /external/chromium/third_party/icu/source/test/cintltst/
cldrtest.c 267 int32_t quoted = 0; local
271 quoted++;
273 else if ((quoted % 2) == 0) {
    [all...]

Completed in 579 milliseconds

1 2