Changeset 76096 in vbox for trunk/include/iprt/utf16.h
- Timestamp:
- Dec 10, 2018 2:40:04 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/utf16.h
r70443 r76096 264 264 */ 265 265 RTDECL(PCRTUTF16) RTUtf16End(PCRTUTF16 pwszString, size_t cwcMax); 266 267 /** 268 * Finds a give UTF-16 character in a UTF-16 string. 269 * 270 * @returns Pointer to the first occurence of @a wc. 271 * @returns NULL if @a wc was not found. 272 * 273 * @param pwszString The string to search. 274 * @param wc The UTF-16 character to search for. 275 */ 276 RTDECL(PRTUTF16) RTUtf16Chr(PCRTUTF16 pwszString, RTUTF16 wc); 266 277 267 278 /**
Note:
See TracChangeset
for help on using the changeset viewer.