VirtualBox

Changeset 7432 in vbox


Ignore:
Timestamp:
Mar 12, 2008 10:28:36 AM (17 years ago)
Author:
vboxsync
Message:

RTUTF16 != uc or cuc. but wc or cwc.

File:
1 edited

Legend:

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

    r7431 r7432  
    10571057 * @remark  wchar_t is not usable since it's compiler defined.
    10581058 * @remark  When we use the term character we're not talking about unicode code point, but
    1059  *          the basic unit of the string encoding. Thus cuc - count of unicode chars - means
    1060  *          count of RTUTF16. And cch means count of the typedef 'char', which is assumed
    1061  *          to be an octet.
     1059 *          the basic unit of the string encoding. Thus cwc - count of wide chars - means
     1060 *          count of RTUTF16; cuc - count of unicode chars - means count of RTUNICP;
     1061 *          and cch means count of the typedef 'char', which is assumed to be an octet.
    10621062 */
    10631063typedef uint16_t        RTUTF16;
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