Searched refs:dotIndex (Results 1 – 1 of 1) sorted by relevance
455 val dotIndex = s.indexOf('.') in implicitJavaLangType() constant459 return dotIndex == -1 && !TextTypeItem.isPrimitive(s) in implicitJavaLangType()473 …return (dotIndex == -1 || dotIndex > typeEnd) && !TextTypeItem.isPrimitive(s.substring(0, typeEnd)… in implicitJavaLangType()