Searched refs:lastDotIndex (Results 1 – 1 of 1) sorted by relevance
949 val lastDotIndex = qualifiedName.lastIndexOf('.') in hashCodeForType() constant950 return if (lastDotIndex == -1) { in hashCodeForType()953 qualifiedName.substring(lastDotIndex + 1) in hashCodeForType()1103 var lastDotIndex = -1 in hashCodeForType() variable1112 lastDotIndex = i in hashCodeForType()1117 return if (lastDotIndex == -1) { in hashCodeForType()1120 qualifiedName.substring(lastDotIndex + 1) in hashCodeForType()