VirtualBox

Changeset 76096 in vbox for trunk/include/iprt/utf16.h


Ignore:
Timestamp:
Dec 10, 2018 2:40:04 AM (6 years ago)
Author:
vboxsync
Message:

IPRT: Added RTUtf16Chr.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/utf16.h

    r70443 r76096  
    264264 */
    265265RTDECL(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 */
     276RTDECL(PRTUTF16) RTUtf16Chr(PCRTUTF16 pwszString, RTUTF16 wc);
    266277
    267278/**
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette