Searched refs:tmp0 (Results 1 – 6 of 6) sorted by relevance
/ndk/tests/device/test-gnustl-full/unit/ |
D | time_facets_test.cpp | 223 locale tmp0(locale::classic(), new time_put_facet(tested_locales[i])); in test_supported_locale() local 225 locale tmp1(tmp0, new time_get_facet(tested_locales[i])); in test_supported_locale()
|
D | ctype_facets_test.cpp | 349 locale tmp0(tmp, new ctype_byname<wchar_t>(tested_locales[i])); in test_supported_locale() local 350 tmp = tmp0; in test_supported_locale()
|
D | money_facets_test.cpp | 445 locale tmp0(locale::classic(), new moneypunct_byname<char, true>(tested_locales[i].name)); in test_supported_locale() local 446 locale tmp1(tmp0, new moneypunct_byname<char, false>(tested_locales[i].name)); in test_supported_locale()
|
/ndk/tests/device/test-stlport/unit/ |
D | time_facets_test.cpp | 223 locale tmp0(locale::classic(), new time_put_facet(tested_locales[i])); in test_supported_locale() local 225 locale tmp1(tmp0, new time_get_facet(tested_locales[i])); in test_supported_locale()
|
D | ctype_facets_test.cpp | 349 locale tmp0(tmp, new ctype_byname<wchar_t>(tested_locales[i])); in test_supported_locale() local 350 tmp = tmp0; in test_supported_locale()
|
D | money_facets_test.cpp | 445 locale tmp0(locale::classic(), new moneypunct_byname<char, true>(tested_locales[i].name)); in test_supported_locale() local 446 locale tmp1(tmp0, new moneypunct_byname<char, false>(tested_locales[i].name)); in test_supported_locale()
|