Changeset 26276 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Feb 5, 2010 4:31:17 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/string/utf-8.cpp
r25296 r26276 442 442 * @param psz Pointer to the UTF-8 string. 443 443 * @param cch The max length of the string. (btw cch = cb) 444 * Use RTSTR_MAX if all of the string is to be examined. s444 * Use RTSTR_MAX if all of the string is to be examined. 445 445 * @param pcwc Where to store the length of the UTF-16 string as a number of RTUTF16 characters. 446 446 */
Note:
See TracChangeset
for help on using the changeset viewer.