OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wchar_t
(Results
601 - 625
of
3668
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_equal/
equal.pass.cpp
53
std::istreambuf_iterator<
wchar_t
> i1(inf1);
54
std::istreambuf_iterator<
wchar_t
> i2(inf2);
55
std::istreambuf_iterator<
wchar_t
> i3;
56
std::istreambuf_iterator<
wchar_t
> i4;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op!=/
not_equal.pass.cpp
55
std::istreambuf_iterator<
wchar_t
> i1(inf1);
56
std::istreambuf_iterator<
wchar_t
> i2(inf2);
57
std::istreambuf_iterator<
wchar_t
> i3;
58
std::istreambuf_iterator<
wchar_t
> i4;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op==/
equal.pass.cpp
55
std::istreambuf_iterator<
wchar_t
> i1(inf1);
56
std::istreambuf_iterator<
wchar_t
> i2(inf2);
57
std::istreambuf_iterator<
wchar_t
> i3;
58
std::istreambuf_iterator<
wchar_t
> i4;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/
types_wchar_t.pass.cpp
13
// class codecvt<
wchar_t
, char, mbstate_t>
18
// typedef
wchar_t
intern_type;
30
typedef std::codecvt<
wchar_t
, char, std::mbstate_t> F;
33
static_assert((std::is_same<F::intern_type,
wchar_t
>::value), "");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/
widen_1.pass.cpp
29
typedef std::ctype<
wchar_t
> F;
38
assert(f.widen(char(-5)) ==
wchar_t
(-1));
44
typedef std::ctype<
wchar_t
> F;
53
assert(f.widen(char(-5)) ==
wchar_t
(251));
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/
curr_symbol.pass.cpp
42
: public std::moneypunct<
wchar_t
, false>
46
: std::moneypunct<
wchar_t
, false>(refs) {}
50
: public std::moneypunct<
wchar_t
, true>
54
: std::moneypunct<
wchar_t
, true>(refs) {}
frac_digits.pass.cpp
42
: public std::moneypunct<
wchar_t
, false>
46
: std::moneypunct<
wchar_t
, false>(refs) {}
50
: public std::moneypunct<
wchar_t
, true>
54
: std::moneypunct<
wchar_t
, true>(refs) {}
grouping.pass.cpp
42
: public std::moneypunct<
wchar_t
, false>
46
: std::moneypunct<
wchar_t
, false>(refs) {}
50
: public std::moneypunct<
wchar_t
, true>
54
: std::moneypunct<
wchar_t
, true>(refs) {}
negative_sign.pass.cpp
43
: public std::moneypunct<
wchar_t
, false>
47
: std::moneypunct<
wchar_t
, false>(refs) {}
51
: public std::moneypunct<
wchar_t
, true>
55
: std::moneypunct<
wchar_t
, true>(refs) {}
positive_sign.pass.cpp
42
: public std::moneypunct<
wchar_t
, false>
46
: std::moneypunct<
wchar_t
, false>(refs) {}
50
: public std::moneypunct<
wchar_t
, true>
54
: std::moneypunct<
wchar_t
, true>(refs) {}
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/
get_time_wide.pass.cpp
22
typedef input_iterator<const
wchar_t
*> I;
24
typedef std::time_get<
wchar_t
, I> F;
41
const
wchar_t
in[] = L"0:0:0";
52
const
wchar_t
in[] = L"23:59:60";
63
const
wchar_t
in[] = L"24:59:60";
74
const
wchar_t
in[] = L"23:60:60";
85
const
wchar_t
in[] = L"23:59:61";
96
const
wchar_t
in[] = L"2:43:221";
107
const
wchar_t
in[] = L"2.43:221";
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/
types.pass.cpp
31
static_assert((std::is_same<std::basic_regex<
wchar_t
>::value_type,
wchar_t
>::value), "");
32
static_assert((std::is_same<std::basic_regex<
wchar_t
>::flag_type,
34
static_assert((std::is_same<std::basic_regex<
wchar_t
>::locale_type, std::locale>::value), "");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.results/re.results.form/
form3.pass.cpp
29
typedef std::basic_string<
wchar_t
, std::char_traits<
wchar_t
>, test_allocator<
wchar_t
> > wstr;
59
std::match_results<const
wchar_t
*> m;
60
const
wchar_t
s[] = L"abcdefghijk";
68
std::match_results<const
wchar_t
*> m;
69
const
wchar_t
s[] = L"abcdefghijk";
77
std::match_results<const
wchar_t
*> m;
78
const
wchar_t
s[] = L"abcdefghijk";
form4.pass.cpp
54
std::match_results<const
wchar_t
*> m;
55
const
wchar_t
s[] = L"abcdefghijk";
58
const
wchar_t
fmt[] = L"prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2";
63
std::match_results<const
wchar_t
*> m;
64
const
wchar_t
s[] = L"abcdefghijk";
67
const
wchar_t
fmt[] = L"prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2";
72
std::match_results<const
wchar_t
*> m;
73
const
wchar_t
s[] = L"abcdefghijk";
76
const
wchar_t
fmt[] = L"match: &, m[1]: \\1, m[2]: \\2";
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.traits/
transform.pass.cpp
34
std::regex_traits<
wchar_t
> t;
35
const
wchar_t
a[] = L"a";
36
const
wchar_t
B[] = L"B";
37
typedef forward_iterator<const
wchar_t
*> F;
transform_primary.pass.cpp
37
std::regex_traits<
wchar_t
> t;
38
const
wchar_t
A[] = L"A";
39
const
wchar_t
Aacute[] = L"\xC1";
40
typedef forward_iterator<const
wchar_t
*> F;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
vstring_fwd.h
61
typedef __versa_string<
wchar_t
> __wvstring;
64
__versa_string<
wchar_t
, std::char_traits<
wchar_t
>,
65
std::allocator<
wchar_t
>, __rc_string_base> __wrc_string;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
vstring_fwd.h
63
typedef __versa_string<
wchar_t
> __wvstring;
66
__versa_string<
wchar_t
, std::char_traits<
wchar_t
>,
67
std::allocator<
wchar_t
>, __rc_string_base> __wrc_string;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
vstring_fwd.h
63
typedef __versa_string<
wchar_t
> __wvstring;
66
__versa_string<
wchar_t
, std::char_traits<
wchar_t
>,
67
std::allocator<
wchar_t
>, __rc_string_base> __wrc_string;
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring_fwd.h
61
typedef __versa_string<
wchar_t
> __wvstring;
64
__versa_string<
wchar_t
, std::char_traits<
wchar_t
>,
65
std::allocator<
wchar_t
>, __rc_string_base> __wrc_string;
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring_fwd.h
61
typedef __versa_string<
wchar_t
> __wvstring;
64
__versa_string<
wchar_t
, std::char_traits<
wchar_t
>,
65
std::allocator<
wchar_t
>, __rc_string_base> __wrc_string;
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring_fwd.h
61
typedef __versa_string<
wchar_t
> __wvstring;
64
__versa_string<
wchar_t
, std::char_traits<
wchar_t
>,
65
std::allocator<
wchar_t
>, __rc_string_base> __wrc_string;
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
vstring_fwd.h
61
typedef __versa_string<
wchar_t
> __wvstring;
64
__versa_string<
wchar_t
, std::char_traits<
wchar_t
>,
65
std::allocator<
wchar_t
>, __rc_string_base> __wrc_string;
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
vstring_fwd.h
63
typedef __versa_string<
wchar_t
> __wvstring;
66
__versa_string<
wchar_t
, std::char_traits<
wchar_t
>,
67
std::allocator<
wchar_t
>, __rc_string_base> __wrc_string;
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
vstring_fwd.h
63
typedef __versa_string<
wchar_t
> __wvstring;
66
__versa_string<
wchar_t
, std::char_traits<
wchar_t
>,
67
std::allocator<
wchar_t
>, __rc_string_base> __wrc_string;
Completed in 1335 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>