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

1 2

  /external/libxkbcommon/xkbcommon/src/
utf8.h 31 utf32_to_utf8(uint32_t unichar, char *buffer);
utf8.c 34 utf32_to_utf8(uint32_t unichar, char *buffer)
39 if (unichar <= 0x007f) {
40 buffer[0] = unichar;
44 else if (unichar <= 0x07FF) {
48 else if (unichar <= 0xffff) {
52 else if (unichar <= 0x1fffff) {
56 else if (unichar <= 0x3ffffff) {
66 buffer[count] = 0x80 | ((unichar >> shift) & 0x3f);
68 buffer[0] = head | ((unichar >> shift) & 0x3f);
  /external/antlr/runtime/ObjC/Framework/
MismatchedTokenException.h 36 unichar expectingChar;
41 @property (assign, getter=getExpectingChar, setter=setExpectingChar:) unichar expectingChar;
48 + (id) newExceptionChar:(unichar)expectedCharacter Stream:(id<IntStream>)anInput;
56 - (id) initWithCharacter:(unichar)expectedCharacter Stream:(id<IntStream>)anInput;
DFA.h 36 const unichar *min;
37 const unichar *max;
54 //- (unichar) specialTransition:(unichar) state symbol:(NSInteger) symbol;
75 @property const unichar *min;
76 @property const unichar *max;
Lexer.h 72 - (void) matchChar:(unichar) aChar;
73 - (void) matchRangeFromChar:(unichar)fromChar to:(unichar)toChar;
RecognitionException.h 39 unichar c;
49 @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/skia/tools/lua/
chars-vs-glyphs.lua 33 ", unichar calls = ", unichar_calls, "\n");
  /external/skqp/tools/lua/
chars-vs-glyphs.lua 33 ", unichar calls = ", unichar_calls, "\n");
  /external/skia/gm/
coloremoji_blendmodes.cpp 145 SkUnichar unichar = SkUTF::NextUTF8(&text, text + strlen(text)); variable
146 SkASSERT(unichar >= 0);
147 canvas->drawSimpleText(&unichar, 4, kUTF32_SkTextEncoding, x+ w/10.f, y + 7.f*h/8.f,
  /external/skia/samplecode/
SampleCCPRGeometry.cpp 443 SkUnichar unichar; local
444 if (Sample::CharQ(*evt, &unichar)) {
445 if (unichar >= '1' && unichar <= '4') {
446 fPrimitiveType = PrimitiveType(unichar - '1');
460 if (unichar == '+') {
465 if (unichar == '+' || unichar == '=') {
470 if (unichar == '-') {
475 if (unichar == '_')
    [all...]
SamplePathText.cpp 60 SkUnichar unichar; variable
61 if (Sample::CharQ(*evt, &unichar)) {
62 if (unichar == 'X') {
  /external/skqp/gm/
coloremoji_blendmodes.cpp 147 SkUnichar unichar = SkUTF::NextUTF8(&text, text + strlen(text)); variable
148 SkASSERT(unichar >= 0);
149 canvas->drawSimpleText(&unichar, 4, kUTF32_SkTextEncoding, x+ w/10.f, y + 7.f*h/8.f,
  /external/skqp/samplecode/
SampleCCPRGeometry.cpp 441 SkUnichar unichar; local
442 if (Sample::CharQ(*evt, &unichar)) {
443 if (unichar >= '1' && unichar <= '4') {
444 fPrimitiveType = PrimitiveType(unichar - '1');
458 if (unichar == '+') {
463 if (unichar == '+' || unichar == '=') {
468 if (unichar == '-') {
473 if (unichar == '_')
    [all...]
SamplePathText.cpp 60 SkUnichar unichar; variable
61 if (Sample::CharQ(*evt, &unichar)) {
62 if (unichar == 'X') {
  /external/clang/test/Analysis/Inputs/
system-header-simulator-objc.h 14 typedef unsigned short unichar; typedef
15 typedef UInt16 UniChar;
91 - (id)initWithCharactersNoCopy:(unichar *)characters length:(NSUInteger)length freeWhenDone:(BOOL)freeBuffer;
92 - (id)initWithCharacters:(const unichar *)characters length:(NSUInteger)length;
127 extern CFMutableStringRef CFStringCreateMutableWithExternalCharactersNoCopy(CFAllocatorRef alloc, UniChar *chars, CFIndex numChars, CFIndex capacity, CFAllocatorRef externalCharactersAllocator);
  /external/skia/tools/sk_app/mac/
Window_mac.mm 231 unichar* charBuffer = new unichar[len+1];
  /external/skqp/tools/sk_app/mac/
Window_mac.mm 266 unichar* charBuffer = new unichar[len+1];
  /external/antlr/runtime/ObjC/Framework/examples/combined/
CombinedLexer.m 284 unichar charLA4 = [input LA:1];
  /external/antlr/runtime/ObjC/Framework/examples/hoistedPredicates/
TLexer.m 319 unichar charLA4 = [input LA:1];
  /external/antlr/runtime/ObjC/Framework/examples/polydiff/
PolyLexer.m 353 unichar charLA4 = [input LA:1];
  /external/antlr/runtime/ObjC/Framework/examples/treeparser/
LangLexer.m 355 unichar charLA3 = [input LA:1];
  /external/harfbuzz_ng/src/
hb-ot-shape-normalize.cc 98 output_char (hb_buffer_t *buffer, hb_codepoint_t unichar, hb_codepoint_t glyph)
101 buffer->output_glyph (unichar); /* This is very confusing indeed. */
hb-font.hh 592 hb_codepoint_t unichar;
594 hb_codepoint_parse (s + 3, len - 3, 16, &unichar) &&
595 get_nominal_glyph (unichar, glyph))
  /external/google-breakpad/src/processor/
minidump.cc 249 // Convert the input value (in_word) into a Unicode code point (unichar).
250 uint32_t unichar; local
257 unichar = (in_word - 0xd7c0) << 10;
271 unichar |= in_word & 0x03ff;
275 unichar = in_word;
278 // Convert the Unicode code point (unichar) into its UTF-8 representation,
280 if (unichar < 0x80) {
281 (*out) += static_cast<char>(unichar);
282 } else if (unichar < 0x800) {
283 (*out) += 0xc0 | static_cast<char>(unichar >> 6)
    [all...]

Completed in 2745 milliseconds

1 2