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

1 2

  /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
128 static_assert((std::is_same<decltype(std::fgetpos(fp, &fpos)), int>::value), "");
130 static_assert((std::is_same<decltype(std::fsetpos(fp, &fpos)), int>::value), "");
  /libcore/luni/src/test/java/libcore/java/text/
OldFieldPositionTest.java 48 FieldPosition fpos = new FieldPosition(1); local
49 fpos.setBeginIndex(2);
50 fpos.setEndIndex(3);
51 assertEquals("beginIndex should have been set to 2", 2, fpos
54 fpos.setBeginIndex(Integer.MAX_VALUE);
56 Integer.MAX_VALUE, fpos.getBeginIndex());
58 fpos.setBeginIndex(-1);
60 -1, fpos.getBeginIndex());
65 FieldPosition fpos = new FieldPosition(1); local
66 fpos.setEndIndex(3)
    [all...]
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/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
165 FieldPosition fpos = new FieldPosition(1); local
182 FieldPosition fpos = new FieldPosition(1); local
194 FieldPosition fpos = new FieldPosition(1); local
206 FieldPosition fpos = new FieldPosition(1); local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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.7-4.6/x86_64-linux/include/c++/4.6.x-google/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/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...]
  /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...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/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/chromium_org/third_party/icu/source/test/intltest/
dtfmapts.cpp 288 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/icu4c/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...]

Completed in 1510 milliseconds

1 2