3#if !defined (STLPORT) || !defined (_STLP_USE_NO_IOSTREAMS)
8# if !defined (STLPORT) || defined(_STLP_USE_NAMESPACES)
14# if !defined (STLPORT) || defined (_STLP_USE_EXCEPTIONS)
32 for (
size_t i = 0;
i <
n; ++
i) {
34# if !defined (STLPORT) || defined (_STLP_USE_EXCEPTIONS)
39# if !defined (STLPORT) || defined (_STLP_USE_EXCEPTIONS)
52# if !defined (STLPORT) || defined (_STLP_USE_EXCEPTIONS)
69 locale loc(
"yasli_language");
80 string very_large_locale_name(1024,
'?');
81 locale loc(very_large_locale_name.c_str());
91#if defined (STLPORT) || !defined (_MSC_VER) || (_MSC_VER > 1400)
93 string very_large_locale_name(
"LC_CTYPE=");
94 very_large_locale_name.append(1024,
'?');
95 locale loc(very_large_locale_name.c_str());
106 string very_large_locale_name(
"LC_ALL=");
107 very_large_locale_name.append(1024,
'?');
108 locale loc(very_large_locale_name.c_str());
156# if !defined (STLPORT) || !defined (_STLP_NO_MEMBER_TEMPLATES)
169# if !defined (STLPORT) || !defined (_STLP_NO_MEMBER_TEMPLATES)
172# if !defined (__APPLE__) && !defined (__FreeBSD__) || \
173 !defined(__GNUC__) || ((__GNUC__ > 3) || ((__GNUC__ == 3) && (__GNUC_MINOR__> 3)))
184 locale gloc( loc_ref,
new my_facet() );
191# if !defined (STLPORT) || defined (_STLP_USE_EXCEPTIONS)
195 locale loc2( loc,
new my_facet() );
198# if !defined (STLPORT) || defined (_STLP_USE_EXCEPTIONS)
208# if !defined (STLPORT) || defined (_STLP_USE_EXCEPTIONS)
212# if !defined (STLPORT) || defined (_STLP_USE_EXCEPTIONS)
238# if (!defined (STLPORT) || \
239 (defined (_STLP_USE_EXCEPTIONS) && !defined (_STLP_NO_MEMBER_TEMPLATES) && !defined (_STLP_NO_EXPLICIT_FUNCTION_TMPL_ARGS)))
254 if (!has_facet<dummy_facet>(loc)) {
265 size_t loc1_index = 0;
284 ostr <<
"combining '" << loc2.
name() <<
"' money facets with '" << loc1.name() <<
"'";
basic_ostringstream< char, char_traits< char >, allocator< char > > ostringstream
bool has_facet(const locale &__loc) _STLP_NOTHROW
void locale_init_problem()
void _locale_init_problem(const STD locale &)
static const char * _get_ref_monetary_name(const ref_monetary *)
void _money_put_get2(const STD locale &loc, const STD locale &streamLoc, const ref_monetary *)
static const ref_monetary * _get_ref_monetary(size_t)
static locale _STLP_CALL global(const locale &)
static const locale &_STLP_CALL classic()
#define CPPUNIT_MESSAGE(m)
#define CPPUNIT_TEST_SUITE_REGISTRATION(X)
#define CPPUNIT_ASSERT(X)
static void test_supported_locale(LocaleTest &inst, _Test __test)
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean const GLdouble const GLfloat const GLint const GLshort const GLbyte const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLdouble const GLfloat const GLfloat const GLint const GLint const GLshort const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort GLenum GLenum GLenum GLfloat GLenum GLint GLenum GLenum GLenum GLfloat GLenum GLenum GLint GLenum GLfloat GLenum GLint GLint GLushort GLenum GLenum GLfloat GLenum GLenum GLint GLfloat const GLubyte GLenum GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLint GLint GLsizei GLsizei GLint GLenum GLenum const GLvoid GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLenum const GLdouble GLenum GLenum const GLfloat GLenum GLenum const GLint GLsizei GLuint GLfloat GLuint GLbitfield GLfloat GLint GLuint GLboolean GLenum GLfloat GLenum GLbitfield GLenum GLfloat GLfloat GLint GLint const GLfloat GLenum GLfloat GLfloat GLint GLint GLfloat GLfloat GLint GLint const GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat const GLdouble const GLfloat const GLdouble const GLfloat GLint i
static void test_supported_locale(LocaleTest &inst, _Test __test)
void(LocaleTest::* _Test)(const locale &)
static locale other_loc("")
static const char * tested_locales[]