/external/chromium/chrome/browser/ |
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.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/chromium_org/ui/events/keycodes/ |
keyboard_code_conversion_mac.h | 31 unichar* character, 32 unichar* characterIgnoringModifiers);
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
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;
|
ANTLRLexer.h | 72 - (void) matchChar:(unichar) aChar; 73 - (void) matchRangeFromChar:(unichar)fromChar to:(unichar)toChar;
|
ANTLRDFA.h | 36 const unichar *min; 37 const unichar *max; 58 //- (unichar) specialTransition:(unichar) state symbol:(NSInteger) symbol;
|
ANTLRRecognitionException.h | 39 unichar c;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
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;
|
ANTLRLexer.h | 72 - (void) matchChar:(unichar) aChar; 73 - (void) matchRangeFromChar:(unichar)fromChar to:(unichar)toChar;
|
ANTLRDFA.h | 36 const unichar *min; 37 const unichar *max; 58 //- (unichar) specialTransition:(unichar) state symbol:(NSInteger) symbol;
|
ANTLRRecognitionException.h | 39 unichar c;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
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;
|
ANTLRLexer.h | 72 - (void) matchChar:(unichar) aChar; 73 - (void) matchRangeFromChar:(unichar)fromChar to:(unichar)toChar;
|
ANTLRDFA.h | 36 const unichar *min; 37 const unichar *max; 58 //- (unichar) specialTransition:(unichar) state symbol:(NSInteger) symbol;
|
ANTLRRecognitionException.h | 39 unichar c;
|
/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;
|
ANTLRLexer.h | 72 - (void) matchChar:(unichar) aChar; 73 - (void) matchRangeFromChar:(unichar)fromChar to:(unichar)toChar;
|
ANTLRRecognitionException.h | 39 unichar c; 48 @property (assign) unichar c;
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
UnicodeChart.java | 85 int unichar = base + i; local 86 chars[i] = (char)unichar; 88 canvas.drawText(Integer.toHexString(unichar),
|
/external/chromium_org/ui/base/test/ |
cocoa_test_event_utils.h | 46 NSEvent* KeyEventWithCharacter(unichar c); 53 unichar c,
|
/external/skia/tools/lua/ |
chars-vs-glyphs.lua | 33 ", unichar calls = ", unichar_calls, "\n");
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
WebInputEventFactoryTestMac.mm | 48 unichar character; 52 NSEvent* BuildFakeKeyEvent(NSUInteger keyCode, unichar character, NSUInteger modifierFlags)
|
/frameworks/base/core/jni/android/graphics/ |
HarfBuzzNGFaceSkia.cpp | 90 uint16_t unichar[2]; local 91 size_t size = SkUTF16_FromUnichar(unicode, unichar); 92 paint->textToGlyphs(unichar, size * sizeof(*unichar), &glyph16);
|
/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);
|