Searched refs:Cvt_to_upper (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/char/
H A D9169.cc30 class Cvt_to_upper : public std::codecvt<char, char, mbstate_t> class in inherits:std::codecvt
46 locale loc(c_loc, new Cvt_to_upper);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/char/
H A D9169.cc29 class Cvt_to_upper : public std::codecvt<char, char, mbstate_t> class in inherits:std::codecvt
45 locale loc(c_loc, new Cvt_to_upper);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/char/
H A D9027.cc27 class Cvt_to_upper : public std::codecvt<char, char, std::mbstate_t> class in inherits:std::codecvt
32 explicit Cvt_to_upper(std::size_t refs = 0) function in class:Cvt_to_upper
66 locale loc (locale::classic(), new Cvt_to_upper); local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/char/
H A D9027.cc28 class Cvt_to_upper : public std::codecvt<char, char, std::mbstate_t> class in inherits:std::codecvt
33 explicit Cvt_to_upper(std::size_t refs = 0) function in class:Cvt_to_upper
67 locale loc (locale::classic(), new Cvt_to_upper); local

Completed in 160 milliseconds