Searched refs:nlastindex (Results 1 – 1 of 1) sorted by relevance
477 int nlastindex = _sTypeClass.lastIndexOf("."); in getModuleName() local478 if (nlastindex > -1){ in getModuleName()479 return _sTypeClass.substring(0, nlastindex); in getModuleName()
Completed in 15 milliseconds