/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/ |
D | widen_1.pass.cpp | 32 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 …]
|
D | widen_many.pass.cpp | 35 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/ |
D | widen_1.pass.cpp | 26 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()
|
D | widen_many.pass.cpp | 30 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/ |
D | widen_1.pass.cpp | 26 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()
|
D | widen_many.pass.cpp | 30 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.h | 107 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.c | 85 __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.h | 101 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.c | 264 __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.h | 135 { 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.h | 67 return getline(__is, __s, __is.widen('\n')); in getline()
|
D | _ios.c | 107 this->fill(widen(' ')); in init()
|
D | _complex.c | 115 __c_type.widen(__punct, __punct + 3, __wpunct);
|
D | _ostream.h | 298 __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/ |
D | widen.pass.cpp | 22 assert(ios.widen('c') == 'c'); in main()
|
/ndk/sources/cxx-stl/stlport/src/ |
D | time_facets.cpp | 176 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()
|
D | num_get_float.cpp | 88 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()
|
D | messages.cpp | 171 ct.widen(str, str + n, &*result.begin()); in do_get()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | ctype_facets_test.cpp | 145 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-stlport/unit/ |
D | ctype_facets_test.cpp | 145 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/ |
D | ios | 154 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(' ');
|
D | ostream | 782 _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'));
|
D | locale | 570 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 …]
|
D | istream | 997 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');
|