Searched refs:lastDot (Results 1 – 2 of 2) sorted by relevance
276 int lastDot = clsName.lastIndexOf("."); in getTestedClassName() local285 … return append + clsName.substring(firstDot + 1, lastDot + 1) + clsName.substring(lastDot + 2); in getTestedClassName()
467 sal_Int32 lastDot = stringUri.lastIndexOf( '.' ); in getFileExtension() local468 if( lastDot > 0 ) { in getFileExtension()470 fileExtension = stringUri.copy( lastDot +1 , stringUriLength - lastDot - 1 ); in getFileExtension()
Completed in 13 milliseconds