Lines Matching full:string
77 * UniStrcat: Concatenate the second string to the first
80 * Address of the first string
87 /*NULL*/; /* To end of first string */ in UniStrcat()
90 /*NULL*/; /* copy string 2 over */ in UniStrcat()
95 * UniStrchr: Find a character in a string
98 * Address of first occurrence of character in string
99 * or NULL if the character is not in the string
115 * < 0: First string is less than second
117 * > 0: First string is greater than second
129 * UniStrcpy: Copy a string
133 wchar_t *anchor = ucs1; /* save the start of result string */ in UniStrcpy()
141 * UniStrlen: Return the length of a string (in 16 bit Unicode chars not bytes)
154 * string (length limited)
169 * UniStrncat: Concatenate length limited string
173 wchar_t *anchor = ucs1; /* save pointer to string 1 */ in UniStrncat()
187 * UniStrncmp: Compare length limited string
201 * UniStrncmp_le: Compare length limited string - native to little-endian
216 * UniStrncpy: Copy length limited string with pad
232 * UniStrncpy_le: Copy length limited string with pad to little-endian
248 * UniStrstr: Find a string in a string
252 * NULL if no matching string is found
302 * UniStrupr: Upper case a unicode string
342 * UniStrlwr: Lower case a unicode string