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

1 2 3

  /toolchain/binutils/binutils-2.25/binutils/
winduni.h 45 typedef unsigned short unichar; typedef
58 extern void unicode_from_ascii (rc_uint_type *, unichar **, const char *);
61 extern void ascii_from_unicode (rc_uint_type *, const unichar *, char **);
64 extern unichar *unichar_dup (const unichar *);
67 extern unichar *unichar_dup_uppercase (const unichar *);
69 /* The count of unichar elements. */
70 extern rc_uint_type unichar_len (const unichar *);
73 extern void unicode_print (FILE *, const unichar *, rc_uint_type)
    [all...]
windmc.h 36 extern unichar *mcset_msg_id_typedef;
45 unichar *usz;
48 unichar *sval;
57 unichar *message;
63 unichar *user_text;
66 unichar *symbol;
74 void mc_add_keyword (unichar *, int, const char *, rc_uint_type, unichar *);
88 void mc_set_content (const unichar *);
winduni.c 48 static rc_uint_type wind_WideCharToMultiByte (rc_uint_type, const unichar *, char *, rc_uint_type);
49 static rc_uint_type wind_MultiByteToWideChar (rc_uint_type, const char *, unichar *, rc_uint_type);
50 static int unichar_isascii (const unichar *, rc_uint_type);
191 unicode_from_ascii (rc_uint_type *length, unichar **unicode, const char *ascii)
201 unicode_from_ascii_len (rc_uint_type *length, unichar **unicode, const char *ascii, rc_uint_type a_length)
222 unichar *utmp, *up;
231 utmp = (unichar *) res_alloc (sizeof (unichar) * (idx + 1));
234 memcpy (utmp, *unicode, idx * sizeof (unichar));
247 utmp = ((unichar *) res_alloc (elen + sizeof (unichar) * 2))
    [all...]
windres.h 57 extern void res_unistring_to_id (rc_res_id *, const unichar *);
98 extern rc_menuitem *define_menuitem (const unichar *, rc_uint_type, rc_uint_type,
104 extern rc_rcdata_item *define_rcdata_unistring (const unichar *, rc_uint_type);
106 extern void define_stringtable (const rc_res_res_info *, rc_uint_type, const unichar *, int);
113 extern rc_ver_info *append_ver_varfileinfo (rc_ver_info *, const unichar *, rc_ver_varinfo *);
114 extern rc_ver_stringinfo *append_verval (rc_ver_stringinfo *, const unichar *, const unichar *);
mclex.c 42 static unichar *input_stream = NULL;
43 static unichar *input_stream_pos = NULL;
48 mc_set_content (const unichar *src)
116 static unichar *
117 get_diff (unichar *end, unichar *start)
119 unichar *ret;
120 unichar save = *end;
129 parse_digit (unichar ch)
210 unichar *usz, *usv = NULL
    [all...]
mcparse.y 36 static unichar *mc_last_symbol = NULL;
46 unichar *ustr;
282 unichar *h;
286 h = (unichar *) res_alloc ((l1 + l2 + 1) * sizeof (unichar));
287 if (l1) memcpy (h, $1, l1 * sizeof (unichar));
288 if (l2) memcpy (&h[l1], $2, l2 * sizeof (unichar));
299 unichar *h;
303 h = (unichar *) res_alloc ((l1 + l2 + 1) * sizeof (unichar));
    [all...]
resres.c 58 static unichar *read_unistring (windres_bfd *, rc_uint_type *, rc_uint_type, rc_uint_type *);
393 return sizeof (unichar) * (id->u.n.length + 1);
395 return sizeof (unichar) * 2;
473 bfd_byte *d = (bfd_byte *) xmalloc (len * sizeof (unichar));
475 windres_put_16 (wrbfd, d + (i * sizeof (unichar)), id->u.n.name[i]);
476 windres_put_16 (wrbfd, d + (i * sizeof (unichar)), 0);
477 set_windres_bfd_content (wrbfd, d, off, (len * sizeof (unichar)));
479 off += (len * sizeof (unichar));
519 unichar *id_s = NULL;
542 static unichar *
    [all...]
  /external/skia/tools/VisualBench/
VisualModule.h 28 virtual bool onHandleChar(SkUnichar unichar) = 0;
VisualDebugModule.h 21 bool onHandleChar(SkUnichar unichar) override;
VisualBench.h 50 bool onHandleChar(SkUnichar unichar) override;
  /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;
  /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;
  /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;
  /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/skia/example/
HelloWorld.h 55 bool onHandleChar(SkUnichar unichar) override;

Completed in 370 milliseconds

1 2 3