Searched refs:fpos (Results 1 - 25 of 28) sorted by relevance

12

/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dpostypes.h38 // ISO C++ 14882: 27.4.3 - Template class fpos
55 // template fpos<> are described in clauses 21.1.2, 21.1.3, 27.1.2,
62 * @brief Type used by fpos, char_traits<char>, and char_traits<wchar_t>.
81 class fpos;
88 * CopyConstructible and Assignable. The standard only requires that fpos
95 class fpos class
102 // The standard doesn't require that fpos objects can be default
106 fpos() function in class:fpos
109 // The standard requires that fpos objects can be constructed
116 fpos(streamof function in class:fpos
[all...]
/macosx-10.10/ntp-92/scripts/monitoring/
H A Dntploopwatch569 local($cnt,$in,$out,$lo,$lf,@fpos) = @_;
606 $fpos[$[] = '' if !defined($fpos[$[]);
821 if ($fpos[$[] eq 'start')
823 if (grep($_ eq $fpos[$[+1],@f))
825 shift(@f) while @f && $f[$[] ne $fpos[$[+1];
829 @fpos = ('start', $f[$[], undef);
834 @fpos = ('start' , $f[$[], undef);
837 if (!defined($fpos[$[+2]))
841 $fpos[
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dtchcfmt.cpp52 FieldPosition fpos(0);
59 fpos = 0;
61 res1 = form->format(i, str, fpos, status );
184 FieldPosition fpos(0);
211 res2 = pattform->format(testArgs, 3, str, fpos, status );
271 fpos = 0;
277 res2 = pattform->format(testArgs, 3, str, fpos, status );
368 fpos = 0;
371 res1 = form_pat.format( arg_double, str, fpos );
376 fpos
[all...]
H A Ddtfmapts.cpp288 FieldPosition fpos; local
297 dateFmt->format(dateObj, str, fpos, status);
312 sdf.format(dateObj, str, fpos, status);
314 sdf.format((UDate)0, str, fpos);
331 fmt->format(numObj, str, fpos, status);
346 fmt.format(numObj, str, fpos, status);
350 fmt.format(1.41421, str, fpos);
351 fmt.format((int32_t)9876543, str, fpos);
366 fmt.format(numObj, str, fpos, status);
370 fmt.format(1.41421, str, fpos);
[all...]
H A Dtzfmttst.cpp180 FieldPosition fpos(0);
183 sdf->format(DATES[datidx], tzstr, fpos);
550 FieldPosition fpos(0);
551 sdf->format(testTimes[testidx], text, fpos);
H A Ddtfmttst.cpp3294 FieldPosition fpos; local
3299 fpos.setBeginIndex(0);
3300 fpos.setEndIndex(0);
3305 formatters[i]->format(*calendars[i], buf, fpos);
3313 fpos.setBeginIndex(0);
3314 fpos.setEndIndex(0);
3319 formatters[i]->format(*calendars[j], buf, fpos);
3947 FieldPosition fpos(0);
3948 dmft->format(*rootChineseCalendar, result, fpos);
4146 FieldPosition fpos(
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dquantityformatter.cpp165 FieldPosition fpos(pos.getField());
166 fmt.format(quantity, formattedNumber, fpos, status);
171 if (fpos.getBeginIndex() != 0 || fpos.getEndIndex() != 0) {
172 pos.setBeginIndex(fpos.getBeginIndex() + offsets[0]);
173 pos.setEndIndex(fpos.getEndIndex() + offsets[0]);
H A Dplurfmt.cpp216 FieldPosition fpos(0);
218 return format(Formattable(number), number, result, fpos, status);
223 FieldPosition fpos(0);
225 return format(Formattable(number), number, result, fpos, status);
H A Dlocdspnm.cpp628 FieldPosition fpos; local
630 keyTypeFormat->format(data, 2, temp3, fpos, status);
646 FieldPosition fpos; local
648 format->format(data, 2, result, fpos, status);
666 FieldPosition fpos; local
668 separatorFormat->format(data, 2, combined, fpos, status);
H A Dmeasfmt.cpp908 FieldPosition fpos(pos.getField());
917 formatMeasure(measures[i], *nf, results[i], fpos, status);
922 if (fpos.getBeginIndex() != 0 || fpos.getEndIndex() != 0) {
942 pos.setBeginIndex(fpos.getBeginIndex() + offset);
943 pos.setEndIndex(fpos.getEndIndex() + offset);
H A Ddatefmt.cpp241 FieldPosition fpos(0);
242 return format(date, appendTo, fpos);
H A Dtzgnames.cpp548 FieldPosition fpos; local
564 fRegionFormat->format(param, 1, name, fpos, status);
579 fRegionFormat->format(param, 1, name, fpos, status);
828 FieldPosition fpos; local
833 fFallbackFormat->format(param, 2, name, fpos, status);
H A Dreldatefmt.cpp616 FieldPosition fpos(0);
618 args, 2, appendTo, fpos, status);
/macosx-10.10/ICU-531.30/icuSources/samples/plurfmtsample/
H A Dplurfmtsample.cpp46 FieldPosition fpos = 0; local
49 msgfmtEn->format(argEn,2,msgEn,fpos,status);
50 msgfmtSl->format(argSl,2,msgSl,fpos,status);
/macosx-10.10/apr-32/apr/apr/test/
H A Dtestdup.c64 apr_off_t fpos; local
81 fpos = 0;
82 rv = apr_file_seek(file1, APR_SET, &fpos);
84 ABTS_ASSERT(tc, "File position mismatch, expected 0", fpos == 0);
143 apr_off_t fpos; local
168 fpos = 0;
169 rv = apr_file_seek(testfile, APR_SET, &fpos);
171 ABTS_ASSERT(tc, "File position mismatch, expected 0", fpos == 0);
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_apple.c75 long fpos, size; local
79 (void) GetFPos((short) fd, &fpos);
83 if (off + fpos > size)
84 SetEOF((short) fd, off + fpos);
102 return (toff_t)(GetFPos((short) fd, &fpos) == noErr ? fpos : EOF);
/macosx-10.10/ICU-531.30/icuSources/test/perf/normperf/
H A Ddtfmtrtperf.h167 FieldPosition fpos(0);
171 sdf->format(DATES[datidx], tzstr, fpos);
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Dresres.c116 long fpos; local
134 fpos = ftell (fres);
135 if (fpos % 4)
136 write_res_data (sign, fpos % 4, 1);
/macosx-10.10/less-25/less/
H A Dch.c65 POSITION fpos; member in struct:filestate
77 #define ch_fpos thisfile->fpos
792 thisfile->fpos = 0;
877 printf(" file %d, flags %x, fpos %x, fsize %x, blk/off %x/%x\n",
878 fs->file, fs->flags, fs->fpos,
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/
H A Dpod_char_traits.h98 typedef fpos<state_type> pos_type;
H A Dcodecvt_specializations.h218 // associated fpos<encoding_state> for the position type, all other
224 typedef typename std::fpos<state_type> pos_type;
/macosx-10.10/zsh-61/zsh/Src/
H A Dhist.c205 off_t fpos, fsiz; member in struct:histfile_stats
2326 off_t fpos; local
2359 if (lasthist.fpos < lasthist.fsiz) {
2360 fseek(in, lasthist.fpos, 0);
2376 while (fpos = ftell(in), (l = readhistline(0, &buf, &bufsiz, in))) {
2422 lasthist.fpos = fpos;
2632 lasthist.fpos = ftell(out);
/macosx-10.10/vim-55/src/
H A Dedit.c9374 pos_T fpos; local
9406 fpos = curwin->w_cursor;
9407 while (fpos.col > 0 && vim_iswhite(ptr[-1]))
9409 --fpos.col;
9415 && fpos.lnum == Insstart.lnum
9416 && fpos.col < Insstart.col)
9418 ptr += Insstart.col - fpos.col;
9419 fpos.col = Insstart.col;
9423 getvcol(curwin, &fpos, &vcol, NULL, NULL);
9438 change_col = fpos
[all...]
H A Dbuffer.c1864 pos_T *fpos; local
1894 fpos = buflist_findfpos(buf);
1895 lnum = fpos->lnum;
1896 col = fpos->col;
1955 pos_T *fpos; local
1957 fpos = buflist_findfpos(curbuf);
1959 curwin->w_cursor.lnum = fpos->lnum;
1966 curwin->w_cursor.col = fpos->col;
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/yaml/
H A Dyaml.tcl608 set fpos [_getpos]
619 _setpos $fpos

Completed in 419 milliseconds

12