HomeSort by relevance Sort by last modified time
    Searched full:separator (Results 801 - 825 of 2854) sorted by null

<<31323334353637383940>>

  /external/chromium_org/ui/android/java/src/org/chromium/ui/base/
SelectFileDialog.java 123 File.separator + CAPTURE_IMAGE_DIRECTORY);
128 File.separator + System.currentTimeMillis() + ".jpg");
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/etc/
log.xsl 30 <xsl:decimal-format decimal-separator="." grouping-separator="," />
  /external/emma/core/java12/com/vladium/util/
Descriptors.java 27 public static String combine (final String packageName, final String name, final char separator)
35 return new StringBuffer (packageName).append (separator).append (name).toString ();
  /external/icu4c/i18n/
identifier_info.cpp 306 UnicodeString separator = UNICODE_STRING_SIMPLE("; "); local
309 dest.append(separator);
  /external/openfst/src/include/fst/
string.h 82 string separator = "\n" + FLAGS_fst_field_separator; local
83 SplitToVector(c_str, separator.c_str(), &vec, true);
  /frameworks/compile/mclinker/include/mcld/Support/
Path.h 33 const char separator = '/'; member in namespace:mcld::sys::fs
36 const char separator = '/';
  /frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
Tracer.java 213 private static String join(String separator, Object[] strings) {
219 builder.append(separator);
  /libcore/luni/src/main/java/java/sql/
Date.java 219 // secondIndex == -1 means none or only one separator '-' has been
221 // The string is separated into three parts by two separator characters,
Time.java 230 // secondIndex == -1 means none or only one separator '-' has been
232 // The string is separated into three parts by two separator characters,
  /libcore/luni/src/test/java/libcore/java/io/
OldFileTest.java 37 /** File separator */
38 private String slash = File.separator;
  /libcore/luni/src/test/java/libcore/java/util/
FormatterTest.java 73 // inserting a separator every three characters. The cases where there are three digits
74 // before the first separator may also be interesting.
  /ndk/sources/host-tools/sed-4.2.1/m4/
locale-fr.m4 53 /* Check whether the decimal separator is a comma.
150 /* Check whether the decimal separator is a comma.
  /packages/apps/Browser/src/com/android/browser/
BreadCrumbView.java 223 // remove separator
253 // Each crumb is followed by a separator (except the last
UploadHandler.java 247 File.separator + "browser-photos");
249 mCameraFilePath = cameraDataDir.getAbsolutePath() + File.separator +
  /packages/apps/Calendar/res/values/
colors.xml 99 <!-- Color of the separator between the past and the present/future in agenda view -->
113 <!-- Color of the separator between items in the agenda list -->
  /packages/apps/Dialer/res/layout/
call_detail.xml 76 android:id="@+id/separator"
129 android:layout_below="@id/separator"
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
RichInputConnection.java 54 // Provision for a long word pair and a separator
519 // Also, it won't return words that end in a separator (if the nth word before the cursor
520 // ends in a separator, it returns null).
544 // If ends in a separator, return null
554 * separator. For example, if the field contains "he|llo world", where |
610 // Find last word separator after the cursor
663 // separator or end of line/text)
    [all...]
  /packages/inputmethods/LatinIME/tools/make-keyboard-text/res/values-ar/
donottranslate-more-keys.xml 62 <!-- U+066B: "?" ARABIC DECIMAL SEPARATOR
63 U+066C: "?" ARABIC THOUSANDS SEPARATOR -->
  /packages/inputmethods/LatinIME/tools/make-keyboard-text/res/values-fa/
donottranslate-more-keys.xml 62 <!-- U+066B: "?" ARABIC DECIMAL SEPARATOR
63 U+066C: "?" ARABIC THOUSANDS SEPARATOR -->
  /packages/services/Telephony/res/layout/
otacall_card.xml 31 [ Separator / placeholder view between the "upper widgets" above and the buttons below ]
131 <!-- Separator / placeholder view between the widgets at the upper
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
RunLintAction.java 36 import org.eclipse.jface.action.Separator;
166 new Separator().fill(mMenu, -1);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateManager.java 53 File folder = new File(location, FD_TOOLS + File.separator + FD_TEMPLATES);
108 rootPath.replace('/', File.separatorChar) + File.separator
  /external/chromium/chrome/browser/chromeos/status/
input_method_menu.cc 39 // ------------------------------ (separator)
45 // ------------------------------ (separator)
55 // ------------------------------ (separator)
58 // ------------------------------ (separator)
199 // Separator(s) or the "Customize language and input..." button.
485 // Indicates if separator's needed before each section.
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
WTFString.h 352 void split(const String& separator, bool allowEmptyEntries, Vector<String>& result) const;
353 void split(const String& separator, Vector<String>& result) const
355 split(separator, false, result);
357 void split(UChar separator, bool allowEmptyEntries, Vector<String>& result) const;
358 void split(UChar separator, Vector<String>& result) const
360 split(separator, false, result);
  /external/chromium_org/v8/src/
hydrogen-gvn.cc 433 const char* separator = ""; local
460 offset += OS::SNPrintF(buffer + offset, separator); \
462 separator = comma; \
475 separator = "";
489 offset += OS::SNPrintF(buffer + offset, separator); \
491 separator = comma; \

Completed in 1139 milliseconds

<<31323334353637383940>>