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

1 2 3 4 5 6 7 8 9

  /external/webkit/WebCore/mathml/
mathattrs.in 12 separators
  /packages/apps/Contacts/src/com/android/contacts/
ContactEntryAdapter.java 80 ContactEntryAdapter(Context context, ArrayList<ArrayList<E>> sections, boolean separators) {
84 mSeparators = separators;
92 public final void setSections(ArrayList<ArrayList<E>> sections, boolean separators) {
94 mSeparators = separators;
182 int position, boolean separators) {
187 if (separators && sectionSize == 1) {
206 boolean separators) {
212 if (separators && sectionSize == 1) {
  /packages/inputmethods/LatinIME/java/res/values-fr/
donottranslate.xml 21 <!-- Symbols that are commonly considered word separators in this language -->
23 <!-- Symbols that are sentence separators, for purposes of making it hug the last sentence. -->
  /external/webkit/WebKitTools/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/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
  /packages/apps/Contacts/res/layout-finger/
list_separator.xml 17 <!-- Layout used for list separators. -->
list_section.xml 17 <!-- Layout used for list section separators. -->
  /packages/apps/Email/res/layout/
list_separator.xml 17 <!-- Layout used for list separators. -->
  /packages/inputmethods/LatinIME/java/res/values/
donottranslate.xml 21 <!-- Symbols that are commonly considered word separators in this language -->
23 <!-- Symbols that are sentence separators, for purposes of making it hug the last sentence. -->
  /development/samples/SoftKeyboard/res/values/
strings.xml 24 <!-- Symbols that are commonly considered word separators in this language -->
  /external/icu4c/test/cintltst/
cdtdptst.h 37 * without intervening separators.
  /packages/inputmethods/LatinIME/java/res/values-it/
donottranslate.xml 21 <!-- Symbols that are commonly considered word separators in this language -->
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/voice/
EditingUtil.java 78 InputConnection connection, String separators) {
79 Range range = getWordRangeAtCursor(connection, separators);
88 InputConnection connection, String separators) {
90 Range range = getWordRangeAtCursor(connection, separators);
  /external/guava/src/com/google/common/io/
LineBuffer.java 23 * algorithm used by {@link LineReader}. Line separators are per {@link
111 * @param line a line of text (possibly empty), without any line separators
  /external/icu4c/test/intltest/
dtfmttst.h 70 * without intervening separators.
75 * without intervening separators.
  /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.
  /external/webkit/WebCore/manual-tests/
select_hr.html 76 You should see a popup menu with the following items: option, four separators, two options, separator, option.
120 You should see a popup menu with the following items: group label, option, separator, option, separator, option, two separators, (end of group), one option.
139 You should see a popup menu with the following items: group label, one option two separators, (end of group), separator, group label, separator, two options, separator, (end of group), option.
177 You should not see any separators in the list box.</p>
195 You should not see any separators in the list box.</p>
  /external/apache-http/src/org/apache/http/message/
BasicTokenIterator.java 244 // whitspace and token separators are skipped
379 * Whitespace, control characters, and HTTP separators are not
404 // "any CHAR except CTLs or separators". The controls
405 // and separators are included in the checks above.
415 * The implementation in this class checks only for the HTTP separators
417 * separators beyond the US-ASCII character set, override this method.
  /dalvik/libcore/json/src/main/java/org/json/
JSONStringer.java 74 * An array with no elements requires no separators or newlines before
86 * An object with no keys or values requires no separators or newlines
380 * Inserts any necessary separators and whitespace before a name. Also
395 * Inserts any necessary separators and whitespace before a literal value,
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List5.java 32 * A list view example with separators.
  /external/srec/seti/setiUtils/include/
platform_utils.h 32 Seps contains a NULL terminated string of separators
  /external/webkit/WebCore/dom/
TextEvent.h 52 // If true, any newline characters in the text are line breaks only, not paragraph separators.
  /external/apache-http/src/org/apache/http/
NameValuePair.java 69 * token = 1*<any CHAR except CTLs or separators>
70 * separators = "(" | ")" | "<" | ">" | "@"
  /external/emma/core/java12/com/vladium/emma/filter/
IInclExclFilter.java 38 public static IInclExclFilter create (final String specs1, final String separators, final String [] specs2)
54 for (StringTokenizer tokenizer = new StringTokenizer (specs1, separators);

Completed in 1988 milliseconds

1 2 3 4 5 6 7 8 9