Home
last modified time | relevance | path

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

123

/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/scudo/standalone/
Dflags_parser.cpp49 static bool isSeparator(char C) { in isSeparator() function
54 static bool isSeparatorOrNull(char C) { return !C || isSeparator(C); } in isSeparatorOrNull()
57 while (isSeparator(Buffer[Pos])) in skipWhitespace()
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dflags_parser.cpp49 static bool isSeparator(char C) { in isSeparator() function
54 static bool isSeparatorOrNull(char C) { return !C || isSeparator(C); } in isSeparatorOrNull()
57 while (isSeparator(Buffer[Pos])) in skipWhitespace()
/external/gwp_asan/gwp_asan/optional/
Doptions_parser.cpp73 bool isSeparator(char C) { in isSeparator() function
78 bool isSeparatorOrNull(char C) { return !C || isSeparator(C); } in isSeparatorOrNull()
81 while (isSeparator(Buffer[Pos])) in skipWhitespace()
/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.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.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.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/mockftpserver/tags/2.1/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.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/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.2/src/main/java/org/mockftpserver/fake/filesystem/
DUnixFakeFileSystem.java74 protected boolean isSeparator(char c) { in isSeparator() method in UnixFakeFileSystem
/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
/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/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
DUnixFakeFileSystem.java76 protected boolean isSeparator(char c) { in isSeparator() method in UnixFakeFileSystem
/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-rc1/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
DUnixFakeFileSystem.java74 protected boolean isSeparator(char c) { in isSeparator() method in UnixFakeFileSystem

123