Searched refs:bn (Results 1 – 2 of 2) sorted by relevance
422 int bn = this.getNameCount(); in relativize() local426 int n = (bn > cn) ? cn : bn; in relativize()434 int dotdots = bn - i; in relativize()
568 byte bn = Byte.parseByte("-128", 10);569 assertTrue("Invalid parse of dec byte", b == (byte) 127 && (bn == (byte) -128));