HomeSort by relevance Sort by last modified time
    Searched full:delimiters (Results 76 - 100 of 319) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/base/strings/
string_util.h 451 // |delimiters|. Each field is added to the |tokens| vector. Returns the
454 const base::string16& delimiters,
457 const std::string& delimiters,
460 const base::StringPiece& delimiters,
  /external/chromium_org/chrome/browser/extensions/api/proxy/
proxy_api_helpers.h 129 // Tokenizes the |in| at delimiters |delims| and returns a new ListValue with
  /external/chromium_org/third_party/icu/source/i18n/
brktrans.cpp 35 * Constructs a transliterator with the default delimiters '{' and
name2uni.cpp 56 * Constructs a transliterator with the default delimiters '{' and
ulocdata.c 153 delimiterBundle = ures_getByKey(uld->bundle, "delimiters", NULL, &localStatus);
  /external/chromium_org/third_party/libxml/src/
triostr.h 83 TRIO_STRING_PUBLIC char *trio_tokenize TRIO_PROTO((char *string, const char *delimiters));
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
printer.cc 91 // Two delimiters in a row reduce to a literal delimiter character.
  /external/icu4c/i18n/
brktrans.cpp 35 * Constructs a transliterator with the default delimiters '{' and
name2uni.cpp 58 * Constructs a transliterator with the default delimiters '{' and
ulocdata.c 156 delimiterBundle = ures_getByKey(uld->bundle, "delimiters", NULL, &localStatus);
  /external/libvpx/libvpx/examples/
gen_example_doxy.php 45 $regexp = '/\[\[(.*?)\]\]/'; // Double square bracket delimiters
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
applescript.php 64 'shut down', 'restart', 'display dialog', 'buttons', 'invisibles', 'item', 'items', 'delimiters', 'offset of',
reg.php 139 // Highlight Key Delimiters
  /external/libxml2/
triostr.h 83 TRIO_STRING_PUBLIC char *trio_tokenize TRIO_PROTO((char *string, const char *delimiters));
  /external/protobuf/src/google/protobuf/io/
printer.cc 92 // Two delimiters in a row reduce to a literal delimiter character.
  /frameworks/base/core/java/com/android/internal/util/
ProcFileReader.java 32 * delimiters.
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
PackedString.java 25 * Uses non-printable (control chars) for internal delimiters; Intended for regular displayable
  /external/icu4c/i18n/unicode/
regex.h 458 * Pattern matches identify delimiters that separate the input
459 * into fields. The input data between the delimiters becomes the
478 * @param input The string to be split into fields. The field delimiters
489 * field delimiters, is placed in the last destination string.
502 * Pattern matches identify delimiters that separate the input
503 * into fields. The input data between the delimiters becomes the
522 * @param input The string to be split into fields. The field delimiters
532 * field delimiters, is placed in the last destination string.
    [all...]
  /external/llvm/tools/bugpoint/
ToolRunner.cpp 412 std::string delimiters = " "; local
414 std::string::size_type lastPos = CommandLine.find_first_not_of(delimiters, 0);
415 std::string::size_type pos = CommandLine.find_first_of(delimiters, lastPos);
423 // Skip delimiters. Note the "not_of"
424 lastPos = CommandLine.find_first_not_of(delimiters, pos);
426 pos = CommandLine.find_first_of(delimiters, lastPos);
    [all...]
  /external/chromium/base/third_party/nspr/
prtypes.h 222 ** Macro shorthands for conditional C++ extern block delimiters.
523 ** Macro shorthands for conditional C++ extern block delimiters.
  /external/chromium_org/base/third_party/nspr/
prtypes.h 222 ** Macro shorthands for conditional C++ extern block delimiters.
523 ** Macro shorthands for conditional C++ extern block delimiters.
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prtypes.h 200 ** Macro shorthands for conditional C++ extern block delimiters.
494 ** Macro shorthands for conditional C++ extern block delimiters.
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
coretype.h 309 /** Separate string by delimiters.
312 * \param delim set of 1 or more delimiters
  /external/emma/lib/internal/
stamptool.jar 
  /external/antlr/antlr-3.4/runtime/C/vsrulefiles/
antlr3lexer.rules 146 Description="Specifies the absolute location of the ANTLR3 jar file if it is not in a location covered by %CLASSPATH%. Specify using UNIX directory delimiters to minimize problems."

Completed in 1067 milliseconds

1 2 34 5 6 7 8 91011>>