OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:use_facet
(Results
51 - 75
of
279
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
char_length.pass.cpp
24
const F& f = std::
use_facet
<F>(l);
char_unshift.pass.cpp
28
const F& f = std::
use_facet
<F>(l);
wchar_t_length.pass.cpp
24
const F& f = std::
use_facet
<F>(l);
wchar_t_unshift.pass.cpp
30
const F& f = std::
use_facet
<F>(l);
char16_t_in.pass.cpp
30
const F& f = std::
use_facet
<F>(l);
char16_t_out.pass.cpp
30
const F& f = std::
use_facet
<F>(l);
char32_t_in.pass.cpp
30
const F& f = std::
use_facet
<F>(l);
char32_t_out.pass.cpp
30
const F& f = std::
use_facet
<F>(l);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/
narrow_1.pass.cpp
24
const F& f = std::
use_facet
<F>(l);
narrow_many.pass.cpp
26
const F& f = std::
use_facet
<F>(l);
tolower_1.pass.cpp
24
const F& f = std::
use_facet
<F>(l);
tolower_many.pass.cpp
25
const F& f = std::
use_facet
<F>(l);
toupper_1.pass.cpp
24
const F& f = std::
use_facet
<F>(l);
toupper_many.pass.cpp
25
const F& f = std::
use_facet
<F>(l);
widen_1.pass.cpp
24
const F& f = std::
use_facet
<F>(l);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/
tolower_1.pass.cpp
30
const F& f = std::
use_facet
<F>(l);
46
const F& f = std::
use_facet
<F>(l);
62
const F& f = std::
use_facet
<F>(l);
78
const F& f = std::
use_facet
<F>(l);
tolower_many.pass.cpp
31
const F& f = std::
use_facet
<F>(l);
48
const F& f = std::
use_facet
<F>(l);
65
const F& f = std::
use_facet
<F>(l);
82
const F& f = std::
use_facet
<F>(l);
toupper_1.pass.cpp
30
const F& f = std::
use_facet
<F>(l);
46
const F& f = std::
use_facet
<F>(l);
62
const F& f = std::
use_facet
<F>(l);
78
const F& f = std::
use_facet
<F>(l);
toupper_many.pass.cpp
31
const F& f = std::
use_facet
<F>(l);
48
const F& f = std::
use_facet
<F>(l);
65
const F& f = std::
use_facet
<F>(l);
82
const F& f = std::
use_facet
<F>(l);
narrow_1.pass.cpp
27
const F& f = std::
use_facet
<F>(l);
42
const F& f = std::
use_facet
<F>(l);
narrow_many.pass.cpp
29
const F& f = std::
use_facet
<F>(l);
47
const F& f = std::
use_facet
<F>(l);
widen_1.pass.cpp
30
const F& f = std::
use_facet
<F>(l);
45
const F& f = std::
use_facet
<F>(l);
widen_many.pass.cpp
31
const F& f = std::
use_facet
<F>(l);
49
const F& f = std::
use_facet
<F>(l);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.collate/locale.collate/
types.pass.cpp
31
const std::collate<char>& f = std::
use_facet
<std::collate<char> >(l);
41
const std::collate<wchar_t>& f = std::
use_facet
<std::collate<wchar_t> >(l);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/facet.numpunct/locale.numpunct/
types.pass.cpp
30
const std::numpunct<char>& f = std::
use_facet
<std::numpunct<char> >(l);
40
const std::numpunct<wchar_t>& f = std::
use_facet
<std::numpunct<wchar_t> >(l);
Completed in 83 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>