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

12

/external/libcxx/test/std/input.output/iostreams.base/fpos/fpos.members/
H A Dstate.pass.cpp12 // template <class StateT> class fpos
21 std::fpos<int> f;
/external/libcxx/test/std/input.output/iostreams.base/fpos/fpos.operations/
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/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DIntlTestDateFormatAPIC.java53 FieldPosition fpos = new FieldPosition(0);
62 strBuffer = dateFmt.format(dateObj, strBuffer, fpos);
74 strBuffer = sdf.format(dateObj, strBuffer, fpos);
76 strBuffer = sdf.format(new Date(0), strBuffer, fpos);
92 strBuffer = fmt.format(numObj, strBuffer, fpos);
104 strBuffer = fmt.format(numObj, strBuffer, fpos);
108 strBuffer = fmt.format(1.41421, strBuffer, fpos);
109 strBuffer = fmt.format(9876543, strBuffer, fpos);
129 strBuffer = fmt.format(numObj, strBuffer, fpos);
133 strBuffer = fmt.format(1.41421, strBuffer, fpos);
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DIntlTestDateFormatAPIC.java49 FieldPosition fpos = new FieldPosition(0);
58 strBuffer = dateFmt.format(dateObj, strBuffer, fpos);
70 strBuffer = sdf.format(dateObj, strBuffer, fpos);
72 strBuffer = sdf.format(new Date(0), strBuffer, fpos);
88 strBuffer = fmt.format(numObj, strBuffer, fpos);
100 strBuffer = fmt.format(numObj, strBuffer, fpos);
104 strBuffer = fmt.format(1.41421, strBuffer, fpos);
105 strBuffer = fmt.format(9876543, strBuffer, fpos);
125 strBuffer = fmt.format(numObj, strBuffer, fpos);
129 strBuffer = fmt.format(1.41421, strBuffer, fpos);
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DQuantityFormatter.java109 UFieldPosition fpos = new UFieldPosition(pos.getFieldAttribute(), pos.getField());
110 fmt.format(number, formattedNumber, fpos);
114 fpos.getCountVisibleFractionDigits(), fpos.getFractionDigits());
116 pos.setBeginIndex(fpos.getBeginIndex());
117 pos.setEndIndex(fpos.getEndIndex());
H A DMeasureFormat.java294 FieldPosition fpos =
306 toAppendTo.append(formatMeasures(new StringBuilder(), fpos, measures));
308 toAppendTo.append(formatMeasures(new StringBuilder(), fpos, (Measure[]) obj));
310 toAppendTo.append(formatMeasure((Measure) obj, numberFormat, new StringBuilder(), fpos));
314 if (fpos.getBeginIndex() != 0 || fpos.getEndIndex() != 0) {
315 pos.setBeginIndex(fpos.getBeginIndex() + prevLength);
316 pos.setEndIndex(fpos.getEndIndex() + prevLength);
489 FieldPosition fpos = new FieldPosition(
492 formatMeasure(measure, numberFormat, new StringBuilder(), fpos),
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DQuantityFormatter.java108 UFieldPosition fpos = new UFieldPosition(pos.getFieldAttribute(), pos.getField());
109 fmt.format(number, formattedNumber, fpos);
113 fpos.getCountVisibleFractionDigits(), fpos.getFractionDigits());
115 pos.setBeginIndex(fpos.getBeginIndex());
116 pos.setEndIndex(fpos.getEndIndex());
H A DMeasureFormat.java310 FieldPosition fpos =
322 toAppendTo.append(formatMeasures(new StringBuilder(), fpos, measures));
324 toAppendTo.append(formatMeasures(new StringBuilder(), fpos, (Measure[]) obj));
326 toAppendTo.append(formatMeasure((Measure) obj, numberFormat, new StringBuilder(), fpos));
330 if (fpos.getBeginIndex() != 0 || fpos.getEndIndex() != 0) {
331 pos.setBeginIndex(fpos.getBeginIndex() + prevLength);
332 pos.setEndIndex(fpos.getEndIndex() + prevLength);
507 FieldPosition fpos = new FieldPosition(
510 formatMeasure(measure, numberFormat, new StringBuilder(), 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/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/icu/icu4c/source/test/cintltst/
H A Dcdateintervalformattest.c295 UFieldPosition fpos = { locSkelItemPtr->fieldToCheck, 0, 0 }; local
301 ulen = udtitvfmt_format(udifmt, startTime, startTime + *deltasPtr, ubuf, kSizeUBuf, &fpos, &status);
306 fpos.beginIndex != expectedPtr->posBegin || fpos.endIndex != expectedPtr->posEnd ) {
312 fpos.beginIndex, fpos.endIndex, bbuf);
/external/freetype/src/autofit/
H A Dafhints.c100 FT_Int fpos,
156 if ( edge[-1].fpos < fpos )
161 if ( edge[-1].fpos == fpos && dir == axis->major_dir )
1158 delta = edge->fpos - u;
1167 delta = u - edge->fpos;
1176 FT_Pos fpos; local
1191 if ( edges[nn].fpos >= u )
1194 if ( edges[nn].fpos
[all...]
/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/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/rank/
H A DPercentile.java272 double fpos = FastMath.floor(pos);
273 int intPos = (int) fpos;
274 double dif = pos - fpos;
/external/icu/icu4c/source/i18n/
H A Dmeasfmt.cpp728 FieldPosition fpos(pos.getField());
732 measure, **numberFormat, result, fpos, status),
739 if (fpos.getBeginIndex() != 0 || fpos.getEndIndex() != 0) {
740 pos.setBeginIndex(fpos.getBeginIndex() + offset);
741 pos.setEndIndex(fpos.getEndIndex() + offset);
1150 FieldPosition fpos(pos.getField());
1159 formatMeasure(measures[i], *nf, results[i], fpos, status);
1164 if (fpos.getBeginIndex() != 0 || fpos
[all...]
/external/libcxx/test/std/depr/depr.c.headers/
H A Dstdio_h.pass.cpp88 fpos_t fpos = {0}; local
132 static_assert((std::is_same<decltype(fgetpos(fp, &fpos)), int>::value), "");
134 static_assert((std::is_same<decltype(fsetpos(fp, &fpos)), int>::value), "");
/external/libcxx/test/std/input.output/file.streams/c.files/
H A Dcstdio.pass.cpp87 std::fpos_t fpos = {0}; local
114 static_assert((std::is_same<decltype(std::fgetpos(fp, &fpos)), int>::value), "");
116 static_assert((std::is_same<decltype(std::fsetpos(fp, &fpos)), int>::value), "");
/external/svox/pico/lib/
H A Dpicopal.c360 fpos_t fpos; local
363 fgetpos((FILE *)stream,&fpos);
366 fsetpos((FILE *)stream,&fpos);

Completed in 953 milliseconds

12