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

1 2 34 5 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
osdefs.h 57 /* Search path entry delimiter */
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
osdefs.h 57 /* Search path entry delimiter */
  /external/chromium_org/chrome/browser/resources/chromeos/
about_sys.js 130 var delimiter = lines[i].indexOf('=');
131 if (delimiter <= 0) {
138 var name = lines[i].substring(0, delimiter);
141 if (lines[i].length > delimiter + 1)
142 value = lines[i].substring(delimiter + 1);
148 // Skip start delimiter.
  /external/chromium_org/third_party/libjingle/source/talk/base/
stringencode.cc 454 char delimiter) {
463 size_t needed = delimiter ? (srclen * 3) : (srclen * 2 + 1);
473 // Don't write a delimiter after the last byte.
474 if (delimiter && (srcpos < srclen)) {
475 buffer[bufpos] = delimiter;
490 char delimiter) {
494 source, srclen, delimiter);
506 char delimiter) {
514 size_t needed = (delimiter) ? (srclen + 1) / 3 : srclen / 2;
532 // Remove the delimiter if needed
    [all...]
pathutils.cc 52 // DEFAULT_FOLDER_DELIM is the preferred delimiter for this platform
85 void Pathname::SetFolderDelimiter(char delimiter) {
86 ASSERT(IsFolderDelimiter(delimiter));
87 folder_delimiter_ = delimiter;
186 // Ensure folder ends in a path delimiter
194 // Ensure folder ends in a path delimiter
222 // Ensure extension begins with the extension delimiter
stringencode_unittest.cc 96 // Test that we can convert to/from hex with no delimiter.
106 // Test that we can convert to/from hex with a colon delimiter.
118 // Test that encoding with one delimiter and decoding with another fails.
128 // Test that encoding without a delimiter and decoding with one fails.
137 // Test that encoding with a delimiter and decoding without one fails.
146 // Test that we handle a zero-length buffer with no delimiter.
154 // Test that we handle a zero-length buffer with a delimiter.
163 // Test the std::string variants that take no delimiter.
172 // Test the std::string variants that use a delimiter.
181 // Test that encoding into a too-small output buffer (without delimiter) fails
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
pathutils.cc 52 // DEFAULT_FOLDER_DELIM is the preferred delimiter for this platform
85 void Pathname::SetFolderDelimiter(char delimiter) {
86 ASSERT(IsFolderDelimiter(delimiter));
87 folder_delimiter_ = delimiter;
186 // Ensure folder ends in a path delimiter
194 // Ensure folder ends in a path delimiter
222 // Ensure extension begins with the extension delimiter
stringencode.h 128 // Splits the source string into multiple fields separated by delimiter,
129 // with duplicates of delimiter creating empty fields.
130 size_t split(const std::string& source, char delimiter,
133 // Splits the source string into multiple fields separated by delimiter,
134 // with duplicates of delimiter ignored. Trailing delimiter ignored.
135 size_t tokenize(const std::string& source, char delimiter,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_csv.py 25 self.assertRaises(TypeError, ctor, arg, delimiter = 0)
26 self.assertRaises(TypeError, ctor, arg, delimiter = 'XX')
28 self.assertRaises(TypeError, ctor, arg, delimiter=None)
29 self.assertRaises(TypeError, ctor, arg, delimiter=1)
48 self.assertEqual(obj.dialect.delimiter, ',')
57 self.assertRaises(TypeError, delattr, obj.dialect, 'delimiter')
58 self.assertRaises(TypeError, setattr, obj.dialect, 'delimiter', ':')
71 kwargs = dict(delimiter=':', doublequote=False, escapechar='\\',
76 self.assertEqual(obj.dialect.delimiter, ':')
94 delimiter='- variable in class:Test_Csv._test_dialect_attrs.dialect
345 delimiter = "\\t" variable in class:TestDialectRegistry.test_registry.myexceltsv
364 delimiter = "\\t" variable in class:TestDialectRegistry.test_incomplete_dialect.myexceltsv
369 delimiter = " " variable in class:TestDialectRegistry.test_space_dialect.space
387 delimiter = "\\t" variable in class:TestDialectRegistry.test_dialect_apply.testA
389 delimiter = ":" variable in class:TestDialectRegistry.test_dialect_apply.testB
391 delimiter = "|" variable in class:TestDialectRegistry.test_dialect_apply.testC
849 delimiter = ";" variable in class:TestDialectValidity.test_quoting.mydialect
873 delimiter = ";" variable in class:TestDialectValidity.test_delimiter.mydialect
889 delimiter = ";" variable in class:TestDialectValidity.test_lineterminator.mydialect
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_csv.py 25 self.assertRaises(TypeError, ctor, arg, delimiter = 0)
26 self.assertRaises(TypeError, ctor, arg, delimiter = 'XX')
28 self.assertRaises(TypeError, ctor, arg, delimiter=None)
29 self.assertRaises(TypeError, ctor, arg, delimiter=1)
48 self.assertEqual(obj.dialect.delimiter, ',')
57 self.assertRaises(TypeError, delattr, obj.dialect, 'delimiter')
58 self.assertRaises(TypeError, setattr, obj.dialect, 'delimiter', ':')
71 kwargs = dict(delimiter=':', doublequote=False, escapechar='\\',
76 self.assertEqual(obj.dialect.delimiter, ':')
94 delimiter='- variable in class:Test_Csv._test_dialect_attrs.dialect
345 delimiter = "\\t" variable in class:TestDialectRegistry.test_registry.myexceltsv
364 delimiter = "\\t" variable in class:TestDialectRegistry.test_incomplete_dialect.myexceltsv
369 delimiter = " " variable in class:TestDialectRegistry.test_space_dialect.space
387 delimiter = "\\t" variable in class:TestDialectRegistry.test_dialect_apply.testA
389 delimiter = ":" variable in class:TestDialectRegistry.test_dialect_apply.testB
391 delimiter = "|" variable in class:TestDialectRegistry.test_dialect_apply.testC
849 delimiter = ";" variable in class:TestDialectValidity.test_quoting.mydialect
873 delimiter = ";" variable in class:TestDialectValidity.test_delimiter.mydialect
889 delimiter = ";" variable in class:TestDialectValidity.test_lineterminator.mydialect
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
name2uni.cpp 133 // 0 - looking for open delimiter
134 // 1 - after open delimiter
143 case 0: // looking for open delimiter
157 case 1: // after open delimiter
246 // open delimiter candidate.
  /external/icu4c/i18n/
name2uni.cpp 135 // 0 - looking for open delimiter
136 // 1 - after open delimiter
145 case 0: // looking for open delimiter
159 case 1: // after open delimiter
248 // open delimiter candidate.
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
DefaultHdfParser.java 118 * Split a line in two, based on a delimiter. If the delimiter is not found, null is returned.
120 private Split split(String line, String delimiter) {
121 int position = line.indexOf(delimiter);
125 result.right = line.substring(position + delimiter.length()).trim();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stream_iterator.h 169 * The delimiter string @a c is written to the stream after every Tp
170 * written to the stream. The delimiter is not copied, and thus must
174 * @param c CharT delimiter string to insert.
184 /// constructed with delimiter string, writes delimiter to ostream.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stream_iterator.h 176 * The delimiter string @a c is written to the stream after every Tp
177 * written to the stream. The delimiter is not copied, and thus must
181 * @param c CharT delimiter string to insert.
191 /// constructed with delimiter string, writes delimiter to ostream.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stream_iterator.h 176 * The delimiter string @a c is written to the stream after every Tp
177 * written to the stream. The delimiter is not copied, and thus must
181 * @param c CharT delimiter string to insert.
191 /// constructed with delimiter string, writes delimiter to ostream.
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stream_iterator.h 169 * The delimiter string @a c is written to the stream after every Tp
170 * written to the stream. The delimiter is not copied, and thus must
174 * @param c CharT delimiter string to insert.
184 /// constructed with delimiter string, writes delimiter to ostream.
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stream_iterator.h 169 * The delimiter string @a c is written to the stream after every Tp
170 * written to the stream. The delimiter is not copied, and thus must
174 * @param c CharT delimiter string to insert.
184 /// constructed with delimiter string, writes delimiter to ostream.
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stream_iterator.h 169 * The delimiter string @a c is written to the stream after every Tp
170 * written to the stream. The delimiter is not copied, and thus must
174 * @param c CharT delimiter string to insert.
184 /// constructed with delimiter string, writes delimiter to ostream.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stream_iterator.h 169 * The delimiter string @a c is written to the stream after every Tp
170 * written to the stream. The delimiter is not copied, and thus must
174 * @param c CharT delimiter string to insert.
184 /// constructed with delimiter string, writes delimiter to ostream.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stream_iterator.h 176 * The delimiter string @a c is written to the stream after every Tp
177 * written to the stream. The delimiter is not copied, and thus must
181 * @param c CharT delimiter string to insert.
191 /// constructed with delimiter string, writes delimiter to ostream.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stream_iterator.h 176 * The delimiter string @a c is written to the stream after every Tp
177 * written to the stream. The delimiter is not copied, and thus must
181 * @param __c CharT delimiter string to insert.
191 /// constructed with delimiter string, writes delimiter to ostream.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stream_iterator.h 176 * The delimiter string @a c is written to the stream after every Tp
177 * written to the stream. The delimiter is not copied, and thus must
181 * @param c CharT delimiter string to insert.
191 /// constructed with delimiter string, writes delimiter to ostream.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stream_iterator.h 176 * The delimiter string @a c is written to the stream after every Tp
177 * written to the stream. The delimiter is not copied, and thus must
181 * @param __c CharT delimiter string to insert.
191 /// constructed with delimiter string, writes delimiter to ostream.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stream_iterator.h 176 * The delimiter string @a c is written to the stream after every Tp
177 * written to the stream. The delimiter is not copied, and thus must
181 * @param __c CharT delimiter string to insert.
191 /// constructed with delimiter string, writes delimiter to ostream.

Completed in 372 milliseconds

1 2 34 5 6 7 8 91011>>