Searched refs:formattedDate (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/widget/
H A Ddateentry.tcl131 variable formattedDate
149 set formattedDate [clock format $rawDate -format $options(-dateformat)]
153 $hull insert end $formattedDate
188 -textvariable [myvar formattedDate] \
260 set date $formattedDate
261 set rawDate [clock scan $formattedDate -format $options(-dateformat)]
263 uplevel \#0 $options(-command) $formattedDate $rawDate
269 $hull insert end $formattedDate
/macosx-10.10/WebCore-7600.1.25/platform/text/ios/
H A DLocalizedDateCache.mm184 NSString *formattedDate = [dateFormatter stringFromDate:date];
185 maximumWidth = max(maximumWidth, measurer.measureText(String(formattedDate)));
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Ddtfmttst.cpp4059 UnicodeString formattedDate; member in struct:__anon1158
4148 if ( result.compare(caftItemPtr->formattedDate) != 0 ) {
4150 ", expected \"" + caftItemPtr->formattedDate + "\", got \"" + result + "\"");

Completed in 179 milliseconds