Lines Matching +full:0 +full:xf000
36 #define UNI_ASTERISK ((__u16)('*' + 0xF000))
37 #define UNI_QUESTION ((__u16)('?' + 0xF000))
38 #define UNI_COLON ((__u16)(':' + 0xF000))
39 #define UNI_GRTRTHAN ((__u16)('>' + 0xF000))
40 #define UNI_LESSTHAN ((__u16)('<' + 0xF000))
41 #define UNI_PIPE ((__u16)('|' + 0xF000))
42 #define UNI_SLASH ((__u16)('\\' + 0xF000))
83 * < 0: First string is less than second
84 * = 0: Strings are equal
85 * > 0: First string is greater than second
113 int i = 0; in UniStrlen()
126 int i = 0; in UniStrnlen()
150 *ucs1 = 0; /* Null terminate the result */ in UniStrncat()
160 return 0; /* Null strings are equal */ in UniStrncmp()
175 return 0; /* Null strings are equal */ in UniStrncmp_le()
195 *ucs1++ = 0; in UniStrncpy()
211 *ucs1++ = 0; in UniStrncpy_le()