Home
last modified time | relevance | path

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

/trunk/main/stoc/source/implementationregistration/
H A Dimplreg.cxx771 sal_Int32 firstDot = implName.indexOf('/'); in deleteAllImplementations() local
773 if (firstDot >= 0) in deleteAllImplementations()
774 implName = implName.copy(firstDot + 1); in deleteAllImplementations()
1155 sal_Int32 firstDot = implName.indexOf('/'); in prepareRegistry() local
1157 if (firstDot >= 0) in prepareRegistry()
1158 implName = implName.copy(firstDot + 1); in prepareRegistry()
1248 sal_Int32 firstDot = implName.indexOf('.'); in findImplementations() local
1250 if (firstDot >= 0) in findImplementations()
1251 implName = implName.copy(firstDot + 1); in findImplementations()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/lib/
H A DMultiMethodTest.java276 int firstDot = clsName.indexOf("."); in getTestedClassName() local
286 … return append + clsName.substring(firstDot + 1, lastDot + 1) + clsName.substring(lastDot + 2); in getTestedClassName()

Completed in 28 milliseconds