HomeSort by relevance Sort by last modified time
    Searched full:separators (Results 1 - 25 of 409) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/tests/tests/webkitsecurity/assets/
fenced-whitespace-separators-crash.html 11 <mfenced separators=" ">
  /external/webkit/Source/WebCore/mathml/
mathattrs.in 23 separators
  /external/nist-sip/java/gov/nist/core/
GenericObjectList.java 50 protected static final String SEMICOLON = Separators.SEMICOLON;
52 protected static final String COLON = Separators.COLON;
54 protected static final String COMMA = Separators.COMMA;
56 protected static final String SLASH = Separators.SLASH;
58 protected static final String SP = Separators.SP;
60 protected static final String EQUALS = Separators.EQUALS;
62 protected static final String STAR = Separators.STAR;
64 protected static final String NEWLINE = Separators.NEWLINE;
66 protected static final String RETURN = Separators.RETURN;
68 protected static final String LESS_THAN = Separators.LESS_THAN
    [all...]
Separators.java 28 /** Separators.
37 public interface Separators {
GenericObject.java 50 protected static final String SEMICOLON = Separators.SEMICOLON;
51 protected static final String COLON = Separators.COLON;
52 protected static final String COMMA = Separators.COMMA;
53 protected static final String SLASH = Separators.SLASH;
54 protected static final String SP = Separators.SP;
55 protected static final String EQUALS = Separators.EQUALS;
56 protected static final String STAR = Separators.STAR;
57 protected static final String NEWLINE = Separators.NEWLINE;
58 protected static final String RETURN = Separators.RETURN;
59 protected static final String LESS_THAN = Separators.LESS_THAN
    [all...]
  /cts/libs/json/src/com/android/json/stream/
JsonScope.java 25 * An array with no elements requires no separators or newlines before
37 * An object with no name/value pairs requires no separators or newlines
  /frameworks/base/core/java/android/util/
JsonScope.java 25 * An array with no elements requires no separators or newlines before
37 * An object with no name/value pairs requires no separators or newlines
  /packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
ContactEntryAdapter.java 78 ContactEntryAdapter(Context context, ArrayList<ArrayList<E>> sections, boolean separators) {
82 mSeparators = separators;
90 public final void setSections(ArrayList<ArrayList<E>> sections, boolean separators) {
92 mSeparators = separators;
180 int position, boolean separators) {
185 if (separators && sectionSize == 1) {
204 boolean separators) {
210 if (separators && sectionSize == 1) {
  /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/WebKit/mac/Misc/
WebNSArrayExtras.m 53 // 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/icu4c/i18n/
decfmtst.h 10 * parsing of decimal and group separators.
  /external/chromium/base/
string_split_unittest.cc 21 '\t', // Key separators
29 '\t', // Key separators
37 '\t', // Key separators
45 '\t', // Key separators
54 '\t', // Key separators
62 '\t', // Key separators
70 '\t', // Key separators
79 '\t', // Key separators
  /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/chromium/chrome/browser/ui/toolbar/
encoding_menu_controller.h 43 // Items whose ids are 0 are separators.
  /external/icu4c/test/cintltst/
cdtdptst.h 37 * without intervening separators.
  /external/webkit/Source/WebCore/dom/
TextEventInputType.h 32 TextEventInputKeyboard, // any newline characters in the text are line breaks only, not paragraph separators.
  /packages/apps/Contacts/res/layout/
list_section.xml 17 <!-- Layout used for list section separators. -->
  /external/llvm/lib/Support/
PathV2.cpp 27 const char *separators = "\\/"; member in namespace:__anon9062
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/guava/guava/src/com/google/common/io/
LineBuffer.java 23 * algorithm used by {@link LineReader}. Line separators are per {@link
110 * @param line a line of text (possibly empty), without any line separators
  /external/linux-tools-perf/util/
path.c 123 /* strip arbitrary amount of directory separators at end of path */
133 * part before suffix (sans trailing directory separators).
  /development/samples/SoftKeyboard/res/values/
strings.xml 24 <!-- Symbols that are commonly considered word separators in this language -->
  /external/chromium/chrome/browser/sync/
sync_ui_util_mac.mm 66 // function so we don't touch it here, and separators are always disabled.
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
SecurityAgree.java 41 import gov.nist.core.Separators;
78 parameters.setSeparator(Separators.SEMICOLON);
87 parameters.setSeparator(Separators.SEMICOLON);
106 if (value.startsWith(Separators.DOUBLE_QUOTE))
  /external/proguard/src/proguard/io/
FileDataEntry.java 51 // Chop the directory name from the file name and get the right separators.
ZipDataEntry.java 54 // Get the right separators.

Completed in 4549 milliseconds

1 2 3 4 5 6 7 8 91011>>