Searched refs:withoutComponent (Results 1 – 1 of 1) sorted by relevance
941 String withoutComponent = full.substring(0, lastdot); in getComponentForString() local942 int preLastDot = withoutComponent.lastIndexOf("."); in getComponentForString()943 component = withoutComponent.substring(preLastDot + 1, in getComponentForString()944 withoutComponent.length()) + in getComponentForString()
Completed in 24 milliseconds