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

1 2 3 4

  /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...]
  /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...]
  /external/libcxx/test/std/input.output/iostreams.base/fpos/fpos.members/
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/
ctor_int.pass.cpp 12 // template <class StateT> class fpos
14 // fpos(int)
21 typedef std::fpos<std::mbstate_t> P;
difference.pass.cpp 12 // template <class StateT> class fpos
14 // Subraction with fpos
21 typedef std::fpos<std::mbstate_t> P;
eq_int.pass.cpp 12 // template <class StateT> class fpos
21 typedef std::fpos<std::mbstate_t> P;
offset.pass.cpp 12 // template <class StateT> class fpos
21 typedef std::fpos<std::mbstate_t> P;
addition.pass.cpp 12 // template <class StateT> class fpos
21 typedef std::fpos<std::mbstate_t> P;
subtraction.pass.cpp 12 // template <class StateT> class fpos
21 typedef std::fpos<std::mbstate_t> P;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/fpos/fpos.members/
state.pass.cpp 12 // template <class StateT> class fpos
21 std::fpos<int> f;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/fpos/fpos.operations/
ctor_int.pass.cpp 12 // template <class StateT> class fpos
14 // fpos(int)
21 typedef std::fpos<std::mbstate_t> P;
difference.pass.cpp 12 // template <class StateT> class fpos
14 // Subraction with fpos
21 typedef std::fpos<std::mbstate_t> P;
eq_int.pass.cpp 12 // template <class StateT> class fpos
21 typedef std::fpos<std::mbstate_t> P;
offset.pass.cpp 12 // template <class StateT> class fpos
21 typedef std::fpos<std::mbstate_t> P;
addition.pass.cpp 12 // template <class StateT> class fpos
21 typedef std::fpos<std::mbstate_t> P;
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/
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/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...]
  /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());
  /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...]

Completed in 1355 milliseconds

1 2 3 4