Searched refs:firstDot (Results 1 – 2 of 2) sorted by relevance
771 sal_Int32 firstDot = implName.indexOf('/'); in deleteAllImplementations() local773 if (firstDot >= 0) in deleteAllImplementations()774 implName = implName.copy(firstDot + 1); in deleteAllImplementations()1155 sal_Int32 firstDot = implName.indexOf('/'); in prepareRegistry() local1157 if (firstDot >= 0) in prepareRegistry()1158 implName = implName.copy(firstDot + 1); in prepareRegistry()1248 sal_Int32 firstDot = implName.indexOf('.'); in findImplementations() local1250 if (firstDot >= 0) in findImplementations()1251 implName = implName.copy(firstDot + 1); in findImplementations()
276 int firstDot = clsName.indexOf("."); in getTestedClassName() local286 … return append + clsName.substring(firstDot + 1, lastDot + 1) + clsName.substring(lastDot + 2); in getTestedClassName()
Completed in 22 milliseconds