Home
last modified time | relevance | path

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

/aoo4110/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()
/aoo4110/main/qadevOOo/runner/lib/
H A DMultiMethodTest.java275 int firstDot = clsName.indexOf("."); in getTestedClassName() local
285 … return append + clsName.substring(firstDot + 1, lastDot + 1) + clsName.substring(lastDot + 2); in getTestedClassName()

Completed in 61 milliseconds