Searched refs:pClone (Results 1 – 1 of 1) sorted by relevance
1561 RegexPattern *pClone = pSource->clone(); in API_Pattern() local1563 RegexMatcher *mFromClone = pClone->matcher(status); in API_Pattern()1573 delete pClone; in API_Pattern()2826 RegexPattern *pClone = pSource->clone(); in API_Pattern_UTF8() local2828 RegexMatcher *mFromClone = pClone->matcher(status); in API_Pattern_UTF8()2841 delete pClone; in API_Pattern_UTF8()