Home
last modified time | relevance | path

Searched refs:tested_locales (Results 1 – 10 of 10) sorted by relevance

/ndk/tests/device/test-gnustl-full/unit/
Dnum_facets_test.cpp20 static const ref_locale tested_locales[] = { variable
133 size_t n = sizeof(tested_locales) / sizeof(tested_locales[0]); in test_supported_locale()
140 locale tmp(tested_locales[i].name); in test_supported_locale()
150 (inst.*__test)(loc, tested_locales + i); in test_supported_locale()
153 locale tmp(locale::classic(), tested_locales[i].name, locale::numeric); in test_supported_locale()
156 (inst.*__test)(loc, tested_locales + i); in test_supported_locale()
159 locale tmp(locale::classic(), new numpunct_byname<char>(tested_locales[i].name)); in test_supported_locale()
162 (inst.*__test)(loc, tested_locales + i); in test_supported_locale()
Dmoney_facets_test.cpp22 static const ref_monetary tested_locales[] = { variable
41 if (i < sizeof(tested_locales) / sizeof(tested_locales[0])) { in _get_ref_monetary()
42 return tested_locales + i; in _get_ref_monetary()
419 size_t n = sizeof(tested_locales) / sizeof(tested_locales[0]); in test_supported_locale()
426 locale tmp(tested_locales[i].name); in test_supported_locale()
436 (inst.*__test)(loc, tested_locales + i); in test_supported_locale()
439 locale tmp(locale::classic(), tested_locales[i].name, locale::monetary); in test_supported_locale()
442 (inst.*__test)(loc, tested_locales + i); in test_supported_locale()
445 locale tmp0(locale::classic(), new moneypunct_byname<char, true>(tested_locales[i].name)); in test_supported_locale()
446 locale tmp1(tmp0, new moneypunct_byname<char, false>(tested_locales[i].name)); in test_supported_locale()
[all …]
Dtime_facets_test.cpp13 static const char* tested_locales[] = { variable
196 size_t n = sizeof(tested_locales) / sizeof(tested_locales[0]); in test_supported_locale()
203 locale tmp(tested_locales[i]); in test_supported_locale()
216 locale tmp(locale::classic(), tested_locales[i], locale::time); in test_supported_locale()
223 locale tmp0(locale::classic(), new time_put_facet(tested_locales[i])); in test_supported_locale()
225 locale tmp1(tmp0, new time_get_facet(tested_locales[i])); in test_supported_locale()
Dlocale_test.cpp12 static const char* tested_locales[] = { variable
31 size_t n = sizeof(tested_locales) / sizeof(tested_locales[0]); in test_supported_locale()
37 locale tmp(tested_locales[i]); in test_supported_locale()
Dctype_facets_test.cpp11 static const char* tested_locales[] = { variable
320 size_t n = sizeof(tested_locales) / sizeof(tested_locales[0]); in test_supported_locale()
327 locale tmp(tested_locales[i]); in test_supported_locale()
341 locale tmp(locale::classic(), tested_locales[i], locale::ctype); in test_supported_locale()
347 locale tmp(locale::classic(), new ctype_byname<char>(tested_locales[i])); in test_supported_locale()
349 locale tmp0(tmp, new ctype_byname<wchar_t>(tested_locales[i])); in test_supported_locale()
/ndk/tests/device/test-stlport/unit/
Dnum_facets_test.cpp20 static const ref_locale tested_locales[] = { variable
133 size_t n = sizeof(tested_locales) / sizeof(tested_locales[0]); in test_supported_locale()
140 locale tmp(tested_locales[i].name); in test_supported_locale()
150 (inst.*__test)(loc, tested_locales + i); in test_supported_locale()
153 locale tmp(locale::classic(), tested_locales[i].name, locale::numeric); in test_supported_locale()
156 (inst.*__test)(loc, tested_locales + i); in test_supported_locale()
159 locale tmp(locale::classic(), new numpunct_byname<char>(tested_locales[i].name)); in test_supported_locale()
162 (inst.*__test)(loc, tested_locales + i); in test_supported_locale()
Dmoney_facets_test.cpp22 static const ref_monetary tested_locales[] = { variable
41 if (i < sizeof(tested_locales) / sizeof(tested_locales[0])) { in _get_ref_monetary()
42 return tested_locales + i; in _get_ref_monetary()
419 size_t n = sizeof(tested_locales) / sizeof(tested_locales[0]); in test_supported_locale()
426 locale tmp(tested_locales[i].name); in test_supported_locale()
436 (inst.*__test)(loc, tested_locales + i); in test_supported_locale()
439 locale tmp(locale::classic(), tested_locales[i].name, locale::monetary); in test_supported_locale()
442 (inst.*__test)(loc, tested_locales + i); in test_supported_locale()
445 locale tmp0(locale::classic(), new moneypunct_byname<char, true>(tested_locales[i].name)); in test_supported_locale()
446 locale tmp1(tmp0, new moneypunct_byname<char, false>(tested_locales[i].name)); in test_supported_locale()
[all …]
Dtime_facets_test.cpp13 static const char* tested_locales[] = { variable
196 size_t n = sizeof(tested_locales) / sizeof(tested_locales[0]); in test_supported_locale()
203 locale tmp(tested_locales[i]); in test_supported_locale()
216 locale tmp(locale::classic(), tested_locales[i], locale::time); in test_supported_locale()
223 locale tmp0(locale::classic(), new time_put_facet(tested_locales[i])); in test_supported_locale()
225 locale tmp1(tmp0, new time_get_facet(tested_locales[i])); in test_supported_locale()
Dlocale_test.cpp12 static const char* tested_locales[] = { variable
31 size_t n = sizeof(tested_locales) / sizeof(tested_locales[0]); in test_supported_locale()
37 locale tmp(tested_locales[i]); in test_supported_locale()
Dctype_facets_test.cpp11 static const char* tested_locales[] = { variable
320 size_t n = sizeof(tested_locales) / sizeof(tested_locales[0]); in test_supported_locale()
327 locale tmp(tested_locales[i]); in test_supported_locale()
341 locale tmp(locale::classic(), tested_locales[i], locale::ctype); in test_supported_locale()
347 locale tmp(locale::classic(), new ctype_byname<char>(tested_locales[i])); in test_supported_locale()
349 locale tmp0(tmp, new ctype_byname<wchar_t>(tested_locales[i])); in test_supported_locale()