Lines Matching +full:kernel +full:- +full:rev
16 /* This code is copied from the linux kernel. We have a userspace
31 #define UNICODE_AGE(MAJ, MIN, REV) \ argument
34 ((unsigned int)(REV)))
37 extern int utf8version_is_supported(uint8_t maj, uint8_t min, uint8_t rev);
47 * - Apply unicode normalization form NFD.
48 * - Remove any Default_Ignorable_Code_Point.
51 * - Apply unicode normalization form NFD.
52 * - Remove any Default_Ignorable_Code_Point.
53 * - Apply a full casefold (C + F).
61 * Returns -1 if the input is not valid UTF-8.
69 * Returns -1 if the input is not valid UTF-8.
78 * Returns -1 if the input is not valid UTF-8.
105 * Returns -1 on failure.
116 * Returns -1 if the string being normalized is not valid UTF-8.