Searched refs:getSeparator (Results 1 - 17 of 17) sorted by relevance

/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java274 if (normalizedToPath.startsWith(normalizedFromPath + this.getSeparator())) {
333 buf.append(this.getSeparator());
373 int separatorIndex = normalized.lastIndexOf(this.getSeparator());
425 protected String getSeparator() { method in class:AbstractFakeFileSystem
507 if (p.equals(this.getSeparator())) {
512 String[] parts = p.split("\\" + this.getSeparator());
535 return first + this.getSeparator();
538 return StringUtil.join(components, this.getSeparator());
603 String separator = (normalizedPath.endsWith(getSeparator())) ? "" : getSeparator();
[all...]
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java273 if (normalizedToPath.startsWith(normalizedFromPath + this.getSeparator())) {
332 buf.append(this.getSeparator());
372 int separatorIndex = normalized.lastIndexOf(this.getSeparator());
424 protected String getSeparator() { method in class:AbstractFakeFileSystem
506 if (p.equals(this.getSeparator())) {
511 String[] parts = p.split("\\" + this.getSeparator());
534 return first + this.getSeparator();
537 return StringUtil.join(components, this.getSeparator());
602 String separator = (normalizedPath.endsWith(getSeparator())) ? "" : getSeparator();
[all...]
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java273 if (normalizedToPath.startsWith(normalizedFromPath + this.getSeparator())) {
332 buf.append(this.getSeparator());
372 int separatorIndex = normalized.lastIndexOf(this.getSeparator());
424 protected String getSeparator() { method in class:AbstractFakeFileSystem
506 if (p.equals(this.getSeparator())) {
511 String[] parts = p.split("\\" + this.getSeparator());
534 return first + this.getSeparator();
537 return StringUtil.join(components, this.getSeparator());
602 String separator = (normalizedPath.endsWith(getSeparator())) ? "" : getSeparator();
[all...]
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java274 if (normalizedToPath.startsWith(normalizedFromPath + this.getSeparator())) {
333 buf.append(this.getSeparator());
373 int separatorIndex = normalized.lastIndexOf(this.getSeparator());
425 protected String getSeparator() { method in class:AbstractFakeFileSystem
507 if (p.equals(this.getSeparator())) {
512 String[] parts = p.split("\\" + this.getSeparator());
535 return first + this.getSeparator();
538 return StringUtil.join(components, this.getSeparator());
603 String separator = (normalizedPath.endsWith(getSeparator())) ? "" : getSeparator();
[all...]
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java274 if (normalizedToPath.startsWith(normalizedFromPath + this.getSeparator())) {
333 buf.append(this.getSeparator());
373 int separatorIndex = normalized.lastIndexOf(this.getSeparator());
425 protected String getSeparator() { method in class:AbstractFakeFileSystem
507 if (p.equals(this.getSeparator())) {
512 String[] parts = p.split("\\" + this.getSeparator());
535 return first + this.getSeparator();
538 return StringUtil.join(components, this.getSeparator());
603 String separator = (normalizedPath.endsWith(getSeparator())) ? "" : getSeparator();
[all...]
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java324 buf.append(this.getSeparator());
364 int separatorIndex = normalized.lastIndexOf(this.getSeparator());
416 protected String getSeparator() { method in class:AbstractFakeFileSystem
498 if (p.equals(this.getSeparator())) {
502 String[] parts = p.split("\\" + this.getSeparator());
525 return first + this.getSeparator();
528 return StringUtil.join(components, this.getSeparator());
593 String separator = (normalizedPath.endsWith(getSeparator())) ? "" : getSeparator();
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java324 buf.append(this.getSeparator());
364 int separatorIndex = normalized.lastIndexOf(this.getSeparator());
416 protected String getSeparator() { method in class:AbstractFakeFileSystem
498 if (p.equals(this.getSeparator())) {
502 String[] parts = p.split("\\" + this.getSeparator());
525 return first + this.getSeparator();
528 return StringUtil.join(components, this.getSeparator());
593 String separator = (normalizedPath.endsWith(getSeparator())) ? "" : getSeparator();
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java324 buf.append(this.getSeparator());
363 int separatorIndex = normalized.lastIndexOf(this.getSeparator());
413 protected String getSeparator() { method in class:AbstractFakeFileSystem
490 if (p.equals(this.getSeparator())) {
494 String[] parts = p.split("\\" + this.getSeparator());
517 return first + this.getSeparator();
520 return StringUtil.join(components, this.getSeparator());
644 String separator = (normalizedPath.endsWith(getSeparator())) ? "" : getSeparator();
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java324 buf.append(this.getSeparator());
364 int separatorIndex = normalized.lastIndexOf(this.getSeparator());
416 protected String getSeparator() { method in class:AbstractFakeFileSystem
498 if (p.equals(this.getSeparator())) {
502 String[] parts = p.split("\\" + this.getSeparator());
525 return first + this.getSeparator();
528 return StringUtil.join(components, this.getSeparator());
593 String separator = (normalizedPath.endsWith(getSeparator())) ? "" : getSeparator();
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java324 buf.append(this.getSeparator());
364 int separatorIndex = normalized.lastIndexOf(this.getSeparator());
416 protected String getSeparator() { method in class:AbstractFakeFileSystem
498 if (p.equals(this.getSeparator())) {
503 String[] parts = p.split("\\" + this.getSeparator());
526 return first + this.getSeparator();
529 return StringUtil.join(components, this.getSeparator());
594 String separator = (normalizedPath.endsWith(getSeparator())) ? "" : getSeparator();
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java324 buf.append(this.getSeparator());
364 int separatorIndex = normalized.lastIndexOf(this.getSeparator());
416 protected String getSeparator() { method in class:AbstractFakeFileSystem
498 if (p.equals(this.getSeparator())) {
503 String[] parts = p.split("\\" + this.getSeparator());
526 return first + this.getSeparator();
529 return StringUtil.join(components, this.getSeparator());
594 String separator = (normalizedPath.endsWith(getSeparator())) ? "" : getSeparator();
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java324 buf.append(this.getSeparator());
364 int separatorIndex = normalized.lastIndexOf(this.getSeparator());
416 protected String getSeparator() { method in class:AbstractFakeFileSystem
498 if (p.equals(this.getSeparator())) {
503 String[] parts = p.split("\\" + this.getSeparator());
526 return first + this.getSeparator();
529 return StringUtil.join(components, this.getSeparator());
594 String separator = (normalizedPath.endsWith(getSeparator())) ? "" : getSeparator();
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/groovy/org/mockftpserver/fake/filesystem/
H A DFakeUnixFileSystem.groovy41 protected String getSeparator() {
H A DAbstractFakeFileSystem.groovy374 protected abstract String getSeparator()
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
H A DRealVectorFormat.java157 public String getSeparator() { method in class:RealVectorFormat
/external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
H A DVector3DFormat.java154 public String getSeparator() { method in class:Vector3DFormat
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/
H A DBagFormatter.java899 public String getSeparator() { method in class:BagFormatter

Completed in 1813 milliseconds