Searched refs:typeSeparatorPos (Results 1 – 1 of 1) sorted by relevance
380 sal_Int32 typeSeparatorPos = _key.indexOf( ':' ); in impl_getResourceTypeAndId_nothrow() local381 if ( typeSeparatorPos == -1 ) in impl_getResourceTypeAndId_nothrow()385 ::rtl::OUString resourceType = _key.copy( 0, typeSeparatorPos ); in impl_getResourceTypeAndId_nothrow()393 _out_resourceId = _key.copy( typeSeparatorPos + 1 ).toInt32(); in impl_getResourceTypeAndId_nothrow()
Completed in 233 milliseconds