HomeSort by relevance Sort by last modified time
    Searched refs:fpos (Results 1 - 25 of 93) 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/r10/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...]
  /prebuilts/ndk/r11/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...]
  /prebuilts/ndk/r13/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;
  /prebuilts/ndk/r11/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;
  /prebuilts/ndk/r11/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;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/input.output/iostreams.base/fpos/fpos.members/
state.pass.cpp 12 // template <class StateT> class fpos
21 std::fpos<int> f;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/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;
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
IntlTestDateFormatAPIC.java 50 FieldPosition fpos = new FieldPosition(0); local
59 strBuffer = dateFmt.format(dateObj, strBuffer, fpos);
71 strBuffer = sdf.format(dateObj, strBuffer, fpos);
73 strBuffer = sdf.format(new Date(0), strBuffer, fpos);
89 strBuffer = fmt.format(numObj, strBuffer, fpos);
101 strBuffer = fmt.format(numObj, strBuffer, fpos);
105 strBuffer = fmt.format(1.41421, strBuffer, fpos);
106 strBuffer = fmt.format(9876543, strBuffer, fpos);
126 strBuffer = fmt.format(numObj, strBuffer, fpos);
130 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...]

Completed in 441 milliseconds

1 2 3 4