Home
last modified time | relevance | path

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

/aoo42x/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dx509certificate_mscryptimpl.cxx165 std::pair<sal_Int32, sal_Int32 > pairIndex = findTypeInDN(oldDN, OUSTR("S")); in replaceTagSWithTagST() local
167 if (pairIndex.first != -1) in replaceTagSWithTagST()
169 OUString newDN = oldDN.copy(0, pairIndex.first); in replaceTagSWithTagST()
171 newDN += oldDN.copy(pairIndex.second); in replaceTagSWithTagST()

Completed in 17 milliseconds