Home
last modified time | relevance | path

Searched refs:withoutComponent (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/qadevOOo/runner/helper/
H A DAPIDescGetter.java941 String withoutComponent = full.substring(0, lastdot); in getComponentForString() local
942 int preLastDot = withoutComponent.lastIndexOf("."); in getComponentForString()
943 component = withoutComponent.substring(preLastDot + 1, in getComponentForString()
944 withoutComponent.length()) + in getComponentForString()

Completed in 22 milliseconds