HomeSort by relevance Sort by last modified time
    Searched refs:unichar (Results 26 - 50 of 85) sorted by null

12 3 4

  /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/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRRecognitionException.h 39 unichar c;
48 @property (assign) unichar c;
  /external/webkit/Source/WebKit/mac/WebView/
WebTextIterator.mm 93 - (const unichar *)currentTextPointer
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRRecognitionException.h 39 unichar c;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRRecognitionException.h 39 unichar c;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRRecognitionException.h 39 unichar c;
  /external/webkit/Source/WebCore/bridge/objc/
objc_utility.mm 201 unichar *chars;
203 chars = (unichar *)malloc(sizeof(unichar)*length);
365 unichar *buffer = new unichar[length];
  /external/webkit/Tools/DumpRenderTree/mac/
EventSendingController.mm 577 const unichar ch = NSLeftArrowFunctionKey;
581 const unichar ch = NSRightArrowFunctionKey;
585 const unichar ch = NSUpArrowFunctionKey;
589 const unichar ch = NSDownArrowFunctionKey;
593 const unichar ch = NSPageUpFunctionKey;
597 const unichar ch = NSPageDownFunctionKey;
601 const unichar ch = NSHomeFunctionKey;
605 const unichar ch = NSEndFunctionKey;
609 const unichar ch = NSInsertFunctionKey;
613 const unichar ch = NSDeleteFunctionKey
    [all...]
  /external/webkit/Source/WebCore/platform/
PlatformKeyboardEvent.h 186 PlatformKeyboardEvent(int keyCode, UChar32 unichar, int repeatCount,
188 UChar32 unichar() const { return m_unichar; } function in class:WebCore::PlatformKeyboardEvent
239 /* The originall unichar value. Sometimes the m_text/m_unmodifiedText
  /external/webkit/Source/WebCore/platform/iphone/
KeyEventIPhone.mm 47 unichar c = CFStringGetCharacterAtIndex((CFStringRef)s, 0);
  /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;
123 extern CFMutableStringRef CFStringCreateMutableWithExternalCharactersNoCopy(CFAllocatorRef alloc, UniChar *chars, CFIndex numChars, CFIndex capacity, CFAllocatorRef externalCharactersAllocator);
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Application/
SDLMain.m 316 unichar *buffer;
321 buffer = (unichar *)NSAllocateMemoryPages(bufferSize*sizeof(unichar));
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Cocoa Application/
SDLMain.m 316 unichar *buffer;
321 buffer = (unichar *)NSAllocateMemoryPages(bufferSize*sizeof(unichar));
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/
SDLMain.m 316 unichar *buffer;
321 buffer = (unichar *)NSAllocateMemoryPages(bufferSize*sizeof(unichar));
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Application/
SDLMain.m 316 unichar *buffer;
321 buffer = (unichar *)NSAllocateMemoryPages(bufferSize*sizeof(unichar));
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Cocoa Application/
SDLMain.m 316 unichar *buffer;
321 buffer = (unichar *)NSAllocateMemoryPages(bufferSize*sizeof(unichar));
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/
SDLMain.m 316 unichar *buffer;
321 buffer = (unichar *)NSAllocateMemoryPages(bufferSize*sizeof(unichar));
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL Application/
SDLMain.m 316 unichar *buffer;
321 buffer = (unichar *)NSAllocateMemoryPages(bufferSize*sizeof(unichar));
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL Cocoa Application/
SDLMain.m 316 unichar *buffer;
321 buffer = (unichar *)NSAllocateMemoryPages(bufferSize*sizeof(unichar));
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/
SDLMain.m 316 unichar *buffer;
321 buffer = (unichar *)NSAllocateMemoryPages(bufferSize*sizeof(unichar));
  /external/qemu/distrib/sdl-1.2.15/src/main/macosx/
SDLMain.m 315 unichar *buffer;
320 buffer = (unichar *)NSAllocateMemoryPages(bufferSize*sizeof(unichar));
  /external/webkit/Source/WebCore/platform/cocoa/
KeyEventCocoa.mm 42 String keyIdentifierForCharCode(unichar charCode)
471 int windowsKeyCodeForCharCode(unichar charCode)
  /external/webkit/Source/WebKit/android/plugins/
PluginDebugAndroid.cpp 73 anp_logPlugin("%p EVENT::KEY[%d] time=%d action=%s code=%d vcode=%d unichar=%d repeat=%d mods=%x",
76 evt->data.key.unichar, evt->data.key.repeatCount,
  /external/webkit/Source/WebCore/platform/mac/
WebCoreNSStringExtras.mm 54 unichar nullChar = 0;
  /external/webkit/Source/WebCore/platform/wx/wxcode/mac/carbon/
fontprops.mm 94 NSString* string = [[NSString alloc] initWithCharactersNoCopy:const_cast<unichar*>(characters) length:length freeWhenDone:NO];

Completed in 1316 milliseconds

12 3 4