Lines Matching defs:unicode
32 * Takes an OSTA CS0 compressed unicode name, and converts
37 * It is up to the user to ensure that the unicode buffer is large
38 * enough, and that the compressed unicode name is correct.
42 * The number of unicode characters which were uncompressed.
49 unicode_t *unicode) /* (Output) uncompressed unicode characters. */
74 * unicode char.
76 unicode[unicodeIndex] =
79 unicode[unicodeIndex] = 0;
83 unicode[unicodeIndex] |=
95 * Takes a string of unicode wide characters and returns an OSTA CS0
96 * compressed unicode string. The unicode MUST be in the byte order of
113 int numberOfChars, /* (Input) number of unicode characters. */
115 unicode_t *unicode, /* (Input) unicode characters to compress. */
134 (unicode[unicodeIndex] & 0xFF00) >> 8;
138 unicode[unicodeIndex] & 0x00FF;
321 * Number of unicode characters in translated name.