Lines Matching refs:unicode
3 * linux/fs/hfsplus/unicode.c
9 * Handler routines for unicode strings
17 /* Fold the case of a unicode char, given the 16 bit value */
31 /* Compare unicode strings, return values like normal strcmp */
40 p1 = s1->unicode;
41 p2 = s2->unicode;
74 p1 = s1->unicode;
75 p2 = s2->unicode;
134 ip = ustr->unicode;
260 * Convert one or more ASCII characters into a single unicode character.
261 * Returns the number of ASCII characters corresponding to the unicode char.
282 /* Decomposes a non-Hangul unicode character. */
307 * Try to decompose a unicode character as Hangul. Return 0 if @uc is not
314 * under the Terms of Use in http://www.unicode.org/copyright.html.
338 /* Decomposes a single unicode character. */
372 ustr->unicode[outlen++] = cpu_to_be16(*dstr++);
375 ustr->unicode[outlen++] = cpu_to_be16(c);
388 * Composed unicode characters are decomposed and case-folding is performed
440 * Composed unicode characters are decomposed and case-folding is performed