Searched refs:unichar (Results 1 - 25 of 76) sorted by relevance

1234

/external/webkit/Source/WebCore/platform/cocoa/
H A DKeyEventCocoa.h33 String keyIdentifierForCharCode(unichar charCode);
36 int windowsKeyCodeForCharCode(unichar charCode);
/external/chromium/chrome/browser/
H A Dglobal_keyboard_shortcuts_mac.h21 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/webkit/Source/WebKit/mac/Misc/
H A DWebNSEventExtras.m33 -(BOOL)_web_isKeyEvent:(unichar)key
43 unichar c = [chars characterAtIndex:0];
52 const unichar deleteKey = NSDeleteCharacter;
53 const unichar deleteForwardKey = NSDeleteFunctionKey;
59 const unichar escapeKey = 0x001b;
70 const unichar enterKey = NSEnterCharacter;
71 const unichar returnKey = NSCarriageReturnCharacter;
77 const unichar tabKey = 0x0009;
78 const unichar shiftTabKey = 0x0019;
H A DWebNSEventExtras.h33 -(BOOL)_web_isKeyEvent:(unichar)key;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRMismatchedTokenException.h36 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;
H A DANTLRLexer.h72 - (void) matchChar:(unichar) aChar;
73 - (void) matchRangeFromChar:(unichar)fromChar to:(unichar)toChar;
H A DANTLRDFA.h36 const unichar *min;
37 const unichar *max;
58 //- (unichar) specialTransition:(unichar) state symbol:(NSInteger) symbol;
H A DANTLRRecognitionException.h39 unichar c;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRMismatchedTokenException.h36 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;
H A DANTLRLexer.h72 - (void) matchChar:(unichar) aChar;
73 - (void) matchRangeFromChar:(unichar)fromChar to:(unichar)toChar;
H A DANTLRDFA.h36 const unichar *min;
37 const unichar *max;
58 //- (unichar) specialTransition:(unichar) state symbol:(NSInteger) symbol;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRMismatchedTokenException.h36 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;
H A DANTLRLexer.h72 - (void) matchChar:(unichar) aChar;
73 - (void) matchRangeFromChar:(unichar)fromChar to:(unichar)toChar;
H A DANTLRDFA.h36 const unichar *min;
37 const unichar *max;
58 //- (unichar) specialTransition:(unichar) state symbol:(NSInteger) symbol;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRDFA.h36 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;
H A 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;
H A DANTLRLexer.h72 - (void) matchChar:(unichar) aChar;
73 - (void) matchRangeFromChar:(unichar)fromChar to:(unichar)toChar;
H A DANTLRRecognitionException.h39 unichar c;
48 @property (assign) unichar c;
/external/skia/emoji/
H A DEmojiFont.h47 static uint16_t UnicharToGlyph(int32_t unichar);
H A DEmojiFont.cpp145 uint16_t EmojiFont::UnicharToGlyph(int32_t unichar) { argument
147 if (unichar >= GMOJI_PUA_MIN && unichar <= GMOJI_PUA_MAX) {
149 uint16_t relative = unichar - GMOJI_PUA_MIN;
/external/webkit/Source/WebCore/platform/text/mac/
H A DTextBoundaries.mm35 NSString* string = [[NSString alloc] initWithCharactersNoCopy:const_cast<unichar*>(chars)
47 NSString* string = [[NSString alloc] initWithCharactersNoCopy:const_cast<unichar*>(chars)
/external/webkit/Source/WebKit/mac/WebView/
H A DWebTextIterator.h72 - (const unichar *)currentTextPointer;
H A DWebTextIterator.mm93 - (const unichar *)currentTextPointer
/external/webkit/Source/WebCore/platform/mac/
H A DWebNSAttributedStringExtras.mm37 unichar chars[2];
/external/webkit/Source/WebCore/platform/android/
H A DKeyEventAndroid.cpp213 PlatformKeyboardEvent::PlatformKeyboardEvent(int keyCode, UChar32 unichar, argument
216 , m_text(singleCharacterString(unichar))
217 , m_unmodifiedText(singleCharacterString(unichar))
229 , m_unichar(unichar)

Completed in 259 milliseconds

1234