HomeSort by relevance Sort by last modified time
    Searched refs:isSeparator (Results 1 - 25 of 36) sorted by null

1 2

  /external/webkit/Source/WebKit/mac/WebView/
WebRenderLayer.h 51 - (BOOL)isSeparator;
WebRenderLayer.mm 276 - (BOOL)isSeparator
  /packages/apps/Email/src/org/apache/commons/io/
FilenameUtils.java 158 private static boolean isSeparator(char ch) {
409 if (isSeparator(ch)) {
508 return (isSeparator(ch0) ? 1 : 0);
524 if (len == 2 || isSeparator(filename.charAt(2)) == false) {
531 } else if (isSeparator(ch0) && isSeparator(ch1)) {
541 return (isSeparator(ch0) ? 1 : 0);
    [all...]
  /external/sqlite/android/
PhoneNumberUtils.cpp 98 static bool isSeparator(char ch)
349 if (isSeparator(ch_a)) {
353 if (isSeparator(ch_b)) {
  /cts/tools/dasm/src/dasm/
Scanner.java 126 protected static boolean isSeparator(int c) {
278 } while (!isSeparator(nextChar));
456 } while (!isSeparator(nextChar));
487 if (isSeparator(nextChar))
493 if (!isSeparator(nextChar))
  /external/apache-http/src/org/apache/http/message/
BasicHeaderValueFormatter.java 395 quote = isSeparator(value.charAt(i));
423 protected boolean isSeparator(char ch) {
  /frameworks/ex/chips/src/com/android/ex/chips/
RecipientEntry.java 225 public boolean isSeparator() {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
RichInputConnection.java 466 private static boolean isSeparator(int code, String sep) {
545 if (isStoppingAtWhitespace == isSeparator(codePoint, sep)) {
566 if (isSeparator(codePoint, sep)) {
    [all...]
  /external/webkit/Source/WebCore/editing/
TextIterator.cpp     [all...]
  /frameworks/base/telephony/java/android/telephony/
PhoneNumberUtils.java 139 private static boolean isSeparator(char ch) {
617 if (isSeparator(chA)) {
621 if (isSeparator(chB)) {
    [all...]
  /external/webkit/Source/WebCore/dom/
Document.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.contenttype_3.4.100.v20100505-1235.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.apache.commons.httpclient_3.1.0.v201005080502.jar 
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
DumpRenderTreeSupportQt.cpp 992 if (actions.at(i)->isSeparator())
    [all...]
  /prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
httpcore-4.1.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 
  /external/robolectric/lib/main/
httpcore-4.0.1.jar 
  /external/smack/asmack-master/lib/
httpcore-4.1.4.jar 
  /prebuilts/tools/common/http-client/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 

Completed in 173 milliseconds

1 2