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

123

/external/libcxx/test/input.output/iostreams.base/fpos/fpos.members/
H A DAndroid.mk17 test_makefile := external/libcxx/test/input.output/iostreams.base/fpos/fpos.members/Android.mk
19 test_name := input.output/iostreams.base/fpos/fpos.members/state
H A Dstate.pass.cpp12 // template <class StateT> class fpos
21 std::fpos<int> f;
/external/libcxx/test/input.output/iostreams.base/fpos/fpos.operations/
H A DAndroid.mk17 test_makefile := external/libcxx/test/input.output/iostreams.base/fpos/fpos.operations/Android.mk
19 test_name := input.output/iostreams.base/fpos/fpos.operations/offset
23 test_name := input.output/iostreams.base/fpos/fpos.operations/addition
27 test_name := input.output/iostreams.base/fpos/fpos.operations/subtraction
31 test_name := input.output/iostreams.base/fpos/fpos
[all...]
H A Dctor_int.pass.cpp12 // template <class StateT> class fpos
14 // fpos(int)
21 typedef std::fpos<std::mbstate_t> P;
H A Ddifference.pass.cpp12 // template <class StateT> class fpos
14 // Subraction with fpos
21 typedef std::fpos<std::mbstate_t> P;
H A Deq_int.pass.cpp12 // template <class StateT> class fpos
21 typedef std::fpos<std::mbstate_t> P;
H A Doffset.pass.cpp12 // template <class StateT> class fpos
21 typedef std::fpos<std::mbstate_t> P;
H A Daddition.pass.cpp12 // template <class StateT> class fpos
21 typedef std::fpos<std::mbstate_t> P;
H A Dsubtraction.pass.cpp12 // template <class StateT> class fpos
21 typedef std::fpos<std::mbstate_t> P;
/external/libcxx/test/input.output/iostreams.base/fpos/
H A DAndroid.mk17 test_makefile := external/libcxx/test/input.output/iostreams.base/fpos/Android.mk
19 test_name := input.output/iostreams.base/fpos/nothing_to_do
/external/stlport/stlport/stl/
H A Dchar_traits.h84 // Class fpos, which represents a position within a file. (The C++
87 template <class _StateT> class fpos { class
89 fpos(streamoff __pos) : _M_pos(__pos), _M_st(_STLP_NULL_CHAR_INIT(_StateT)) {} function in class:fpos
90 fpos() : _M_pos(0), _M_st(_STLP_NULL_CHAR_INIT(_StateT)) {} function in class:fpos
94 bool operator==(const fpos& __y) const
96 bool operator!=(const fpos& __y) const
99 fpos& operator+=(streamoff __off) {
103 fpos& operator-=(streamoff __off) {
108 fpos operator+(streamoff __off) {
109 fpos __tm
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtchcfmt.cpp52 FieldPosition fpos(0);
59 fpos = 0;
61 res1 = form->format(i, str, fpos, status );
174 FieldPosition fpos(0);
201 res2 = pattform->format(testArgs, 3, str, fpos, status );
259 fpos = 0;
265 res2 = pattform->format(testArgs, 3, str, fpos, status );
356 fpos = 0;
359 res1 = form_pat.format( arg_double, str, fpos );
364 fpos
[all...]
H A Ddtfmapts.cpp288 FieldPosition fpos; local
297 dateFmt->format(dateObj, str, fpos, status);
311 sdf.format(dateObj, str, fpos, status);
313 sdf.format((UDate)0, str, fpos);
327 fmt->format(numObj, str, fpos, status);
342 fmt.format(numObj, str, fpos, status);
346 fmt.format(1.41421, str, fpos);
347 fmt.format((int32_t)9876543, str, fpos);
362 fmt.format(numObj, str, fpos, status);
366 fmt.format(1.41421, str, fpos);
[all...]
/external/icu/icu4c/source/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...]
/external/icu/icu4c/source/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]);
/external/icu/icu4c/source/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);
/external/chromium_org/third_party/freetype/src/autofit/
H A Dafhints.c81 FT_Int fpos,
119 if ( edge[-1].fpos < fpos )
124 if ( edge[-1].fpos == fpos && dir == axis->major_dir )
134 edge->fpos = (FT_Short)fpos;
964 delta = edge->fpos - u;
973 delta = u - edge->fpos;
982 FT_Pos fpos; local
[all...]
/external/freetype/src/autofit/
H A Dafhints.c81 FT_Int fpos,
119 if ( edge[-1].fpos < fpos )
124 if ( edge[-1].fpos == fpos && dir == axis->major_dir )
134 edge->fpos = (FT_Short)fpos;
1101 delta = edge->fpos - u;
1110 delta = u - edge->fpos;
1119 FT_Pos fpos; local
[all...]
/external/chromium_org/third_party/icu/source/test/perf/normperf/
H A Ddtfmtrtperf.h167 FieldPosition fpos(0);
171 sdf->format(DATES[datidx], tzstr, fpos);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_snprintf.c1016 int fpos = 0; local
1195 fpos = convert(fracpart, fconvert, sizeof(fconvert), 10, 0);
1197 leadfraczeros = precision - fpos;
1200 if (fpos > 0) /* Omit trailing fractional part zeros. */
1201 while (omitcount < fpos && fconvert[omitcount] == '0')
1270 while (fpos > omitcount) { /* The remaining fractional part. */
1271 fpos--;
1272 OUTCHAR(str, *len, size, fconvert[fpos]);
/external/icu/icu4c/source/test/perf/normperf/
H A Ddtfmtrtperf.h167 FieldPosition fpos(0);
171 sdf->format(DATES[datidx], tzstr, fpos);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_snprintf.c1016 int fpos = 0; local
1195 fpos = convert(fracpart, fconvert, sizeof(fconvert), 10, 0);
1197 leadfraczeros = precision - fpos;
1200 if (fpos > 0) /* Omit trailing fractional part zeros. */
1201 while (omitcount < fpos && fconvert[omitcount] == '0')
1270 while (fpos > omitcount) { /* The remaining fractional part. */
1271 fpos--;
1272 OUTCHAR(str, *len, size, fconvert[fpos]);
/external/libcxx/test/depr/depr.c.headers/
H A Dstdio_h.pass.cpp86 fpos_t fpos = {0}; local
127 static_assert((std::is_same<decltype(fgetpos(fp, &fpos)), int>::value), "");
129 static_assert((std::is_same<decltype(fsetpos(fp, &fpos)), int>::value), "");
/external/libcxx/test/input.output/file.streams/c.files/
H A Dcstdio.disabled.cpp87 std::fpos_t fpos = {0}; local
130 static_assert((std::is_same<decltype(std::fgetpos(fp, &fpos)), int>::value), "");
132 static_assert((std::is_same<decltype(std::fsetpos(fp, &fpos)), int>::value), "");

Completed in 909 milliseconds

123