Home
last modified time | relevance | path

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

/external/webkit/JavaScriptGlue/
DJSObject.cpp125 CFTypeRef cf2 = obj->CopyCFValue(); in Equal() local
126 if (cf1 && cf2) in Equal()
128 result = CFEqual(cf1, cf2); in Equal()
130 ReleaseCFType(cf2); in Equal()
/external/icu4c/test/intltest/
Dmsfmrgts.cpp927 ChoiceFormat *cf2 = new ChoiceFormat(pat, status); in TestChoicePatternQuote() local
928 pat2 = cf2->toPattern(pat2); in TestChoicePatternQuote()
939 delete cf2; in TestChoicePatternQuote()