Searched refs:fmp (Results 1 – 2 of 2) sorted by relevance
/ndk/tests/device/test-stlport/unit/ |
D | money_facets_test.cpp | 61 money_put<char> const& fmp = use_facet<money_put<char> >(loc); in _money_put_get2() local 77 ostreambuf_iterator<char, char_traits<char> > res = fmp.put(ostr, true, ostr, ' ', 123456); in _money_put_get2() 192 ostreambuf_iterator<char, char_traits<char> > res = fmp.put(ostr, false, ostr, ' ', -123456); in _money_put_get2() 283 money_put<char> const& fmp = use_facet<money_put<char> >(loc); in _money_put_X_bug() local 297 ostreambuf_iterator<char, char_traits<char> > res = fmp.put(ostr, false, ostr, ' ', 9); in _money_put_X_bug() 359 ostreambuf_iterator<char, char_traits<char> > res = fmp.put(ostr, false, ostr, ' ', 90); in _money_put_X_bug()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | money_facets_test.cpp | 61 money_put<char> const& fmp = use_facet<money_put<char> >(loc); in _money_put_get2() local 77 ostreambuf_iterator<char, char_traits<char> > res = fmp.put(ostr, true, ostr, ' ', 123456); in _money_put_get2() 192 ostreambuf_iterator<char, char_traits<char> > res = fmp.put(ostr, false, ostr, ' ', -123456); in _money_put_get2() 283 money_put<char> const& fmp = use_facet<money_put<char> >(loc); in _money_put_X_bug() local 297 ostreambuf_iterator<char, char_traits<char> > res = fmp.put(ostr, false, ostr, ' ', 9); in _money_put_X_bug() 359 ostreambuf_iterator<char, char_traits<char> > res = fmp.put(ostr, false, ostr, ' ', 90); in _money_put_X_bug()
|