Searched defs:separators (Results 1 - 13 of 13) sorted by relevance

/external/llvm/lib/Support/
H A DPathV2.cpp27 const char *separators = "\\/"; member in namespace:__anon8817
30 const char separators = '/';
57 size_t end = path.find_first_of(separators, 2);
72 size_t end = path.find_first_of(separators, 2);
85 size_t pos = str.find_last_of(separators, str.size() - 1);
119 return str.find_first_of(separators, 2);
134 // Skip separators except for root dir.
180 // Both POSIX and Windows treat paths that begin with exactly two separators
187 // Handle separators.
200 // Skip extra separators
[all...]
/external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
H A D__init__.py33 >>> simplejson.dumps([1,2,3,{'4': 5, '6': 7}], separators=(',',':'))
104 separators=None, variable
109 allow_nan=True, cls=None, indent=None, separators=None,
138 If ``separators`` is an ``(item_separator, dict_separator)`` tuple
139 then it will be used instead of the default ``(', ', ': ')`` separators.
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,
194 If ``separators`` i
[all...]
/external/emma/core/java12/com/vladium/emma/filter/
H A DIInclExclFilter.java38 public static IInclExclFilter create (final String specs1, final String separators, final String [] specs2) argument
54 for (StringTokenizer tokenizer = new StringTokenizer (specs1, separators);
/external/webkit/Source/WebCore/rendering/mathml/
H A DRenderMathMLFenced.cpp65 AtomicString separators = static_cast<Element*>(fenced)->getAttribute(MathMLNames::separatorsAttr); local
66 if (!separators.isNull()) {
68 for (unsigned int i = 0; i < separators.length(); i++) {
69 if (!isSpaceOrNewline(separators[i]))
70 characters.append(separators[i]);
117 // Use the last separator if we've run out of specified separators.
/external/icu4c/samples/layout/
H A Dparagraph.cpp81 static const LEUnicode separators[] = {CH_LF, CH_CR, CH_LSEP, CH_PSEP, 0x0000}; local
104 LEUnicode *pEnd = u_strpbrk(pStart, separators);
H A Dpflow.c117 static const LEUnicode separators[] = {CH_LF, CH_CR, CH_LSEP, CH_PSEP, 0x0000}; local
156 LEUnicode *pEnd = u_strpbrk(pStart, separators);
/external/webkit/Source/JavaScriptCore/runtime/
H A DStringPrototype.cpp251 static ALWAYS_INLINE JSValue jsSpliceSubstringsWithSeparators(ExecState* exec, JSString* sourceVal, const UString& source, const StringRange* substringRanges, int rangeCount, const UString* separators, int separatorCount) argument
267 totalLength += separators[i].length();
287 if (int sepLen = separators[i].length()) {
288 StringImpl::copyChars(buffer + bufferPos, separators[i].characters(), sepLen);
/external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
H A Dmarkdown.php537 # that are word separators and "X" is used in the general case.
2342 $separators = preg_split('/ *[|] */', $underline); variable
2343 foreach ($separators as $n => $s) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.common_3.6.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 2114 milliseconds