HomeSort by: relevance | last modified time | path
    Searched defs:ucs4_t (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/libX11/dist/src/
imConv.c 57 typedef unsigned int ucs4_t; typedef
62 ucs4_t,
116 ucs4_t ucs4;
172 ucs4_t ucs4;
199 ucs4 = (ucs4_t) KeySymToUcs4(symbol);
245 ucs4_t ucs4;
268 ucs4 = (ucs4_t) KeySymToUcs4(symbol);
317 ucs4_t ucs4;
342 ucs4 = (ucs4_t) KeySymToUcs4(symbol);
  /xsrc/external/mit/libX11/dist/src/xlibi18n/
lcUTF8.c 107 #define BAD_WCHAR ((ucs4_t) 0xfffd)
114 * `ucs4_t' variables, but don't pass them to the user.
127 typedef unsigned int ucs4_t; typedef
133 int (* cstowc) (XlcConv, ucs4_t *, unsigned char const *, int);
134 int (* wctocs) (XlcConv, unsigned char *, ucs4_t, int);
138 * int xxx_cstowc (XlcConv conv, ucs4_t *pwc, unsigned char const *s, int n)
144 * int xxx_wctocs (XlcConv conv, unsigned char *r, ucs4_t wc, int n)
428 ucs4_t wc;
558 ucs4_t wc,
620 ucs4_t wc
    [all...]

Completed in 5 milliseconds