Home
last modified time | relevance | path

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

/external/icu4c/test/intltest/
Dregextst.cpp1561 RegexPattern *pClone = pSource->clone(); in API_Pattern() local
1563 RegexMatcher *mFromClone = pClone->matcher(status); in API_Pattern()
1573 delete pClone; in API_Pattern()
2826 RegexPattern *pClone = pSource->clone(); in API_Pattern_UTF8() local
2828 RegexMatcher *mFromClone = pClone->matcher(status); in API_Pattern_UTF8()
2841 delete pClone; in API_Pattern_UTF8()