Searched refs:firstPartLength (Results 1 – 2 of 2) sorted by relevance
279 int firstPartLength = name.IndexOf('.'); in LookupSymbol()280 … string firstPart = firstPartLength == -1 ? name : name.Substring(0, firstPartLength); in LookupSymbol()306 if (firstPartLength != -1) in LookupSymbol()
2326 final int firstPartLength = name.indexOf('.'); in lookupSymbol() local2328 if (firstPartLength == -1) { in lookupSymbol()2331 firstPart = name.substring(0, firstPartLength); in lookupSymbol()2353 if (firstPartLength != -1) { in lookupSymbol()