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