Searched refs:lastDot (Results 1 – 2 of 2) sorted by relevance
210 int lastDot = typeName.lastIndexOf('.'); in ambiguousToBinaryName() local211 if (lastDot < 0) in ambiguousToBinaryName()224 int nextDot = lastDot; in ambiguousToBinaryName()238 } else if (nextDot == lastDot) { in ambiguousToBinaryName()
405 final int lastDot = name.lastIndexOf('.');406 if (lastDot >= 0) {407 final String extension = name.substring(lastDot + 1);