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

1 2 3

  /external/deqp/framework/delibs/decpp/
deFilePath.hpp 74 static bool isSeparator (char c);
125 inline bool FilePath::isSeparator (char c)
132 return m_path.length() >= 1 && isSeparator(m_path[0]);
137 return m_path.length() >= 2 && isSeparator(m_path[0]) && isSeparator(m_path[1]);
deFilePath.cpp 71 if (isSeparator(c))
202 if (m_path[ndx] == ':' && ndx+1 < (int)m_path.length() && isSeparator(m_path[ndx+1]))
204 if (isSeparator(m_path[ndx]))
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketExtensionParser.cpp 57 static bool isSeparator(char character)
75 while (m_current < m_end && isASCIIPrintable(*m_current) && !isSeparator(*m_current))
99 if (!isASCIIPrintable(*m_current) || isSeparator(*m_current))
  /external/chromium_org/third_party/WebKit/Source/platform/text/
UnicodeUtilities.h 36 PLATFORM_EXPORT bool isSeparator(UChar32);
UnicodeUtilitiesTest.cpp 51 && (!isSeparator(start) || !isSeparator(limit - 1))) {
83 EXPECT_EQ(isSeparator(character), latinSeparatorTable[character]);
  /packages/apps/UnifiedEmail/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)) {
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMetaElement-in.cpp 65 static bool isSeparator(UChar c)
82 while (isSeparator(buffer[i])) {
90 while (!isSeparator(buffer[i])) {
107 while (isSeparator(buffer[i])) {
115 while (!isSeparator(buffer[i])) {
  /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/opt/chips/src/com/android/ex/chips/
RecipientEntry.java 240 public boolean isSeparator() {
  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextIterator.cpp     [all...]
  /frameworks/base/telephony/java/android/telephony/
PhoneNumberUtils.java 140 private static boolean isSeparator(char ch) {
617 if (isSeparator(chA)) {
621 if (isSeparator(chB)) {
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
RichInputConnection.java 625 private static boolean isSeparator(final int code, final int[] sortedSeparators) {
    [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 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.core.contenttype_3.4.200.v20130326-1255.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.contenttype_3.4.200.v20130326-1255.jar 
  /prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /prebuilts/tools/common/m2/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 
  /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/chromium_org/third_party/libaddressinput/src/java/testlibs/
httpcore-4.1.jar 

Completed in 757 milliseconds

1 2 3