Lines Matching full:string
76 * UniStrcat: Concatenate the second string to the first
79 * Address of the first string
86 /*NULL*/; /* To end of first string */ in UniStrcat()
89 /*NULL*/; /* copy string 2 over */ in UniStrcat()
94 * UniStrchr: Find a character in a string
97 * Address of first occurrence of character in string
98 * or NULL if the character is not in the string
114 * < 0: First string is less than second
116 * > 0: First string is greater than second
128 * UniStrcpy: Copy a string
132 wchar_t *anchor = ucs1; /* save the start of result string */ in UniStrcpy()
140 * UniStrlen: Return the length of a string (in 16 bit Unicode chars not bytes)
153 * string (length limited)
168 * UniStrncat: Concatenate length limited string
172 wchar_t *anchor = ucs1; /* save pointer to string 1 */ in UniStrncat()
186 * UniStrncmp: Compare length limited string
200 * UniStrncmp_le: Compare length limited string - native to little-endian
215 * UniStrncpy: Copy length limited string with pad
231 * UniStrncpy_le: Copy length limited string with pad to little-endian
247 * UniStrstr: Find a string in a string
251 * NULL if no matching string is found
301 * UniStrupr: Upper case a unicode string
341 * UniStrlwr: Lower case a unicode string