/external/libcxx/test/std/input.output/iostreams.base/fpos/fpos.members/ |
H A D | state.pass.cpp | 12 // template <class StateT> class fpos 21 std::fpos<int> f;
|
/external/libcxx/test/std/input.output/iostreams.base/fpos/fpos.operations/ |
H A D | ctor_int.pass.cpp | 12 // template <class StateT> class fpos 14 // fpos(int) 21 typedef std::fpos<std::mbstate_t> P;
|
H A D | difference.pass.cpp | 12 // template <class StateT> class fpos 14 // Subraction with fpos 21 typedef std::fpos<std::mbstate_t> P;
|
H A D | eq_int.pass.cpp | 12 // template <class StateT> class fpos 21 typedef std::fpos<std::mbstate_t> P;
|
H A D | offset.pass.cpp | 12 // template <class StateT> class fpos 21 typedef std::fpos<std::mbstate_t> P;
|
H A D | addition.pass.cpp | 12 // template <class StateT> class fpos 21 typedef std::fpos<std::mbstate_t> P;
|
H A D | subtraction.pass.cpp | 12 // 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 D | IntlTestDateFormatAPIC.java | 53 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 D | IntlTestDateFormatAPIC.java | 49 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 D | QuantityFormatter.java | 109 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 D | MeasureFormat.java | 294 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 D | QuantityFormatter.java | 108 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 D | MeasureFormat.java | 310 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 D | tchcfmt.cpp | 52 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 D | dtfmapts.cpp | 288 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 D | plurfmtsample.cpp | 46 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 D | cdateintervalformattest.c | 295 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 D | afhints.c | 100 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 D | dtfmtrtperf.h | 167 FieldPosition fpos(0); 171 sdf->format(DATES[datidx], tzstr, fpos);
|
/external/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_snprintf.c | 1016 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 D | Percentile.java | 272 double fpos = FastMath.floor(pos); 273 int intPos = (int) fpos; 274 double dif = pos - fpos;
|
/external/icu/icu4c/source/i18n/ |
H A D | measfmt.cpp | 728 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 D | stdio_h.pass.cpp | 88 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 D | cstdio.pass.cpp | 87 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 D | picopal.c | 360 fpos_t fpos; local 363 fgetpos((FILE *)stream,&fpos); 366 fsetpos((FILE *)stream,&fpos);
|