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

1 2 3

  /external/webkit/Source/WebCore/platform/cocoa/
KeyEventCocoa.h 33 String keyIdentifierForCharCode(unichar charCode);
36 int windowsKeyCodeForCharCode(unichar charCode);
  /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/webkit/Source/WebKit/mac/Misc/
WebNSEventExtras.m 33 -(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;
WebNSEventExtras.h 33 -(BOOL)_web_isKeyEvent:(unichar)key;
  /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;
  /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;
  /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;
  /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;
  /external/skia/emoji/
EmojiFont.h 47 static uint16_t UnicharToGlyph(int32_t unichar);
EmojiFont.cpp 145 uint16_t EmojiFont::UnicharToGlyph(int32_t unichar) {
147 if (unichar >= GMOJI_PUA_MIN && unichar <= GMOJI_PUA_MAX) {
149 uint16_t relative = unichar - GMOJI_PUA_MIN;
  /external/webkit/Source/WebKit/mac/WebView/
WebTextIterator.h 72 - (const unichar *)currentTextPointer;
  /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/webkit/Source/WebCore/platform/text/mac/
TextBoundaries.mm 35 NSString* string = [[NSString alloc] initWithCharactersNoCopy:const_cast<unichar*>(chars)
47 NSString* string = [[NSString alloc] initWithCharactersNoCopy:const_cast<unichar*>(chars)
  /external/webkit/Source/WebCore/platform/mac/
WebNSAttributedStringExtras.mm 37 unichar chars[2];
  /development/samples/BrowserPlugin/jni/form/
FormPlugin.h 63 void handleTextInput(TextInput* input, ANPKeyCode keyCode, int32_t unichar);
  /external/webkit/Source/WebCore/platform/android/
KeyEventAndroid.cpp 213 PlatformKeyboardEvent::PlatformKeyboardEvent(int keyCode, UChar32 unichar,
216 , m_text(singleCharacterString(unichar))
217 , m_unmodifiedText(singleCharacterString(unichar))
229 , m_unichar(unichar)

Completed in 475 milliseconds

1 2 3