Home
last modified time | relevance | path

Searched refs:tmp0 (Results 1 – 6 of 6) sorted by relevance

/ndk/tests/device/test-gnustl-full/unit/
Dtime_facets_test.cpp223 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()
Dctype_facets_test.cpp349 locale tmp0(tmp, new ctype_byname<wchar_t>(tested_locales[i])); in test_supported_locale() local
350 tmp = tmp0; in test_supported_locale()
Dmoney_facets_test.cpp445 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/
Dtime_facets_test.cpp223 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()
Dctype_facets_test.cpp349 locale tmp0(tmp, new ctype_byname<wchar_t>(tested_locales[i])); in test_supported_locale() local
350 tmp = tmp0; in test_supported_locale()
Dmoney_facets_test.cpp445 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()