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

1 2 3 4

  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/lex/httplex/
httplex_test.go 15 func isSeparator(c rune) bool {
26 expected := isChar(r) && !isCtl(r) && !isSeparator(r)
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/lex/httplex/
httplex_test.go 15 func isSeparator(c rune) bool {
26 expected := isChar(r) && !isCtl(r) && !isSeparator(r)
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
UnixFakeFileSystem.java 76 protected boolean isSeparator(char c) {
WindowsFakeFileSystem.java 91 protected boolean isSeparator(char c) {
AbstractFakeFileSystem.java 331 && (!isSeparator(path1.charAt(path1.length() - 1)))
332 && (!isSeparator(path2.charAt(0)))) {
416 protected abstract boolean isSeparator(char c);
  /external/deqp/framework/delibs/decpp/
deFilePath.hpp 75 static bool isSeparator (char c);
126 inline bool FilePath::isSeparator (char c)
133 return m_path.length() >= 1 && isSeparator(m_path[0]);
138 return m_path.length() >= 2 && isSeparator(m_path[0]) && isSeparator(m_path[1]);
  /external/apache-http/src/org/apache/http/message/
BasicHeaderValueFormatter.java 400 quote = isSeparator(value.charAt(i));
428 protected boolean isSeparator(char ch) {
  /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/sqlite/android/
PhoneNumberUtils.cpp 98 static bool isSeparator(char ch)
349 if (isSeparator(ch_a)) {
353 if (isSeparator(ch_b)) {
  /prebuilts/go/darwin-x86/src/bytes/
bytes.go 502 // isSeparator reports whether the rune could mark a word boundary.
504 func isSeparator(r rune) bool {
538 if isSeparator(prev) {
  /prebuilts/go/darwin-x86/src/strings/
strings.go 631 // isSeparator reports whether the rune could mark a word boundary.
633 func isSeparator(r rune) bool {
667 if isSeparator(prev) {
  /prebuilts/go/linux-x86/src/bytes/
bytes.go 502 // isSeparator reports whether the rune could mark a word boundary.
504 func isSeparator(r rune) bool {
538 if isSeparator(prev) {
  /prebuilts/go/linux-x86/src/strings/
strings.go 631 // isSeparator reports whether the rune could mark a word boundary.
633 func isSeparator(r rune) bool {
667 if isSeparator(prev) {
  /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...]
  /tools/metalava/src/main/java/com/android/tools/metalava/doclava1/
ApiFile.java     [all...]
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/
JavaToken.java 239 public boolean isSeparator() {
  /frameworks/base/telephony/java/android/telephony/
PhoneNumberUtils.java 170 private static boolean isSeparator(char ch) {
651 if (isSeparator(chA)) {
655 if (isSeparator(chB)) {
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.contenttype_3.5.0.v20150421-2214.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 
  /external/guice/extensions/persist/lib/
commons-io.jar 
  /external/guice/extensions/struts2/lib/
commons-io-1.3.2.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 
  /external/libphonenumber/demo/war/WEB-INF/lib/
commons-io-1.4.jar 
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/1.4/
commons-io-1.4.jar 

Completed in 618 milliseconds

1 2 3 4