summaryrefslogtreecommitdiff
path: root/include/iprt/utf16.h
Commit message (Expand)AuthorAgeFilesLines
* *: doxygen corrections (mostly about removing @returns from functions returni...vboxsync2023-05-111-1/+0
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* IPRT: Added RTUtf16FindAscii. bugref:10261vboxsync2022-08-291-0/+11
* scm copyright and license note updatevboxsync2022-08-221-10/+20
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* IPRT: Implemented RTUtf16NCmp and RTUtf16NCmpUtf8, adding RTUtf16GetCpNEx.vboxsync2021-12-301-0/+48
* IPRT: Added RTUtf16Printf, RTUtf16PrintfV, RTUtf16PrintfEx and RTUtf16PrintfE...vboxsync2020-04-201-0/+70
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* *: doxygen fixesvboxsync2019-10-181-4/+0
* *: scm --fix-header-guard-endifvboxsync2019-01-011-1/+1
* include/iprt: Use IPRT_INCLUDED_ rather than ___iprt_ as header guard prefix,...vboxsync2019-01-011-3/+3
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* /include: scm --fix-header-guards. bugref:9344vboxsync2018-12-301-0/+3
* IPRT: Added RTUtf16Chr.vboxsync2018-12-101-0/+11
* iprt/utf16.h: doxygen fixvboxsync2018-01-031-1/+1
* IPRT: Added RTUtf16NCmpAscii. [build fix]vboxsync2018-01-021-1/+1
* IPRT: Added RTUtf16NCmpAscii. [build fix]vboxsync2018-01-021-3/+49
* include/iprt/: (C) yearvboxsync2017-10-171-1/+1
* IPRT: fixed missing RTUtf16LittleToUtf8Tag prototype and incorrect export sta...vboxsync2017-09-251-0/+32
* iprt/utf16.h: Added some more RTUtf16Big functions, introducing a handful of ...vboxsync2017-08-071-0/+115
* Added RTUTf16NICmpAscii.vboxsync2017-07-151-1/+18
* IPRT: More ISO maker code.vboxsync2017-06-141-0/+88
* iprt/string.h,iprt/utf16.h: Added some big endian UTF-16 related functions/fe...vboxsync2017-05-011-0/+93
* RTUtf16PurgeEncoding: Optimized it a little, adding debug assertion for bad p...vboxsync2016-08-031-7/+11
* (C) 2016vboxsync2016-07-221-1/+1
* build fix (Doxygen comment)vboxsync2016-04-141-1/+1
* IPRT: Added testcase for RTNtPathExpand8dot3Path and RTNtPathFindPossible8dot...vboxsync2016-04-131-0/+98
* iprt/string.h: split out the UTF-16 and Latin-1 parts.vboxsync2015-09-291-0/+885