HomeSort by relevance Sort by last modified time
    Searched full:delimiters (Results 101 - 125 of 335) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/chrome/browser/sync/test/integration/
sync_test.cc 533 std::string delimiters = "\r\n"; local
534 Tokenize(file_contents, delimiters, &tokens);
723 base::CommandLine::StringType delimiters(FILE_PATH_LITERAL(" "));
724 Tokenize(server_cmdline_string, delimiters, &server_cmdline_vector);
    [all...]
  /external/icu/icu4c/source/i18n/
ulocdata.c 157 delimiterBundle = ures_getByKey(uld->bundle, "delimiters", NULL, &localStatus);
  /external/jsilver/src/com/google/streamhtmlparser/util/
JavascriptTokenBuffer.java 49 * the biggest token we want to lookup plus three: Two delimiters plus
  /external/markdown/MarkdownTest/Tests_2004/
Markdown Documentation - Syntax.text 162 angle brackets as delimiters for HTML tags, Markdown will treat them as
430 delimiters need to be indented:
746 multiple backticks as the opening and closing delimiters:
754 The backtick delimiters surrounding a code span may include spaces --
Markdown Documentation - Syntax.html 163 angle brackets as delimiters for HTML tags, Markdown will treat them as
445 delimiters need to be indented:</p>
788 multiple backticks as the opening and closing delimiters:</p>
798 <p>The backtick delimiters surrounding a code span may include spaces --
  /external/markdown/MarkdownTest/Tests_2007/
Markdown Documentation - Syntax.text 162 angle brackets as delimiters for HTML tags, Markdown will treat them as
430 delimiters need to be indented:
746 multiple backticks as the opening and closing delimiters:
754 The backtick delimiters surrounding a code span may include spaces --
  /external/markdown/tests/extensions-x-def_list/
markdown-syntax.txt 162 angle brackets as delimiters for HTML tags, Markdown will treat them as
430 delimiters need to be indented:
746 multiple backticks as the opening and closing delimiters:
754 The backtick delimiters surrounding a code span may include spaces --
  /external/markdown/tests/extensions-x-toc/
syntax-toc.txt 125 angle brackets as delimiters for HTML tags, Markdown will treat them as
393 delimiters need to be indented:
709 multiple backticks as the opening and closing delimiters:
717 The backtick delimiters surrounding a code span may include spaces --
  /external/markdown/tests/markdown-test/
markdown-syntax.txt 162 angle brackets as delimiters for HTML tags, Markdown will treat them as
430 delimiters need to be indented:
746 multiple backticks as the opening and closing delimiters:
754 The backtick delimiters surrounding a code span may include spaces --
  /ndk/sources/host-tools/make-3.81/w32/
pathstuff.c 32 * Convert all spaces to delimiters. Note that pathnames which
  /external/chromium_org/third_party/icu/source/i18n/unicode/
regex.h 497 * The pattern matches identify delimiters that separate the input
504 * @param input The string to be split into fields. The field delimiters
515 * field delimiters, is placed in the last destination string.
528 * The pattern matches identify delimiters that separate the input
535 * @param input The string to be split into fields. The field delimiters
545 * field delimiters, is placed in the last destination string.
    [all...]
ulocdata.h 47 /** The possible types of delimiters.
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
CharEscapers.java 485 * <li>The general delimiters "@" and ":" remain the same.
523 * <li>The general delimiters "@" and ":" remain the same.
524 * <li>The path delimiters "/" and "?" remain the same.
603 * <li>The general delimiters "@" and ":" remain the same.
604 * <li>The path delimiters "/" and "?" remain the same.
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
CharEscapers.java 485 * <li>The general delimiters "@" and ":" remain the same.
523 * <li>The general delimiters "@" and ":" remain the same.
524 * <li>The path delimiters "/" and "?" remain the same.
603 * <li>The general delimiters "@" and ":" remain the same.
604 * <li>The path delimiters "/" and "?" remain the same.
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
bcmutils.c 863 * after the delimiter. Leading delimiters are skipped.
867 * delimiters (in) Set of delimiter characters.
875 bcmstrtok(char **string, const char *delimiters, char *tokdelim)
894 map[*delimiters >> 5] |= (1 << (*delimiters & 31));
896 while (*delimiters++);
900 /* Find beginning of token (skip over leading delimiters). Note that
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
strutil.h 165 // to 'result'. If there are consecutive delimiters, this function skips
171 // Split a string using one or more byte delimiters, presented
173 // If there are consecutive delimiters, this function will return
  /external/chromium_org/chrome/browser/chromeos/system/
syslogs_provider.cc 51 // Reads a key from the input string erasing the read values + delimiters read
  /external/chromium_org/chrome/browser/performance_monitor/
database.h 43 // The following specifies the schema of each type of leveldb::DB. Delimiters
  /external/chromium_org/components/policy/core/common/
preg_parser_win.cc 35 // Constants for PReg file delimiters.
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
python.js 132 // Handle operators and Delimiters
  /external/chromium_org/third_party/libxml/src/
triostr.c 927 TRIO_ARGS2((string, delimiters),
929 TRIO_CONST char *delimiters)
931 assert(delimiters);
933 return strtok(string, delimiters);
    [all...]
  /external/chromium_org/third_party/mesa/src/docs/OLD/
MESA_trace.spec 232 by C-style comment delimiters.
  /external/chromium_org/third_party/openssl/openssl/crypto/perlasm/
x86gas.pl 132 # GNU and SVR4 as'es use different comment delimiters,
  /external/icu/icu4c/source/i18n/unicode/
ulocdata.h 54 /** The possible types of delimiters.
  /external/libxml2/
triostr.c 927 TRIO_ARGS2((string, delimiters),
929 TRIO_CONST char *delimiters)
931 assert(delimiters);
933 return strtok(string, delimiters);
    [all...]

Completed in 2121 milliseconds

1 2 3 45 6 7 8 91011>>