Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/intltest/
Dcaltztst.cpp92 Calendar *theCalendar = 0; in getCalendar() local
100 theCalendar = fgCalendar; in getCalendar()
105 … if(theCalendar == 0) // If we weren't able to pull it out of the cache, then we have to create it. in getCalendar()
108 theCalendar = Calendar::createInstance(status); in getCalendar()
111 delete theCalendar; in getCalendar()
112 theCalendar = 0; in getCalendar()
116 return theCalendar; in getCalendar()