HomeSort by relevance Sort by last modified time
    Searched defs:separators (Results 1 - 16 of 16) sorted by null

  /external/llvm/lib/Support/
PathV2.cpp 27 const char *separators = "\\/"; member in namespace:__anon11584
30 const char separators = '/';
58 size_t end = path.find_first_of(separators, 2);
73 size_t end = path.find_first_of(separators, 2);
86 size_t pos = str.find_last_of(separators, str.size() - 1);
120 return str.find_first_of(separators, 2);
135 // Skip separators except for root dir.
181 // Both POSIX and Windows treat paths that begin with exactly two separators
188 // Handle separators.
201 // Skip extra separators
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
__init__.py 33 >>> 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`` is an ``(item_separator, dict_separator)`` tupl
    [all...]
  /external/webkit/Source/WebCore/rendering/mathml/
RenderMathMLFenced.cpp 65 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/emma/core/java12/com/vladium/util/
Files.java 96 final String separators = ",".concat (File.pathSeparator); local
103 final StringTokenizer tokenizer = new StringTokenizer (segment, separators);
  /external/icu4c/samples/layout/
paragraph.cpp 81 static const LEUnicode separators[] = {CH_LF, CH_CR, CH_LSEP, CH_PSEP, 0x0000}; local
104 LEUnicode *pEnd = u_strpbrk(pStart, separators);
pflow.c 117 static const LEUnicode separators[] = {CH_LF, CH_CR, CH_LSEP, CH_PSEP, 0x0000}; local
156 LEUnicode *pEnd = u_strpbrk(pStart, separators);
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
SoftKeyboard.java 647 String separators = getWordSeparators(); local
648 return separators.contains(String.valueOf((char)code));
  /external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 537 # that are word separators and "X" is used in the general case.
2342 $separators = preg_split('\/ *[|] *\/', $underline); variable
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.common_3.6.0.v20100503.jar 
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/
org-eclipse-equinox-common-3.6.0.jar 
  /external/emma/lib/
emma.jar 

Completed in 195 milliseconds