Searched defs:dateFormat (Results 1 – 8 of 8) sorted by relevance
88 SimpleDateFormat *dateFormat; variable
1007 UnicodeString dateFormat = "MM/dd/yy HH:mm:ss zzz"; in Test4134203() local
2588 SimpleDateFormat dateFormat("MM/dd/yyyy HH:mm z", locale, ec); in TestTimeZoneTransitionAdd() local
2555 SimpleDateFormat dateFormat("MM/dd/yyyy HH:mm z", locale, ec); in TestTimeZoneTransitionAdd() local
18 Date.prototype.dateFormat = function(format) { method in Date