HomeSort by relevance Sort by last modified time
    Searched defs:fpos (Results 1 - 25 of 40) sorted by null

1 2

  /external/libcxx/test/std/depr/depr.c.headers/
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/
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), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
stdio_h.pass.cpp 86 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), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
cstdio.pass.cpp 87 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), "");
  /external/icu/android_icu4j/src/main/java/android/icu/text/
QuantityFormatter.java 109 UFieldPosition fpos = new UFieldPosition(pos.getFieldAttribute(), pos.getField()); local
110 fmt.format(number, formattedNumber, fpos);
114 fpos.getCountVisibleFractionDigits(), fpos.getFractionDigits());
116 pos.setBeginIndex(fpos.getBeginIndex());
117 pos.setEndIndex(fpos.getEndIndex());
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
QuantityFormatter.java 108 UFieldPosition fpos = new UFieldPosition(pos.getFieldAttribute(), pos.getField()); local
109 fmt.format(number, formattedNumber, fpos);
113 fpos.getCountVisibleFractionDigits(), fpos.getFractionDigits());
115 pos.setBeginIndex(fpos.getBeginIndex());
116 pos.setEndIndex(fpos.getEndIndex());
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
IntlTestDateFormatAPIC.java 53 FieldPosition fpos = new FieldPosition(0); local
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/icu4c/source/samples/plurfmtsample/
plurfmtsample.cpp 46 FieldPosition fpos = 0; local
49 msgfmtEn->format(argEn,2,msgEn,fpos,status);
50 msgfmtSl->format(argSl,2,msgSl,fpos,status);
67 FieldPosition fPos =0;
68 altMsgfmtEn->format(arg, 1, msgEn, fPos, status);
69 altMsgfmtSl->format(arg, 1, msgSl, fPos,status);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
IntlTestDateFormatAPIC.java 49 FieldPosition fpos = new FieldPosition(0); local
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...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
FieldPositionTest.java 29 FieldPosition fpos = new FieldPosition(DateFormat.MONTH_FIELD); local
31 DateFormat.MONTH_FIELD, fpos.getField());
32 assertNull("Constructor failed to set field attribute!", fpos
41 FieldPosition fpos = new FieldPosition(DateFormat.Field.MONTH); local
43 DateFormat.Field.MONTH, fpos.getFieldAttribute());
45 fpos.getField());
53 FieldPosition fpos = new FieldPosition(DateFormat.Field.MONTH, local
56 DateFormat.Field.MONTH, fpos.getFieldAttribute());
58 DateFormat.MONTH_FIELD, fpos.getField());
82 FieldPosition fpos = new FieldPosition(1) local
112 FieldPosition fpos = new FieldPosition(1); local
124 FieldPosition fpos = new FieldPosition(1); local
136 FieldPosition fpos = new FieldPosition(65); local
149 FieldPosition fpos = new FieldPosition(DateFormat.Field.TIME_ZONE); local
183 FieldPosition fpos = new FieldPosition(1); local
199 FieldPosition fpos = new FieldPosition(1); local
219 FieldPosition fpos = new FieldPosition(1); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
postypes.h 32 // ISO C++ 14882: 27.4.3 - Template class fpos
73 // template fpos<> are described in clauses 21.1.2, 21.1.3, 27.1.2,
80 * @brief Type used by fpos, char_traits<char>, and char_traits<wchar_t>.
105 * CopyConstructible and Assignable. The standard only requires that fpos
112 class fpos class
119 // The standard doesn't require that fpos objects can be default
123 fpos() function in class:fpos
126 // The standard requires that fpos objects can be constructed
133 fpos(streamoff __off) function in class:fpos
153 fpos
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
postypes.h 32 // ISO C++ 14882: 27.4.3 - Template class fpos
73 // template fpos<> are described in clauses 21.1.2, 21.1.3, 27.1.2,
80 * @brief Type used by fpos, char_traits<char>, and char_traits<wchar_t>.
105 * CopyConstructible and Assignable. The standard only requires that fpos
112 class fpos class
119 // The standard doesn't require that fpos objects can be default
123 fpos() function in class:fpos
126 // The standard requires that fpos objects can be constructed
133 fpos(streamoff __off) function in class:fpos
153 fpos
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
postypes.h 32 // ISO C++ 14882: 27.4.3 - Template class fpos
73 // template fpos<> are described in clauses 21.1.2, 21.1.3, 27.1.2,
80 * @brief Type used by fpos, char_traits<char>, and char_traits<wchar_t>.
105 * CopyConstructible and Assignable. The standard only requires that fpos
112 class fpos class
119 // The standard doesn't require that fpos objects can be default
123 fpos() function in class:fpos
126 // The standard requires that fpos objects can be constructed
133 fpos(streamoff __off) function in class:fpos
153 fpos
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
postypes.h 32 // ISO C++ 14882: 27.4.3 - Template class fpos
73 // template fpos<> are described in clauses 21.1.2, 21.1.3, 27.1.2,
80 * @brief Type used by fpos, char_traits<char>, and char_traits<wchar_t>.
105 * CopyConstructible and Assignable. The standard only requires that fpos
112 class fpos class
119 // The standard doesn't require that fpos objects can be default
123 fpos() function in class:fpos
126 // The standard requires that fpos objects can be constructed
133 fpos(streamoff __off) function in class:fpos
153 fpos
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
char_traits.h 84 // 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 __tmp(*this)
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
char_traits.h 84 // 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 __tmp(*this)
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/rank/
Percentile.java 272 double fpos = FastMath.floor(pos); local
273 int intPos = (int) fpos;
274 double dif = pos - fpos;
  /external/icu/icu4c/source/test/intltest/
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/svox/pico/lib/
picopal.c 360 fpos_t fpos; local
363 fgetpos((FILE *)stream,&fpos);
366 fsetpos((FILE *)stream,&fpos);
  /frameworks/av/media/libstagefright/webm/
WebmFrameThread.cpp 143 off_t fpos = ::lseek(mFd, 0, SEEK_CUR); local
182 sp<WebmElement> cuePoint = WebmElement::CuePointEntry(cueTime, 1, fpos - mSegmentDataStart);
  /external/icu/icu4c/source/test/cintltst/
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/
afhints.c 100 FT_Int fpos,
157 if ( top_to_bottom_hinting ? ( edge[-1].fpos > fpos )
158 : ( edge[-1].fpos < fpos ) )
163 if ( edge[-1].fpos == fpos && dir == axis->major_dir )
1313 FT_Pos fpos; local
    [all...]
afhints.h 284 FT_Short fpos; /* original, unscaled position (in font units) */ member in struct:AF_EdgeRec_
422 FT_Int fpos,
  /external/icu/icu4c/source/i18n/
locdspnm.cpp 632 FieldPosition fpos; local
634 keyTypeFormat->format(data, 2, temp3, fpos, status);
650 FieldPosition fpos; local
652 format->format(data, 2, result, fpos, status);
670 FieldPosition fpos; local
672 separatorFormat->format(data, 2, combined, fpos, status);
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
afhints.c 100 FT_Int fpos,
156 if ( edge[-1].fpos < fpos )
161 if ( edge[-1].fpos == fpos && dir == axis->major_dir )
1276 FT_Pos fpos; local
    [all...]

Completed in 1121 milliseconds

1 2