Home
last modified time | relevance | path

Searched refs:unichar (Results 1 – 25 of 101) sorted by relevance

12345

/external/clang/test/FixIt/
Dformat.mm11 …NSLog(@"%C", wchar_data); // expected-warning{{format specifies type 'unichar' (aka 'unsigned sho…
14 …NSLog(@"%C", 0x260300); // expected-warning{{format specifies type 'unichar' (aka 'unsigned short…
18 typedef unsigned short unichar; typedef
20 …NSLog(@"%C", wchar_data); // expected-warning{{format specifies type 'unichar' (aka 'unsigned sho…
21 // CHECK: fix-it:"{{.*}}":{[[@LINE-1]]:16-[[@LINE-1]]:16}:"(unichar)"
23 …NSLog(@"%C", 0x260300); // expected-warning{{format specifies type 'unichar' (aka 'unsigned short…
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…
29 // CHECK-NOT: fix-it:"{{.*}}":{[[@LINE-2]]:16-[[@LINE-2]]:16}:"(unichar)"
Dformat.m189 …NSLog(@"%C", 0x260300); // expected-warning{{format specifies type 'unichar' (aka 'unsigned short…
193 typedef unsigned short unichar;
195 …NSLog(@"%C", 0x260300); // expected-warning{{format specifies type 'unichar' (aka 'unsigned short…
197 // CHECK: fix-it:"{{.*}}":{[[@LINE-2]]:16-[[@LINE-2]]:16}:"(unichar)"
199 …NSLog(@"%C", data ? 0x2F0000 : 0x260300); // expected-warning{{format specifies type 'unichar' (ak…
201 // CHECK: fix-it:"{{.*}}":{[[@LINE-2]]:16-[[@LINE-2]]:16}:"(unichar)("
204 …NSLog(@"%C", 0.0); // expected-warning{{format specifies type 'unichar' (aka 'unsigned short') but…
206 // CHECK-NOT: fix-it:"{{.*}}":{[[@LINE-2]]:16-[[@LINE-2]]:16}:"(unichar)"
208 …NSLog(@"%C", (char)0x260300); // expected-warning{{format specifies type 'unichar' (aka 'unsigned …
210 // CHECK-NOT: fix-it:"{{.*}}":{[[@LINE-2]]:16-[[@LINE-2]]:22}:"(unichar)"
[all …]
/external/chromium_org/chrome/browser/
Dglobal_keyboard_shortcuts_mac.h20 unichar key_char; // Key event characters for the command as reported by
49 int vkey_code, unichar key_char);
56 int vkey_code, unichar key_char);
63 int vkey_code, unichar key_char);
72 unichar KeyCharacterForEvent(NSEvent* event);
Dglobal_keyboard_shortcuts_mac.mm97 int vkey_code, unichar key_char) {
125 int vkey_code, unichar key_char) {
147 int vkey_code, unichar key_char) {
156 int vkey_code, unichar key_char) {
165 int vkey_code, unichar key_char) {
172 unichar KeyCharacterForEvent(NSEvent* event) {
186 unichar rawChar;
187 unichar unmodChar;
188 unichar targetChar;
207 unichar noModifiersChar = [eventString characterAtIndex:0];
[all …]
/external/clang/test/Analysis/
Dmalloc.mm32 unichar *data = (unichar*)malloc(42);
43 unichar *data = (unichar*)malloc(42);
65 unichar *data = (unichar*)malloc(42);
269 unichar *characters = (unichar*)malloc(12);
275 unichar *characters = (unichar*)malloc(12);
280 unichar *characters = (unichar*)malloc(12);
285 void test12365078_no_malloc(unichar *characters) {
290 NSString *test12365078_no_malloc_returnValue(unichar *characters) {
298 void test12365078_nocheck_nomalloc(unichar *characters) {
303 void test12365078_nested(unichar *characters) {
[all …]
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
DANTLRMismatchedTokenException.h36 unichar expectingChar;
41 @property (assign, getter=getExpectingChar, setter=setExpectingChar:) unichar expectingChar;
48 + (id) newANTLRMismatchedTokenExceptionChar:(unichar)expectedCharacter Stream:(id<ANTLRIntStream>)a…
56 - (id) initWithCharacter:(unichar)expectedCharacter Stream:(id<ANTLRIntStream>)anInput;
DANTLRLexer.h72 - (void) matchChar:(unichar) aChar;
73 - (void) matchRangeFromChar:(unichar)fromChar to:(unichar)toChar;
DANTLRDFA.h36 const unichar *min;
37 const unichar *max;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
DANTLRMismatchedTokenException.h36 unichar expectingChar;
41 @property (assign, getter=getExpectingChar, setter=setExpectingChar:) unichar expectingChar;
48 + (id) newANTLRMismatchedTokenExceptionChar:(unichar)expectedCharacter Stream:(id<ANTLRIntStream>)a…
56 - (id) initWithCharacter:(unichar)expectedCharacter Stream:(id<ANTLRIntStream>)anInput;
DANTLRLexer.h72 - (void) matchChar:(unichar) aChar;
73 - (void) matchRangeFromChar:(unichar)fromChar to:(unichar)toChar;
DANTLRDFA.h36 const unichar *min;
37 const unichar *max;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
DANTLRMismatchedTokenException.h36 unichar expectingChar;
41 @property (assign, getter=getExpectingChar, setter=setExpectingChar:) unichar expectingChar;
48 + (id) newANTLRMismatchedTokenExceptionChar:(unichar)expectedCharacter Stream:(id<ANTLRIntStream>)a…
56 - (id) initWithCharacter:(unichar)expectedCharacter Stream:(id<ANTLRIntStream>)anInput;
DANTLRLexer.h72 - (void) matchChar:(unichar) aChar;
73 - (void) matchRangeFromChar:(unichar)fromChar to:(unichar)toChar;
DANTLRDFA.h36 const unichar *min;
37 const unichar *max;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRMismatchedTokenException.h36 unichar expectingChar;
41 @property (assign, getter=getExpectingChar, setter=setExpectingChar:) unichar expectingChar;
48 + (id) newExceptionChar:(unichar)expectedCharacter Stream:(id<ANTLRIntStream>)anInput;
56 - (id) initWithCharacter:(unichar)expectedCharacter Stream:(id<ANTLRIntStream>)anInput;
DANTLRDFA.h36 const unichar *min;
37 const unichar *max;
73 @property const unichar *min;
74 @property const unichar *max;
DANTLRLexer.h72 - (void) matchChar:(unichar) aChar;
73 - (void) matchRangeFromChar:(unichar)fromChar to:(unichar)toChar;
DANTLRRecognitionException.h39 unichar c;
48 @property (assign) unichar c;
DANTLRMismatchedTokenException.m49 + (id) newExceptionChar:(unichar) expectedCharacter Stream:(id<ANTLRIntStream>)anInput
79 - (id) initWithCharacter:(unichar) expectedCharacter Stream:(id<ANTLRIntStream>)anInput
94 [desc appendFormat:@" expected:%c got:%c", expectingChar, (unichar)[self unexpectedType]]; argument
DANTLRLexer.m221 unichar c;
247 - (void) matchChar:(unichar) aChar
251 unichar charLA; argument
267 - (void) matchRangeFromChar:(unichar)fromChar to:(unichar)toChar
269 unichar charLA = (unichar)[input LA:1]; argument
/external/chromium_org/ui/events/keycodes/
Dkeyboard_code_conversion_mac.h31 unichar* character,
32 unichar* characterIgnoringModifiers);
/external/chromium_org/ui/events/test/
Dcocoa_test_event_utils.h48 NSEvent* KeyEventWithCharacter(unichar c);
55 unichar c,
/external/clang/test/Analysis/Inputs/
Dsystem-header-simulator-objc.h14 typedef unsigned short unichar; typedef
91 - (id)initWithCharactersNoCopy:(unichar *)characters length:(NSUInteger)length freeWhenDone:(BOOL)f…
92 - (id)initWithCharacters:(const unichar *)characters length:(NSUInteger)length;
/external/chromium_org/chrome/browser/ui/cocoa/
Daccelerator_utils_cocoa.mm22 unichar character;
23 unichar characterIgnoringModifiers;
Daccelerators_cocoa.mm106 unichar character;
107 unichar char_no_modifiers;
172 unichar character;
173 unichar char_no_modifiers;

12345