Searched refs:df (Results 26 - 50 of 115) sorted by relevance

12345

/macosx-10.9.5/tcl-102/tcl_ext/tdom/tdom/generic/
H A Ddomxslt.c1110 xsltDecimalFormat * df,
1131 if (*p == df->patternSeparator) {
1140 if (*p == df->patternSeparator) {
1150 && (*p!=df->zeroDigit)
1151 && (*p!=df->digit)
1152 && (*p!=df->groupingSeparator)
1153 && (*p!=df->decimalSeparator)) {
1161 if (*p==df->digit) {
1164 else if (*p==df->zeroDigit) { nZero++; }
1165 else if (*p==df
1107 xsltFormatNumber( double number, char * formatStr, xsltDecimalFormat * df, char ** resultStr, int * resultLen, char ** errMsg ) argument
1352 xsltFormatNumber( double number, char * formatStr, xsltDecimalFormat * df, char ** resultStr, int * resultLen, char ** errMsg ) argument
2119 xsltDecimalFormat * df; local
6202 xsltDecimalFormat *df; local
6938 xsltDecimalFormat *df, *dfsave; local
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dcdtrgtst.c56 UDateFormat *df; local
63 df = udat_open(UDAT_DEFAULT,UDAT_DEFAULT ,"en_US", NULL, 0, NULL, 0, &status);
70 resultlengthneeded=udat_toPattern(df, TRUE, NULL, resultlength, &status);
76 udat_toPattern(df, TRUE, pat, resultlength, &status);
82 fmdt = myFormatit(df, today);
92 udat_applyPattern(df, TRUE, temp, u_strlen(temp));
94 todayS =myFormatit(df, today);
97 d1=udat_parse(df, todayS, u_strlen(todayS), &parsepos, &status);
103 rt =myFormatit(df, d1);
113 udat_close(df);
323 UDateFormat *df; local
444 UDateFormat *df; local
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/sslViewer/
H A DprintCert.c118 CFDateFormatterRef df = CFDateFormatterCreate(NULL, lc, kCFDateFormatterMediumStyle, kCFDateFormatterLongStyle); local
120 if (df) {
122 CFDateFormatterSetProperty(df, kCFDateFormatterTimeZone, tz);
124 ds = CFDateFormatterCreateStringWithDate(NULL, df, date);
125 CFRelease(df);
/macosx-10.9.5/Security-55471.14.18/sec/SecurityTool/
H A Dprint_cert.c104 CFDateFormatterRef df = CFDateFormatterCreate(NULL, lc, kCFDateFormatterMediumStyle, kCFDateFormatterLongStyle); local
106 if (df) {
108 CFDateFormatterSetProperty(df, kCFDateFormatterTimeZone, tz);
110 ds = CFDateFormatterCreateStringWithDate(NULL, df, date);
111 CFRelease(df);
/macosx-10.9.5/ruby-104/ruby/ext/date/
H A Ddate_core.c227 /* A set of nth, jd, df and sf denote ajd + 1/2. Each ajd begin at
237 /* df is zero */
260 int df; /* as utc, in secs */ member in struct:ComplexDateData
341 (x)->df = _df;\
359 (x)->df = _df;\
374 (x)->df = 0;\
391 (x)->df = 0;\
869 df_local_to_utc(int df, int of) argument
871 df -= of;
872 if (df <
880 df_utc_to_local(int df, int of) argument
891 jd_local_to_utc(int jd, int df, int of) argument
902 jd_utc_to_local(int jd, int df, int of) argument
919 df_to_time(int df, int *h, int *min, int *s) argument
1065 decode_day(VALUE d, VALUE *jd, VALUE *df, VALUE *sf) argument
1540 int df; local
1558 int df; local
1590 int df; local
2976 d_complex_new_internal(VALUE klass, VALUE nth, int jd, int df, VALUE sf, int of, double sg, int y, int m, int d, int h, int min, int s, unsigned flags) argument
3031 VALUE jd, df, sf, of2, t; local
3034 &jd, &df, &sf); local
3070 int jd, df, rof; local
4694 int df, of; local
5614 int s, df; local
5724 int jd, df, s; local
5824 int d, df; local
6688 int df; local
7188 int jd, df, rof; local
7224 int jd, df, of; local
7847 int df, of; local
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dnumfmtst.cpp1277 DecimalFormat df(pat, US, status);
1280 df.toPattern(pat2);
1291 if (df.getMinimumIntegerDigits() != DIGITS[4*i] ||
1292 df.getMaximumIntegerDigits() != DIGITS[4*i+1] ||
1293 df.getMinimumFractionDigits() != DIGITS[4*i+2] ||
1294 df.getMaximumFractionDigits() != DIGITS[4*i+3]) {
1297 df.getMinimumIntegerDigits() + "/" +
1298 df.getMaximumIntegerDigits() + ";" +
1299 df.getMinimumFractionDigits() + "/" +
1300 df
1708 DecimalFormat* df = dynamic_cast<DecimalFormat*>(nf); local
2767 DecimalFormat *df = (DecimalFormat*)NumberFormat::createCurrencyInstance(Locale::getEnglish(), status); local
2805 DecimalFormat *df = (DecimalFormat*)NumberFormat::createCurrencyInstance(Locale::getEnglish(), status); local
2829 checkRounding(DecimalFormat* df, double base, int iterations, double increment) argument
2845 checkRound(DecimalFormat* df, double iValue, double lastParsed) argument
[all...]
H A Dnumrgts.h54 void roundingTest(DecimalFormat *df, double x, UnicodeString& expected);
H A Dtsdcfmsy.cpp218 DecimalFormat *df = new DecimalFormat(pattern, sym, status); local
224 buffer = df->format(value, buffer, pos);
229 delete df;
H A Ddtfmrgts.cpp396 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("dd/MM/yyyy"), status); local
399 delete df;
404 logln(UnicodeString("") + df->parse("35/01/1971", status));
405 failure(status, "df->parse(\"35/01/1971\")");
406 //logln(df.parse("35/01/1971").toString());
412 df->setLenient(FALSE);
415 logln(UnicodeString("") + df->parse("35/01/1971", status));
418 //logln(df.parse("35/01/1971").toString());
422 delete df;
746 SimpleDateFormat *df local
899 DateFormat *df = DateFormat::createDateTimeInstance(); local
[all...]
H A Ddtfmapts.cpp81 DateFormat *df = DateFormat::createDateTimeInstance(DateFormat::kMedium, DateFormat::kMedium, Locale(LOCALES[i])); local
82 if (df == NULL){
86 delete df;
/macosx-10.9.5/Libnotify-121.20.1/notifyd/
H A Dtimer.h56 timer_t *timer_calendar_long(uint32_t yf, uint32_t mf, uint32_t df, uint32_t hf, uint32_t nf, uint32_t sf, time_t fm, int d, uint32_t ye, uint32_t me, uint32_t de, uint32_t he, uint32_t ne, uint32_t se, dispatch_queue_t queue);
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dregion.cpp103 DecimalFormat *df = new DecimalFormat(status); local
108 df->setParseIntegerOnly(TRUE);
152 df->parse(r->idStr,result,ps);
184 df->parse(aliasFromRegion->idStr,result,ps);
228 df->parse(codeMappingNumber,result,ps);
332 delete df;
460 DecimalFormat *df = new DecimalFormat(pat,fs); local
464 df->format(code,id);
465 delete df;
H A Dreldtfmt.cpp74 DateFormat * df; local
78 df = createDateInstance((EStyle)baseDateStyle, locale);
79 fDateTimeFormatter=dynamic_cast<SimpleDateFormat *>(df);
86 df = createTimeInstance((EStyle)timeStyle, locale);
87 SimpleDateFormat *sdf = dynamic_cast<SimpleDateFormat *>(df);
95 df = createTimeInstance((EStyle)timeStyle, locale);
96 fDateTimeFormatter=dynamic_cast<SimpleDateFormat *>(df);
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/tests/
H A Dfilescan.test92 foreach i {0 1 2 3 df} {
128 incr chkMatchCnt(df)
160 incr matchCnt(df)
187 set matchCnt(df)
188 } 0 [set chkMatchCnt(df)]
191 foreach i {0 1 2 3 df} {
199 foreach i {0 1 2 3 df} {
/macosx-10.9.5/dtrace-118.1/DTTk/Bin/
H A Ddappprof24 # dappprof df -h # run and examine the "df -h" command
93 dappprof df -h # run and examine "df -h"
H A Ddapptrace26 # dapptrace df -h # run and examine the "df -h" command
102 dapptrace df -h # run and examine "df -h"
H A Dprocsystime22 # procsystime df -h # run and examine "df -h"
90 procsystime df -h # run and examine "df -h"
H A Ddexplorer233 df -k > Info/df-k # Disk
535 rm Info/df-k
/macosx-10.9.5/dtrace-118.1/DTTk/
H A Ddappprof24 # dappprof df -h # run and examine the "df -h" command
93 dappprof df -h # run and examine "df -h"
H A Ddapptrace26 # dapptrace df -h # run and examine the "df -h" command
102 dapptrace df -h # run and examine "df -h"
H A Dprocsystime22 # procsystime df -h # run and examine "df -h"
90 procsystime df -h # run and examine "df -h"
H A Ddexplorer233 df -k > Info/df-k # Disk
535 rm Info/df-k
/macosx-10.9.5/ntp-88/include/
H A Dntp_config.h248 int dump_config_tree(struct config_tree *ptree, FILE *df, int comment);
249 int dump_all_config_trees(FILE *df, int comment);
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/math/
H A Dstatistics.tcl865 # - Number of degrees of freedom df
890 set df 0
898 incr df
902 if { $df <= 2 } {
912 set sx [expr {$sumx2-$sumx*$sumx/$df}]
913 set sy [expr {$sumy2-$sumy*$sumy/$df}]
914 set sxy [expr {$sumxy-$sumx*$sumy/$df}]
921 set A [expr {($sumy-$B*$sumx)/$df}]
936 set varY [expr {$ve/($df-2)}]
941 set varY [expr {$ve/($df
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/t/
H A D023Date.t175 my $df = eval { Log::Log4perl::DateFormat->new( $src ) };
182 my $got = $df->{fmt} || '(undef)';

Completed in 180 milliseconds

12345