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

1 2

  /external/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), "");
  /external/libcxx/test/input.output/file.streams/c.files/
cstdio.disabled.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), "");
  /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/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);
  /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.6/x86_64-linux/include/c++/4.6/bits/
postypes.h 34 // ISO C++ 14882: 27.4.3 - Template class fpos
75 // template fpos<> are described in clauses 21.1.2, 21.1.3, 27.1.2,
82 * @brief Type used by fpos, char_traits<char>, and char_traits<wchar_t>.
107 * CopyConstructible and Assignable. The standard only requires that fpos
114 class fpos class
121 // The standard doesn't require that fpos objects can be default
125 fpos() function in class:fpos
128 // The standard requires that fpos objects can be constructed
135 fpos(streamoff __off) function in class:fpos
155 fpos
    [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-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/5/sources/cxx-stl/gnu-libstdc++/include/bits/
postypes.h 34 // 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/6/sources/cxx-stl/gnu-libstdc++/include/bits/
postypes.h 34 // 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/7/sources/cxx-stl/gnu-libstdc++/include/bits/
postypes.h 34 // 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/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
postypes.h 34 // 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/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
postypes.h 34 // ISO C++ 14882: 27.4.3 - Template class fpos
75 // template fpos<> are described in clauses 21.1.2, 21.1.3, 27.1.2,
82 * @brief Type used by fpos, char_traits<char>, and char_traits<wchar_t>.
107 * CopyConstructible and Assignable. The standard only requires that fpos
114 class fpos class
121 // The standard doesn't require that fpos objects can be default
125 fpos() function in class:fpos
128 // The standard requires that fpos objects can be constructed
135 fpos(streamoff __off) function in class:fpos
155 fpos
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
postypes.h 34 // ISO C++ 14882: 27.4.3 - Template class fpos
75 // template fpos<> are described in clauses 21.1.2, 21.1.3, 27.1.2,
82 * @brief Type used by fpos, char_traits<char>, and char_traits<wchar_t>.
107 * CopyConstructible and Assignable. The standard only requires that fpos
114 class fpos class
121 // The standard doesn't require that fpos objects can be default
125 fpos() function in class:fpos
128 // The standard requires that fpos objects can be constructed
135 fpos(streamoff __off) function in class:fpos
155 fpos
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
postypes.h 34 // ISO C++ 14882: 27.4.3 - Template class fpos
75 // template fpos<> are described in clauses 21.1.2, 21.1.3, 27.1.2,
82 * @brief Type used by fpos, char_traits<char>, and char_traits<wchar_t>.
107 * CopyConstructible and Assignable. The standard only requires that fpos
114 class fpos class
121 // The standard doesn't require that fpos objects can be default
125 fpos() function in class:fpos
128 // The standard requires that fpos objects can be constructed
135 fpos(streamoff __off) function in class:fpos
155 fpos
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
postypes.h 34 // ISO C++ 14882: 27.4.3 - Template class fpos
75 // template fpos<> are described in clauses 21.1.2, 21.1.3, 27.1.2,
82 * @brief Type used by fpos, char_traits<char>, and char_traits<wchar_t>.
107 * CopyConstructible and Assignable. The standard only requires that fpos
114 class fpos class
121 // The standard doesn't require that fpos objects can be default
125 fpos() function in class:fpos
128 // The standard requires that fpos objects can be constructed
135 fpos(streamoff __off) function in class:fpos
155 fpos
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/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...]
  /prebuilts/ndk/9/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...]
  /external/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...]
  /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/5/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/6/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/7/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/8/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...]

Completed in 1393 milliseconds

1 2