Searched refs:unichar (Results 26 - 50 of 76) sorted by relevance

1234

/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRRecognitionException.h39 unichar c;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRRecognitionException.h39 unichar c;
/external/webkit/Source/WebCore/bridge/objc/
H A Dobjc_utility.mm201 unichar *chars;
203 chars = (unichar *)malloc(sizeof(unichar)*length);
365 unichar *buffer = new unichar[length];
/external/webkit/Tools/DumpRenderTree/mac/
H A DEventSendingController.mm577 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 c
[all...]
/external/webkit/Source/WebCore/platform/
H A DPlatformKeyboardEvent.h186 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/
H A DKeyEventIPhone.mm47 unichar c = CFStringGetCharacterAtIndex((CFStringRef)s, 0);
/external/clang/test/Analysis/
H A Dsystem-header-simulator-objc.h9 typedef unsigned short unichar; typedef
83 - (id)initWithCharactersNoCopy:(unichar *)characters length:(NSUInteger)length freeWhenDone:(BOOL)freeBuffer;
84 - (id)initWithCharacters:(const unichar *)characters length:(NSUInteger)length;
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Application/
H A DSDLMain.m316 unichar *buffer;
321 buffer = (unichar *)NSAllocateMemoryPages(bufferSize*sizeof(unichar));
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Cocoa Application/
H A DSDLMain.m316 unichar *buffer;
321 buffer = (unichar *)NSAllocateMemoryPages(bufferSize*sizeof(unichar));
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/
H A DSDLMain.m316 unichar *buffer;
321 buffer = (unichar *)NSAllocateMemoryPages(bufferSize*sizeof(unichar));
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Application/
H A DSDLMain.m316 unichar *buffer;
321 buffer = (unichar *)NSAllocateMemoryPages(bufferSize*sizeof(unichar));
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Cocoa Application/
H A DSDLMain.m316 unichar *buffer;
321 buffer = (unichar *)NSAllocateMemoryPages(bufferSize*sizeof(unichar));
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/
H A DSDLMain.m316 unichar *buffer;
321 buffer = (unichar *)NSAllocateMemoryPages(bufferSize*sizeof(unichar));
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL Application/
H A DSDLMain.m316 unichar *buffer;
321 buffer = (unichar *)NSAllocateMemoryPages(bufferSize*sizeof(unichar));
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL Cocoa Application/
H A DSDLMain.m316 unichar *buffer;
321 buffer = (unichar *)NSAllocateMemoryPages(bufferSize*sizeof(unichar));
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/
H A DSDLMain.m316 unichar *buffer;
321 buffer = (unichar *)NSAllocateMemoryPages(bufferSize*sizeof(unichar));
/external/qemu/distrib/sdl-1.2.15/src/main/macosx/
H A DSDLMain.m315 unichar *buffer;
320 buffer = (unichar *)NSAllocateMemoryPages(bufferSize*sizeof(unichar));
/external/webkit/Source/WebCore/platform/cocoa/
H A DKeyEventCocoa.mm42 String keyIdentifierForCharCode(unichar charCode)
471 int windowsKeyCodeForCharCode(unichar charCode)
/external/webkit/Source/WebKit/android/plugins/
H A DPluginDebugAndroid.cpp73 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/
H A DWebCoreNSStringExtras.mm54 unichar nullChar = 0;
/external/webkit/Source/WebCore/platform/wx/wxcode/mac/carbon/
H A Dfontprops.mm94 NSString* string = [[NSString alloc] initWithCharactersNoCopy:const_cast<unichar*>(characters) length:length freeWhenDone:NO];
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/
H A DSymbolTableLexer.m61 const static unichar dfa4_min[21] =
63 const static unichar dfa4_max[21] =
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
H A DSimpleCLexer.m63 const static unichar dfa4_min[33] =
66 const static unichar dfa4_max[33] =
/external/webkit/Source/WebKit/mac/WebView/
H A DWebScriptDebugger.mm57 return [NSString stringWithCharacters:reinterpret_cast<const unichar*>(s.characters()) length:s.length()];
64 return [NSString stringWithCharacters:reinterpret_cast<const unichar*>(s->data()) length:s->length()];
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
H A DTLexer.m309 unichar charLA4 = [input LA:1];

Completed in 1814 milliseconds

1234