Searched refs:firstClassPartIndex (Results 1 – 1 of 1) sorted by relevance
202 int firstClassPartIndex = -1; in bestGuessFromString() local209 if (firstClassPartIndex >= 0) { in bestGuessFromString()214 if (firstClassPartIndex < 0) { in bestGuessFromString()215 firstClassPartIndex = i; in bestGuessFromString()223 Joiner.on('.').join(parts.subList(0, firstClassPartIndex)), in bestGuessFromString()224 firstClassPartIndex == lastIndex in bestGuessFromString()226 : ImmutableList.copyOf(parts.subList(firstClassPartIndex, lastIndex)), in bestGuessFromString()