VirtualBox

Changeset 31221 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Jul 29, 2010 4:03:53 PM (14 years ago)
Author:
vboxsync
Message:

Runtime/string: more Utf-8 <-> Latin-1 fixes

File:
1 edited

Legend:

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

    r31199 r31221  
    829829 * @param   psz         The string.
    830830 */
    831 #define RTStrCalcLatin1Len(psz) RTStrUniLen(psz)
     831RTDECL(size_t) RTStrCalcLatin1Len(const char *psz);
    832832
    833833/**
     
    843843 *                      This is undefined on failure.
    844844 */
    845 #define RTStrCalcLatin1LenEx(psz, cch, pcch) RTStrUniLenEx(psz, cch, pcch)
     845RTDECL(int) RTStrCalcLatin1LenEx(const char *psz, size_t cch, size_t *pcwc);
    846846
    847847/**
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