Home
last modified time | relevance | path

Searched refs:isSeparator (Results 1 – 25 of 45) sorted by relevance

12

/external/deqp/framework/delibs/decpp/
DdeFilePath.hpp75 static bool isSeparator (char c);
126 inline bool FilePath::isSeparator (char c) in isSeparator() function in de::FilePath
133 return m_path.length() >= 1 && isSeparator(m_path[0]); in isRootPath()
138 return m_path.length() >= 2 && isSeparator(m_path[0]) && isSeparator(m_path[1]); in isWinNetPath()
DdeFilePath.cpp54 if (!m_path.empty() && !isSeparator(m_path[m_path.size()-1])) in FilePath()
76 if (isSeparator(c)) in split()
201 if (m_path[ndx] == ':' && ndx+1 < (int)m_path.length() && isSeparator(m_path[ndx+1])) in beginsWithDrive()
203 if (isSeparator(m_path[ndx])) in beginsWithDrive()
/external/sqlite/android/
DPhoneNumberUtils.cpp98 static bool isSeparator(char ch) in isSeparator() function
349 if (isSeparator(ch_a)) { in phone_number_compare_inter()
353 if (isSeparator(ch_b)) { in phone_number_compare_inter()
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/fake/filesystem/
DUnixFakeFileSystem.java76 protected boolean isSeparator(char c) { in isSeparator() method in UnixFakeFileSystem
DWindowsFakeFileSystem.java91 protected boolean isSeparator(char c) { in isSeparator() method in WindowsFakeFileSystem
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/fake/filesystem/
DUnixFakeFileSystem.java74 protected boolean isSeparator(char c) { in isSeparator() method in UnixFakeFileSystem
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/fake/filesystem/
DUnixFakeFileSystem.java76 protected boolean isSeparator(char c) { in isSeparator() method in UnixFakeFileSystem
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/fake/filesystem/
DUnixFakeFileSystem.java74 protected boolean isSeparator(char c) { in isSeparator() method in UnixFakeFileSystem
DWindowsFakeFileSystem.java91 protected boolean isSeparator(char c) { in isSeparator() method in WindowsFakeFileSystem
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
DUnixFakeFileSystem.java76 protected boolean isSeparator(char c) { in isSeparator() method in UnixFakeFileSystem
DWindowsFakeFileSystem.java91 protected boolean isSeparator(char c) { in isSeparator() method in WindowsFakeFileSystem
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/fake/filesystem/
DUnixFakeFileSystem.java76 protected boolean isSeparator(char c) { in isSeparator() method in UnixFakeFileSystem
DWindowsFakeFileSystem.java91 protected boolean isSeparator(char c) { in isSeparator() method in WindowsFakeFileSystem
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/fake/filesystem/
DUnixFakeFileSystem.java74 protected boolean isSeparator(char c) { in isSeparator() method in UnixFakeFileSystem
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/fake/filesystem/
DUnixFakeFileSystem.java74 protected boolean isSeparator(char c) { in isSeparator() method in UnixFakeFileSystem
DWindowsFakeFileSystem.java91 protected boolean isSeparator(char c) { in isSeparator() method in WindowsFakeFileSystem
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/fake/filesystem/
DUnixFakeFileSystem.java76 protected boolean isSeparator(char c) { in isSeparator() method in UnixFakeFileSystem
DWindowsFakeFileSystem.java91 protected boolean isSeparator(char c) { in isSeparator() method in WindowsFakeFileSystem
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
DUnixFakeFileSystem.java74 protected boolean isSeparator(char c) { in isSeparator() method in UnixFakeFileSystem
DWindowsFakeFileSystem.java91 protected boolean isSeparator(char c) { in isSeparator() method in WindowsFakeFileSystem
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
DUnixFakeFileSystem.java74 protected boolean isSeparator(char c) { in isSeparator() method in UnixFakeFileSystem
DWindowsFakeFileSystem.java91 protected boolean isSeparator(char c) { in isSeparator() method in WindowsFakeFileSystem
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/fake/filesystem/
DUnixFakeFileSystem.java76 protected boolean isSeparator(char c) { in isSeparator() method in UnixFakeFileSystem
DWindowsFakeFileSystem.java91 protected boolean isSeparator(char c) { in isSeparator() method in WindowsFakeFileSystem
/external/apache-http/src/org/apache/http/message/
DBasicHeaderValueFormatter.java400 quote = isSeparator(value.charAt(i)); in doFormatValue()
428 protected boolean isSeparator(char ch) { in isSeparator() method in BasicHeaderValueFormatter

12