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

1 2 3 45 6 7 8 91011>>

  /external/pcre/doc/
pcretest.1 127 White space before the initial delimiter is ignored. A regular expression may
129 included within it. It is possible to include the delimiter within the pattern
134 If you do so, the escape and the delimiter form part of the pattern, but since
136 If the terminating delimiter is immediately followed by a backslash, for
156 "the \fB/i\fP modifier", even though the delimiter of the pattern need not
158 appear between the final pattern delimiter and the first modifier, and between
pcretest.txt 116 White space before the initial delimiter is ignored. A regular expres-
119 delimiter within the pattern by escaping it, for example
123 If you do so, the escape and the delimiter form part of the pattern,
125 its interpretation. If the terminating delimiter is immediately fol-
145 as, for example, "the /i modifier", even though the delimiter of the
147 modifiers. Whitespace may appear between the final pattern delimiter
    [all...]
  /external/emma/core/java12/com/vladium/util/
Strings.java 33 public static String toListForm (final String [] strings, final char delimiter)
41 if (i != 0) s.append (delimiter);
  /external/icu4c/common/
uniset_props.cpp 91 * Delimiter string used in patterns to close a category reference:
574 // -------- Parse '[' of opening delimiter OR nested set.
577 // opening delimiter for this pattern, parse special
593 // Handle opening '[' delimiter
    [all...]
  /external/stlport/stlport/stl/
_istream.c 572 // delimiter if it is extracted. Note that the number of characaters
593 if (__is_getline) // didn't find delimiter as one of the _Num chars
606 } else if ( !__pushback(__buf, _Traits::to_char_type(__c)) ) { // leave delimiter
751 // the delimiter.
779 // Read n characters. We don't look for any delimiter, and we don't
811 // Read n or fewer characters. We don't look for any delimiter, and
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Exceptions/
errstack-001.js 238 * Split the string |err.stack| along its '\n' delimiter.
239 * As of 2002-02-28 |err.stack| ends with the delimiter, so
  /libcore/luni/src/main/java/java/net/
URLStreamHandler.java 118 * colons like "[::1]", in which case we look for the port delimiter
159 * delimiter character. The query can contain slashes and the fragment
  /libcore/luni/src/main/java/javax/xml/transform/
package.html 68 <a name="qname-delimiter">Qualified Name Representation</a>
120 key name is <a href="#qname-delimiter">namespace qualified</a>. Output key names
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_istream.c 572 // delimiter if it is extracted. Note that the number of characaters
593 if (__is_getline) // didn't find delimiter as one of the _Num chars
606 } else if ( !__pushback(__buf, _Traits::to_char_type(__c)) ) { // leave delimiter
751 // the delimiter.
779 // Read n characters. We don't look for any delimiter, and we don't
811 // Read n or fewer characters. We don't look for any delimiter, and
    [all...]
  /packages/apps/Email/src/com/android/email/mail/transport/
MailTransport.java 335 * Reads a single line from the server, using either \r\n or \n as the delimiter. The
336 * delimiter char(s) are not included in the result.
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_istream.c 572 // delimiter if it is extracted. Note that the number of characaters
593 if (__is_getline) // didn't find delimiter as one of the _Num chars
606 } else if ( !__pushback(__buf, _Traits::to_char_type(__c)) ) { // leave delimiter
751 // the delimiter.
779 // Read n characters. We don't look for any delimiter, and we don't
811 // Read n or fewer characters. We don't look for any delimiter, and
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_istream.c 572 // delimiter if it is extracted. Note that the number of characaters
593 if (__is_getline) // didn't find delimiter as one of the _Num chars
606 } else if ( !__pushback(__buf, _Traits::to_char_type(__c)) ) { // leave delimiter
751 // the delimiter.
779 // Read n characters. We don't look for any delimiter, and we don't
811 // Read n or fewer characters. We don't look for any delimiter, and
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/
AbstractPropertiesFieldsPart.java 179 // line delimiter.
215 // The document doesn't end with a line delimiter, so add
  /device/moto/stingray/ril/
qbp-dump.sh 23 # Set delimiter to slash for separating directories
  /external/chromium/chrome/browser/autofill/
form_field.h 130 // Additionally we allow the use of '.' as a word delimiter in addition to the
  /external/chromium/chrome/browser/ui/webui/
new_tab_page_sync_handler.cc 40 // with name/value delimiter (i.e '=').
  /external/chromium/net/http/
http_chunked_decoder.h 95 // Scans |buf| for the next chunk delimiter. This method returns the number
  /external/chromium/third_party/libjingle/source/talk/base/
stringencode.cc 514 size_t tokenize(const std::string& source, char delimiter,
520 if (source[i] == delimiter) {
533 size_t split(const std::string& source, char delimiter,
539 if (source[i] == delimiter) {
  /external/icu4c/test/cintltst/
nfsprep.c 258 reqLen = pLen+sLen+1 /* for the delimiter */;
  /external/icu4c/test/intltest/
normconf.cpp 520 * Split a string into pieces based on the given delimiter
530 UBool NormalizerConformanceTest::hexsplit(const char *s, char delimiter,
549 (*end != ' ' && *end != '\t' && *end != delimiter)
564 if(*t == delimiter) {
  /external/libvpx/examples/
gen_example_doxy.php 142 * dimension is the full matched string (with delimiter);
  /external/libvpx/examples/includes/geshi/geshi/
dcs.php 19 * not escape the string delimiter character '"' when the program runs. A '\\' is
genero.php 110 "DELIMITER",
  /external/libvpx/examples/includes/
vp8_doc_tools.php 50 * dimension is the full matched string (with delimiter);
  /external/llvm/lib/Support/
StringExtras.cpp 43 // Find the next occurrence of the delimiter.

Completed in 612 milliseconds

1 2 3 45 6 7 8 91011>>