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

12 3 4 5 6 7

  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRLexer.h 72 - (void) matchChar:(unichar) aChar;
73 - (void) matchRangeFromChar:(unichar)fromChar to:(unichar)toChar;
ANTLRRecognitionException.h 39 unichar c;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRLexer.h 72 - (void) matchChar:(unichar) aChar;
73 - (void) matchRangeFromChar:(unichar)fromChar to:(unichar)toChar;
ANTLRRecognitionException.h 39 unichar c;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRLexer.h 72 - (void) matchChar:(unichar) aChar;
73 - (void) matchRangeFromChar:(unichar)fromChar to:(unichar)toChar;
ANTLRRecognitionException.h 39 unichar c;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRLexer.h 72 - (void) matchChar:(unichar) aChar;
73 - (void) matchRangeFromChar:(unichar)fromChar to:(unichar)toChar;
ANTLRMismatchedTokenException.m 49 + (id) newExceptionChar:(unichar) expectedCharacter Stream:(id<ANTLRIntStream>)anInput
79 - (id) initWithCharacter:(unichar) expectedCharacter Stream:(id<ANTLRIntStream>)anInput
94 [desc appendFormat:@" expected:%c got:%c", expectingChar, (unichar)[self unexpectedType]];
ANTLRRecognitionException.h 39 unichar c;
48 @property (assign) unichar c;
ANTLRLexer.m 221 unichar c;
247 - (void) matchChar:(unichar) aChar
251 unichar charLA;
267 - (void) matchRangeFromChar:(unichar)fromChar to:(unichar)toChar
269 unichar charLA = (unichar)[input LA:1];
ANTLRDFA.m 60 NSLog(@"DFA %d state %d LA(1)='%c'(%x)", decisionNumber, s, (unichar)[input LA:1], [input LA:1]);
86 if ( (unichar)c >= min[s] && (unichar)c <= max[s]) {
  /external/chromium_org/third_party/skia/include/core/
SkUtils.h 62 /** Return the number of bytes need to convert a unichar
75 // returns the current unichar and then moves past it (*p++)
77 // this guy backs up to the previus unichar value, and returns it (*--p)
  /external/skia/include/core/
SkUtils.h 62 /** Return the number of bytes need to convert a unichar
75 // returns the current unichar and then moves past it (*p++)
77 // this guy backs up to the previus unichar value, and returns it (*--p)
  /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/chromium_org/third_party/skia/src/core/
SkScalerContext.h 168 /** Return the corresponding glyph for the specified unichar. Since contexts
246 /** Returns the glyph id for the given unichar.
247 * If there is no 1:1 mapping from the unichar to a glyph id, returns 0.
249 virtual uint16_t generateCharToGlyph(SkUnichar unichar) = 0;
251 /** Returns the unichar for the given glyph id.
252 * If there is no 1:1 mapping from the glyph id to a unichar, returns 0.
  /external/skia/src/core/
SkScalerContext.h 168 /** Return the corresponding glyph for the specified unichar. Since contexts
246 /** Returns the glyph id for the given unichar.
247 * If there is no 1:1 mapping from the unichar to a glyph id, returns 0.
249 virtual uint16_t generateCharToGlyph(SkUnichar unichar) = 0;
251 /** Returns the unichar for the given glyph id.
252 * If there is no 1:1 mapping from the glyph id to a unichar, returns 0.
  /external/chromium_org/chrome/test/chromedriver/
keycode_text_conversion_mac.mm 21 unichar character, unmodified_character;
54 UniChar character = 0;
  /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/ui/base/test/
cocoa_test_event_utils.mm 86 NSEvent* KeyEventWithCharacter(unichar c) {
95 unichar c,
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringCF.cpp 50 CFStringGetCharacters(str, CFRangeMake(0, size), (UniChar*)buffer.data());
  /external/clang/test/SemaObjC/
comptypes-9.m 45 typedef unsigned short unichar;
  /external/chromium/chrome/browser/ui/cocoa/
chrome_event_processing_window.mm 14 typedef int (*KeyToCommandMapper)(bool, bool, bool, bool, int, unichar);
31 const unichar keyCode = [event keyCode];
32 const unichar keyChar = KeyCharacterForEvent(event);
  /external/chromium_org/chrome/browser/ui/cocoa/
chrome_event_processing_window.mm 14 typedef int (*KeyToCommandMapper)(bool, bool, bool, bool, int, unichar);
31 const unichar keyCode = [event keyCode];
32 const unichar keyChar = KeyCharacterForEvent(event);
  /external/clang/test/FixIt/
format.m 189 NSLog(@"%C", 0x2603); // expected-warning{{format specifies type 'unichar' (aka 'unsigned short') but the argument has type 'int'}}
193 typedef unsigned short unichar;
195 NSLog(@"%C", 0x2603); // expected-warning{{format specifies type 'unichar' (aka 'unsigned short') but the argument has type 'int'}}
197 // CHECK: fix-it:"{{.*}}":{[[@LINE-2]]:16-[[@LINE-2]]:16}:"(unichar)"
199 NSLog(@"%C", data ? 0x2F : 0x2603); // expected-warning{{format specifies type 'unichar' (aka 'unsigned short') but the argument has type 'int'}}
201 // CHECK: fix-it:"{{.*}}":{[[@LINE-2]]:16-[[@LINE-2]]:16}:"(unichar)("
204 NSLog(@"%C", 0.0); // expected-warning{{format specifies type 'unichar' (aka 'unsigned short') but the argument has type 'double'}}
206 // CHECK-NOT: fix-it:"{{.*}}":{[[@LINE-2]]:16-[[@LINE-2]]:16}:"(unichar)"
208 NSLog(@"%C", (char)0x2603); // expected-warning{{format specifies type 'unichar' (aka 'unsigned short') but the argument has type 'char'}}
210 // CHECK-NOT: fix-it:"{{.*}}":{[[@LINE-2]]:16-[[@LINE-2]]:22}:"(unichar)"
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-font-private.hh 389 hb_codepoint_t unichar;
391 hb_codepoint_parse (s + 3, len - 3, 16, &unichar) &&
392 get_glyph (unichar, 0, glyph))

Completed in 1228 milliseconds

12 3 4 5 6 7