OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:time_get_facet
(Results
1 - 2
of
2
) sorted by null
/ndk/tests/device/test-gnustl-full/unit/
time_facets_test.cpp
48
typedef time_get<char, istreambuf_iterator<char, char_traits<char> > >
time_get_facet
;
typedef
49
CPPUNIT_ASSERT( has_facet<
time_get_facet
>(loc) );
50
const
time_get_facet
& tmg = use_facet<
time_get_facet
>(loc);
130
typedef time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >
time_get_facet
;
typedef
131
CPPUNIT_ASSERT( has_facet<
time_get_facet
>(loc) );
132
const
time_get_facet
& tmg = use_facet<
time_get_facet
>(loc);
224
typedef time_get_byname<char, istreambuf_iterator<char, char_traits<char> > >
time_get_facet
;
typedef
225
locale tmp1(tmp0, new
time_get_facet
(tested_locales[i]))
[
all
...]
/ndk/tests/device/test-stlport/unit/
time_facets_test.cpp
48
typedef time_get<char, istreambuf_iterator<char, char_traits<char> > >
time_get_facet
;
typedef
49
CPPUNIT_ASSERT( has_facet<
time_get_facet
>(loc) );
50
const
time_get_facet
& tmg = use_facet<
time_get_facet
>(loc);
130
typedef time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >
time_get_facet
;
typedef
131
CPPUNIT_ASSERT( has_facet<
time_get_facet
>(loc) );
132
const
time_get_facet
& tmg = use_facet<
time_get_facet
>(loc);
224
typedef time_get_byname<char, istreambuf_iterator<char, char_traits<char> > >
time_get_facet
;
typedef
225
locale tmp1(tmp0, new
time_get_facet
(tested_locales[i]))
[
all
...]
Completed in 931 milliseconds