Searched refs:cf2 (Results 1 – 2 of 2) sorted by relevance
125 CFTypeRef cf2 = obj->CopyCFValue(); in Equal() local126 if (cf1 && cf2) in Equal()128 result = CFEqual(cf1, cf2); in Equal()130 ReleaseCFType(cf2); in Equal()
927 ChoiceFormat *cf2 = new ChoiceFormat(pat, status); in TestChoicePatternQuote() local928 pat2 = cf2->toPattern(pat2); in TestChoicePatternQuote()939 delete cf2; in TestChoicePatternQuote()