Home
last modified time | relevance | path

Searched refs:separators (Results 1 – 25 of 47) sorted by relevance

12

/external/webkit/WebKitTools/simplejson/
D__init__.py104 separators=None,
109 allow_nan=True, cls=None, indent=None, separators=None, argument
151 cls is None and indent is None and separators is None and
159 separators=separators, encoding=encoding, **kw).iterencode(obj)
167 allow_nan=True, cls=None, indent=None, separators=None, argument
207 cls is None and indent is None and separators is None and
215 separators=separators, encoding=encoding,
Dencoder.py114 indent=None, separators=None, encoding='utf-8'): argument
161 if separators is not None:
162 self.item_separator, self.key_separator = separators
/external/webkit/WebKit/mac/Misc/
DWebNSArrayExtras.m53 // Starting with a mutable array of NSMenuItems, removes any separators at the start,
54 // removes any separators at the end, and collapses any other adjacent separators to
/external/emma/core/java12/com/vladium/emma/filter/
DIInclExclFilter.java38 …public static IInclExclFilter create (final String specs1, final String separators, final String [… in create() argument
54 for (StringTokenizer tokenizer = new StringTokenizer (specs1, separators); in create()
/external/emma/core/java12/com/vladium/util/
DFiles.java96 final String separators = ",".concat (File.pathSeparator); in pathToFiles() local
103 final StringTokenizer tokenizer = new StringTokenizer (segment, separators); in pathToFiles()
/external/webkit/WebCore/mathml/
Dmathattrs.in12 separators
/external/icu4c/samples/layout/
Dparagraph.cpp81 static const LEUnicode separators[] = {CH_LF, CH_CR, CH_LSEP, CH_PSEP, 0x0000}; in Paragraph() local
104 LEUnicode *pEnd = u_strpbrk(pStart, separators); in Paragraph()
Dpflow.c117 static const LEUnicode separators[] = {CH_LF, CH_CR, CH_LSEP, CH_PSEP, 0x0000}; in pf_create() local
156 LEUnicode *pEnd = u_strpbrk(pStart, separators); in pf_create()
/external/webkit/JavaScriptCore/runtime/
DStringPrototype.cpp247 …ce, const StringRange* substringRanges, int rangeCount, const UString* separators, int separatorCo…
248 …ce, const StringRange* substringRanges, int rangeCount, const UString* separators, int separatorCo… in jsSpliceSubstringsWithSeparators() argument
264 totalLength += separators[i].size(); in jsSpliceSubstringsWithSeparators()
282 UStringImpl::copyChars(buffer + bufferPos, separators[i].data(), separators[i].size()); in jsSpliceSubstringsWithSeparators()
283 bufferPos += separators[i].size(); in jsSpliceSubstringsWithSeparators()
/external/protobuf/m4/
Dltoptions.m4173 # Look at the argument we got. We use all the common list separators.
227 # Look at the argument we got. We use all the common list separators.
281 # Look at the argument we got. We use all the common list separators.
/external/chromium/third_party/icu/source/data/brkitr/
Dsent.txt52 # Rule 3 - break after separators. Keep CR/LF together.
Dsent_el.txt52 # Rule 3 - break after separators. Keep CR/LF together.
/external/icu4c/data/brkitr/
Dsent.txt52 # Rule 3 - break after separators. Keep CR/LF together.
Dsent_el.txt52 # Rule 3 - break after separators. Keep CR/LF together.
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/
Djson_results_generator.py224 results_str = simplejson.dumps(results_json, separators=(',', ':'))
Dtest_expectations.py370 return ExpectationsJsonEncoder(separators=(',', ':')).encode(
/external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
Dmarkdown.php2342 $separators = preg_split('/ *[|] */', $underline);
2343 foreach ($separators as $n => $s) {
/external/e2fsprogs/lib/et/
Dtexinfo.tex1436 % Make spaces be word-separators rather than space tokens.
1465 % Make spaces be word-separators rather than space tokens.
1484 % Make spaces be word-separators rather than space tokens.
1503 % Make spaces be word-separators rather than space tokens.
1518 % Make spaces be word-separators rather than space tokens.
1532 % Make spaces be word-separators rather than space tokens.
/external/webkit/WebKit/mac/WebView/
DWebPDFView.mm1129 … // Include all of PDFKit's separators for now. At the end we'll remove any ones that were made
1162 // separators that were left behind.
/external/bluetooth/glib/
DChangeLog.pre-2-12105 as separators. Also, match dash with underscore.
/external/bluetooth/glib/glib/
Dgkeyfile.c151 GSList **separators,
/external/libvpx/examples/includes/geshi/docs/
DCHANGES258 …- Fixed incorrect treatment of unequally long multiline comment separators (related to SF #189163…
/external/expat/conftools/
Dlibtool.m41337 # path with ; separators, and with drive letters. We can handle the
1920 # Look at the argument we got. We use all the common list separators.
1959 # Look at the argument we got. We use all the common list separators.
1998 # Look at the argument we got. We use all the common list separators.
/external/dbus/
Daclocal.m41343 # path with ; separators, and with drive letters. We can handle the
1943 # Look at the argument we got. We use all the common list separators.
1982 # Look at the argument we got. We use all the common list separators.
2021 # Look at the argument we got. We use all the common list separators.
/external/chromium/third_party/libevent/
Daclocal.m41489 # path with ; separators, and with drive letters. We can handle the
2056 # Look at the argument we got. We use all the common list separators.
2095 # Look at the argument we got. We use all the common list separators.
2134 # Look at the argument we got. We use all the common list separators.

12