/ndk/tests/device/test-gnustl-full/unit/ |
D | num_facets_test.cpp | 20 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()
|
D | money_facets_test.cpp | 22 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 …]
|
D | time_facets_test.cpp | 13 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()
|
D | locale_test.cpp | 12 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()
|
D | ctype_facets_test.cpp | 11 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/ |
D | num_facets_test.cpp | 20 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()
|
D | money_facets_test.cpp | 22 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 …]
|
D | time_facets_test.cpp | 13 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()
|
D | locale_test.cpp | 12 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()
|
D | ctype_facets_test.cpp | 11 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()
|