Lines Matching refs:lastIndexOf

57 	sal_Int32 i = typeName.lastIndexOf('/');  in CorbaType()
70 sal_Int32 i = type.lastIndexOf('/'); in isNestedTypeByName()
104 if ((index = typeName.lastIndexOf(']')) > 0) in dumpDependedTypes()
130 if (m_typeName.lastIndexOf(']') < 0) in dumpConversionFunctions()
257 if ((realTypeName.lastIndexOf(']') < 0) && in dumpInclude()
326 index = (*iter).m_type.lastIndexOf(']'); in dumpDepIncludes()
393 typeName = typeName.copy( 0, typeName.lastIndexOf( '/' ) ); in dumpNameSpace()
411 nPos = typeName.lastIndexOf( '/' ); in dumpNameSpace()
502 if (typeName.lastIndexOf(']') > 0) in getTypeClass()
576 sal_uInt32 index = sType.lastIndexOf(']'); in printUnoType()
641 sal_uInt32 index = sType.lastIndexOf(']'); in printCorbaType()
702 sal_Int32 index = sType.lastIndexOf(']'); in isPassedAsPointer()
711 sal_Int32 j = type.lastIndexOf('/'); in isPassedAsPointer()
776 sal_Int32 index = sType.lastIndexOf(']'); in isArray()
785 sal_Int32 j = type.lastIndexOf('/'); in isArray()
806 sal_Int32 index = sType.lastIndexOf(']'); in printCorbaParameter()
983 sal_Int32 nPos = type.lastIndexOf( '/' ); in dumpTypeInit()
1031 sal_uInt32 index = type.lastIndexOf(']'); in typeToIdentifier()
1092 sal_uInt32 index = type.lastIndexOf(']'); in checkRealBaseType()
1115 index = baseType.lastIndexOf(']'); in checkRealBaseType()
2724 sal_Int32 nPos = type.lastIndexOf( '/' ); in scopedName()
2748 sal_Int32 nPos = type.lastIndexOf( '/' ); in shortScopedName()
2756 if (scope.lastIndexOf('/') > 0) in shortScopedName()
2758 OString tmpScp(scope.copy(0, scope.lastIndexOf('/'))); in shortScopedName()