HomeSort by relevance Sort by last modified time
    Searched full:unichar (Results 1 - 25 of 160) sorted by null

1 2 3 4 5 6 7

  /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", 0x2603); // 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", 0x2603); // 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)"
  /external/clang/test/Analysis/
malloc.mm 32 unichar *data = (unichar*)malloc(42);
43 unichar *data = (unichar*)malloc(42);
65 unichar *data = (unichar*)malloc(42);
133 UniChar *myBuffer;
135 myBuffer = (UniChar *)malloc(BufferSize * sizeof(UniChar));
269 unichar *characters = (unichar*)malloc(12)
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRDFA.h 36 const unichar *min;
37 const unichar *max;
54 //- (unichar) specialTransition:(unichar) state symbol:(NSInteger) symbol;
73 @property const unichar *min;
74 @property const unichar *max;
ANTLRMismatchedTokenException.h 36 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;
  /external/chromium/chrome/browser/
global_keyboard_shortcuts_mac.mm 94 int vkey_code, unichar key_char) {
122 int vkey_code, unichar key_char) {
144 int vkey_code, unichar key_char) {
153 int vkey_code, unichar key_char) {
162 int vkey_code, unichar key_char) {
169 unichar KeyCharacterForEvent(NSEvent* event) {
177 unichar a;
178 unichar b;
191 unichar noModifiersChar = [eventString characterAtIndex:0];
192 unichar rawChar = [characters characterAtIndex:0]
    [all...]
global_keyboard_shortcuts_mac.h 21 unichar key_char; // Key event characters for the command as reported by
50 int vkey_code, unichar key_char);
57 int vkey_code, unichar key_char);
64 int vkey_code, unichar key_char);
73 unichar KeyCharacterForEvent(NSEvent* event);
  /external/chromium_org/chrome/browser/
global_keyboard_shortcuts_mac.mm 97 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) {
180 unichar a;
181 unichar b;
194 unichar noModifiersChar = [eventString characterAtIndex:0];
195 unichar rawChar = [characters characterAtIndex:0]
    [all...]
global_keyboard_shortcuts_mac.h 20 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);
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRDFA.h 36 const unichar *min;
37 const unichar *max;
58 //- (unichar) specialTransition:(unichar) state symbol:(NSInteger) symbol;
ANTLRMismatchedTokenException.h 36 unichar expectingChar;
41 @property (assign, getter=getExpectingChar, setter=setExpectingChar:) unichar expectingChar;
48 + (id) newANTLRMismatchedTokenExceptionChar:(unichar)expectedCharacter Stream:(id<ANTLRIntStream>)anInput;
56 - (id) initWithCharacter:(unichar)expectedCharacter Stream:(id<ANTLRIntStream>)anInput;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRDFA.h 36 const unichar *min;
37 const unichar *max;
58 //- (unichar) specialTransition:(unichar) state symbol:(NSInteger) symbol;
ANTLRMismatchedTokenException.h 36 unichar expectingChar;
41 @property (assign, getter=getExpectingChar, setter=setExpectingChar:) unichar expectingChar;
48 + (id) newANTLRMismatchedTokenExceptionChar:(unichar)expectedCharacter Stream:(id<ANTLRIntStream>)anInput;
56 - (id) initWithCharacter:(unichar)expectedCharacter Stream:(id<ANTLRIntStream>)anInput;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRDFA.h 36 const unichar *min;
37 const unichar *max;
58 //- (unichar) specialTransition:(unichar) state symbol:(NSInteger) symbol;
ANTLRMismatchedTokenException.h 36 unichar expectingChar;
41 @property (assign, getter=getExpectingChar, setter=setExpectingChar:) unichar expectingChar;
48 + (id) newANTLRMismatchedTokenExceptionChar:(unichar)expectedCharacter Stream:(id<ANTLRIntStream>)anInput;
56 - (id) initWithCharacter:(unichar)expectedCharacter Stream:(id<ANTLRIntStream>)anInput;
  /external/skia/tools/lua/
chars-vs-glyphs.lua 33 ", unichar calls = ", unichar_calls, "\n");
  /external/chromium_org/third_party/icu/source/common/
ucnv_lmb.c 448 FindLMBCSUniRange(UChar uniChar)
452 while (uniChar > pTable->uniEndRange)
457 if (uniChar >= pTable->uniStartRange)
820 LMBCSConvertUni(ulmbcs_byte_t * pLMBCS, UChar uniChar)
823 uint8_t LowCh = (uint8_t)(uniChar & 0x00FF);
824 uint8_t HighCh = (uint8_t)(uniChar >> 8);
849 UChar uniChar;
893 uniChar = *(args->source);
901 if((uniChar>=0x80) && (uniChar<=0xff
    [all...]
  /external/icu4c/common/
ucnv_lmb.c 448 FindLMBCSUniRange(UChar uniChar)
452 while (uniChar > pTable->uniEndRange)
457 if (uniChar >= pTable->uniStartRange)
820 LMBCSConvertUni(ulmbcs_byte_t * pLMBCS, UChar uniChar)
823 uint8_t LowCh = (uint8_t)(uniChar & 0x00FF);
824 uint8_t HighCh = (uint8_t)(uniChar >> 8);
849 UChar uniChar;
893 uniChar = *(args->source);
901 if((uniChar>=0x80) && (uniChar<=0xff
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/cocoa/
KeyEventCocoa.h 33 String keyIdentifierForCharCode(unichar charCode);
36 int windowsKeyCodeForCharCode(unichar charCode);
  /external/chromium_org/ui/base/keycodes/
keyboard_code_conversion_mac.h 30 unichar* character,
31 unichar* characterIgnoringModifiers);
  /external/chromium_org/content/renderer/
render_view_browsertest_mac.mm 19 UniChar uniChar = 0;
22 uniChar = NSUpArrowFunctionKey;
25 uniChar = NSDownArrowFunctionKey;
30 NSString* s = [NSString stringWithFormat:@"%C", uniChar];
  /external/chromium_org/chrome/browser/ui/cocoa/
accelerator_utils_cocoa.mm 22 unichar character;
23 unichar characterIgnoringModifiers;
  /external/chromium_org/third_party/WebKit/Source/core/platform/text/cf/
AtomicStringCF.cpp 46 if (const UniChar* ptr = CFStringGetCharactersPtr(string))
49 Vector<UniChar, 1024> ucharBuffer(length);
  /external/chromium_org/ui/base/test/
cocoa_test_event_utils.h 46 NSEvent* KeyEventWithCharacter(unichar c);
53 unichar c,
  /external/clang/test/Analysis/Inputs/
system-header-simulator-objc.h 14 typedef unsigned short unichar; typedef
15 typedef UInt16 UniChar;
88 - (id)initWithCharactersNoCopy:(unichar *)characters length:(NSUInteger)length freeWhenDone:(BOOL)freeBuffer;
89 - (id)initWithCharacters:(const unichar *)characters length:(NSUInteger)length;
124 extern CFMutableStringRef CFStringCreateMutableWithExternalCharactersNoCopy(CFAllocatorRef alloc, UniChar *chars, CFIndex numChars, CFIndex capacity, CFAllocatorRef externalCharactersAllocator);

Completed in 3139 milliseconds

1 2 3 4 5 6 7