Searched refs:getNameCount (Results 1 – 4 of 4) sorted by relevance
75 return (i < getNameCount()); in iterator()79 if (i < getNameCount()) { in iterator()
312 public int getNameCount() { in getNameCount() method in UnixPath422 int bn = this.getNameCount(); in relativize()423 int cn = other.getNameCount(); in relativize()484 final int count = getNameCount(); in normalize()617 int thisOffsetCount = getNameCount(); in startsWith()618 int thatOffsetCount = that.getNameCount(); in startsWith()679 int thisOffsetCount = getNameCount(); in endsWith()680 int thatOffsetCount = that.getNameCount(); in endsWith()844 for (int i=0; i<absolute.getNameCount(); i++) { in toRealPath()
168 int getNameCount(); in getNameCount() method
104 assertEquals(0, Paths.get("/").getNameCount()); in test_getNameCount()105 assertEquals(1, Paths.get("/dir").getNameCount()); in test_getNameCount()106 assertEquals(2, Paths.get("/dir/dir").getNameCount()); in test_getNameCount()107 assertEquals(2, Paths.get("/dir/..").getNameCount()); in test_getNameCount()