Home
last modified time | relevance | path

Searched refs:widen (Results 1 – 25 of 37) sorted by relevance

12

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/
Dwiden_1.pass.cpp32 assert(f.widen(' ') == L' '); in main()
33 assert(f.widen('A') == L'A'); in main()
34 assert(f.widen('\x07') == L'\x07'); in main()
35 assert(f.widen('.') == L'.'); in main()
36 assert(f.widen('a') == L'a'); in main()
37 assert(f.widen('1') == L'1'); in main()
38 assert(f.widen(char(-5)) == wchar_t(-1)); in main()
47 assert(f.widen(' ') == L' '); in main()
48 assert(f.widen('A') == L'A'); in main()
49 assert(f.widen('\x07') == L'\x07'); in main()
[all …]
Dwiden_many.pass.cpp35 assert(f.widen(&in[0], in.data() + in.size(), v.data()) == in.data() + in.size()); in main()
53 assert(f.widen(&in[0], in.data() + in.size(), v.data()) == in.data() + in.size()); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/
Dwiden_1.pass.cpp26 assert(f.widen(' ') == ' '); in main()
27 assert(f.widen('A') == 'A'); in main()
28 assert(f.widen('\x07') == '\x07'); in main()
29 assert(f.widen('.') == '.'); in main()
30 assert(f.widen('a') == 'a'); in main()
31 assert(f.widen('1') == '1'); in main()
Dwiden_many.pass.cpp30 assert(f.widen(&in[0], in.data() + in.size(), v.data()) == in.data() + in.size()); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/
Dwiden_1.pass.cpp26 assert(f.widen(' ') == L' '); in main()
27 assert(f.widen('A') == L'A'); in main()
28 assert(f.widen('\x07') == L'\x07'); in main()
29 assert(f.widen('.') == L'.'); in main()
30 assert(f.widen('a') == L'a'); in main()
31 assert(f.widen('1') == L'1'); in main()
Dwiden_many.pass.cpp30 assert(f.widen(&in[0], in.data() + in.size(), v.data()) == in.data() + in.size()); in main()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_ios.h107 inline _CharT widen(char) const;
150 basic_ios<_CharT, _Traits>::widen(char __c) const in widen() function
151 { return _M_ctype_facet()->widen(__c); } in widen()
163 basic_ios<char, char_traits<char> >::widen(char __c) const in widen() function
D_num_put.c85 __sep, __ct.widen('+'), __ct.widen('-'), 0); in __put_float()
89 __f.flags(), __f.width(0), __fill, __ct.widen('+'), __ct.widen('-')); in __put_float()
198 wchar_t __xplus = __ct.widen('+'); in __put_integer()
199 wchar_t __xminus = __ct.widen('-'); in __put_integer()
202 __ct.widen(__buf, __iend, __wbuf); in __put_integer()
489 __s++ = __c_type.widen( '0' ); in do_put()
490 __s++ = __c_type.widen( __table_ptr[16] ); in do_put()
503 …_STLP_PRIV __do_put_integer(__s, __f, __c_type.widen('0'), __REINTERPRET_CAST(unsigned long,__val)) in do_put()
506 …_STLP_PRIV __do_put_integer(__s, __f, __c_type.widen('0'), __REINTERPRET_CAST(unsigned _STLP_LONG_… in do_put()
D_ctype.h101 char widen(char __c) const { return do_widen(__c); } in widen() function
102 const char* widen(const char* __low, const char* __high, char* __to) const { in widen() function
206 wchar_t widen(char __c) const { return do_widen(__c); } in widen() function
207 const char* widen(const char* __low, const char* __high, in widen() function
D_monetary.c264 __digits = __c_type.widen('-'); in __money_do_get()
331 char_type __minus = __c_type.widen('-'); in __money_do_put()
332 char_type __plus = __c_type.widen('+'); in __money_do_put()
333 char_type __space = __c_type.widen(' '); in __money_do_put()
334 char_type __zero = __c_type.widen('0'); in __money_do_put()
D_istream.h135 { return get(__s, __n, this->widen('\n')); } in get()
141 { return get(__buf, this->widen('\n')); } in get()
146 { return getline(__s, __n, this->widen('\n')); } in getline()
D_string_io.h67 return getline(__is, __s, __is.widen('\n')); in getline()
D_ios.c107 this->fill(widen(' ')); in init()
D_complex.c115 __c_type.widen(__punct, __punct + 3, __wpunct);
D_ostream.h298 __os._M_put_char(__os.widen(__c));
358 __os.put(__os.widen('\n')); in endl()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/
Dwiden.pass.cpp22 assert(ios.widen('c') == 'c'); in main()
/ndk/sources/cxx-stl/stlport/src/
Dtime_facets.cpp176 ct.widen(first, last, _wbuf); in __append()
323 buf.append(1, ct.widen('%')); in __write_formatted_timeT()
362 buf.append(1, ct.widen('\n')); in __write_formatted_timeT()
378 buf.append(1, ct.widen('\t')); in __write_formatted_timeT()
437 buf.append(1, ct.widen('-')); in __write_formatted_timeT()
440 buf.append(1, ct.widen('+')); in __write_formatted_timeT()
Dnum_get_float.cpp88 Plus = ct.widen('+'); in _Initialize_get_float()
89 Minus = ct.widen('-'); in _Initialize_get_float()
90 pow_e = ct.widen('e'); in _Initialize_get_float()
91 pow_E = ct.widen('E'); in _Initialize_get_float()
92 ct.widen(ndigits + 0, ndigits + 10, digits); in _Initialize_get_float()
Dmessages.cpp171 ct.widen(str, str + n, &*result.begin()); in do_get()
/ndk/tests/device/test-stlport/unit/
Dctype_facets_test.cpp145 CPPUNIT_ASSERT( ct.widen('a') == 'a' ); in _ctype_facet()
152 ct.widen(range, range + sizeof(range), res); in _ctype_facet()
289 CPPUNIT_CHECK( wct.widen('a') == L'a' ); in _ctype_facet_w()
297 wct.widen(range, range + sizeof(range), res); in _ctype_facet_w()
/ndk/tests/device/test-gnustl-full/unit/
Dctype_facets_test.cpp145 CPPUNIT_ASSERT( ct.widen('a') == 'a' ); in _ctype_facet()
152 ct.widen(range, range + sizeof(range), res); in _ctype_facet()
289 CPPUNIT_CHECK( wct.widen('a') == L'a' ); in _ctype_facet_w()
297 wct.widen(range, range + sizeof(range), res); in _ctype_facet_w()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dios154 char_type widen(char c) const;
627 char_type widen(char __c) const;
732 basic_ios<_CharT, _Traits>::widen(char __c) const
734 return use_facet<ctype<char_type> >(getloc()).widen(__c);
743 __fill_ = widen(' ');
Dostream782 _CharT __c = __os.widen(__cn);
857 *__p = __os.widen(*__strn);
1022 __os.put(__os.widen('\n'));
1092 (use_facet<ctype<_CharT> >(__os.getloc()).widen('0'),
1093 use_facet<ctype<_CharT> >(__os.getloc()).widen('1'));
Dlocale570 use_facet<ctype<_CharT> >(__loc).widen(__src, __src + 26, __atoms);
582 use_facet<ctype<_CharT> >(__loc).widen(__src, __src + 32, __atoms);
1158 use_facet<ctype<_CharT> >(__iob.getloc()).widen(__num_get_base::__src,
1233 __ct.widen(__nb, __ne, __ob);
1241 *__oe++ = __ct.widen(*__nf++);
1245 *__oe++ = __ct.widen(*__nf++);
1246 *__oe++ = __ct.widen(*__nf++);
1262 *__oe++ = __ct.widen(*__p);
1285 *__oe++ = __ct.widen(*__nf++);
1290 *__oe++ = __ct.widen(*__nf++);
[all …]
Distream997 return get(__s, __n, this->widen('\n'));
1059 return get(__sb, this->widen('\n'));
1120 return getline(__s, __n, this->widen('\n'));
1636 return getline(__is, __str, __is.widen('\n'));
1656 return getline(__is, __str, __is.widen('\n'));
1676 _CharT __zero = __ct.widen('0');
1677 _CharT __one = __ct.widen('1');

12