OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unichar
(Results
1 - 25
of
93
) sorted by null
1
2
3
4
/external/clang/test/CodeGen/
pascal-wchar-string.c
10
typedef UInt16
UniChar
;
16
UniChar
wt[] = L"\pbar"; // pascal Unicode string
17
UniChar
wt1[] = L"\p";
18
UniChar
wt2[] = L"\pgorf";
/external/clang/test/FixIt/
format.mm
11
NSLog(@"%C", wchar_data); // expected-warning{{format specifies type '
unichar
' (aka 'unsigned short') but the argument has type 'wchar_t'}}
14
NSLog(@"%C", 0x260300); // expected-warning{{format specifies type '
unichar
' (aka 'unsigned short') but the argument has type 'int'}}
18
typedef unsigned short
unichar
;
20
NSLog(@"%C", wchar_data); // expected-warning{{format specifies type '
unichar
' (aka 'unsigned short') but the argument has type 'wchar_t'}}
21
// CHECK: fix-it:"{{.*}}":{[[@LINE-1]]:16-[[@LINE-1]]:16}:"(
unichar
)"
23
NSLog(@"%C", 0x260300); // expected-warning{{format specifies type '
unichar
' (aka 'unsigned short') but the argument has type 'int'}}
25
// CHECK: fix-it:"{{.*}}":{[[@LINE-2]]:16-[[@LINE-2]]:16}:"(
unichar
)"
27
NSLog(@"%C", 0.0); // expected-warning{{format specifies type '
unichar
' (aka 'unsigned short') but the argument has type 'double'}}
29
// CHECK-NOT: fix-it:"{{.*}}":{[[@LINE-2]]:16-[[@LINE-2]]:16}:"(
unichar
)"
/prebuilts/misc/common/swig/include/2.0.11/typemaps/
wstring.swg
22
%typemaps_string(%checkcode(UNISTRING), %checkcode(
UNICHAR
),