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

1 2 3

  /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;
  /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/third_party/skia/tools/lua/
chars-vs-glyphs.lua 33 ", unichar calls = ", unichar_calls, "\n");
  /external/chromium_org/ui/events/test/
cocoa_test_event_utils.h 48 NSEvent* KeyEventWithCharacter(unichar c);
55 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)
  /external/chromium_org/third_party/skia/experimental/SkiaExamples/
SkExample.h 68 bool onHandleChar(SkUnichar unichar) SK_OVERRIDE;
  /external/skia/experimental/SkiaExamples/
SkExample.h 68 bool onHandleChar(SkUnichar unichar) SK_OVERRIDE;
  /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);

Completed in 515 milliseconds

1 2 3