Lines Matching full:string
45 * UniStrcat: Concatenate the second string to the first
48 * Address of the first string
55 /*NULL*/; /* To end of first string */ in UniStrcat()
58 /*NULL*/; /* copy string 2 over */ in UniStrcat()
63 * UniStrchr: Find a character in a string
66 * Address of first occurrence of character in string
67 * or NULL if the character is not in the string
83 * < 0: First string is less than second
85 * > 0: First string is greater than second
97 * UniStrcpy: Copy a string
101 wchar_t *anchor = ucs1; /* save the start of result string */ in UniStrcpy()
109 * UniStrlen: Return the length of a string (in 16 bit Unicode chars not bytes)
122 * string (length limited)
137 * UniStrncat: Concatenate length limited string
141 wchar_t *anchor = ucs1; /* save pointer to string 1 */ in UniStrncat()
155 * UniStrncmp: Compare length limited string
169 * UniStrncmp_le: Compare length limited string - native to little-endian
184 * UniStrncpy: Copy length limited string with pad
200 * UniStrncpy_le: Copy length limited string with pad to little-endian
216 * UniStrstr: Find a string in a string
220 * NULL if no matching string is found
270 * UniStrupr: Upper case a unicode string