Changeset 40123 in vbox for trunk/include/iprt
- Timestamp:
- Feb 14, 2012 11:16:58 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 76267
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/string.h
r40091 r40123 714 714 * may be partially processed. 715 715 * @param psz The string to sanitise. 716 * @param puszValidSet A zero-terminated array of the Unicode code points 717 * in the white list. 716 * @param puszValidSets A zero-terminated array of pairs of Unicode points. 717 * Each pair is the start and end point of a range, 718 * and the union of these ranges forms the white list. 718 719 * @param chReplacement The ASCII replacement character. 719 720 */ … … 3328 3329 * may be partially processed. 3329 3330 * @param pwsz The string to sanitise. 3330 * @param puszValidSet A zero-terminated array of the Unicode code points 3331 * in the white list. 3331 * @param puszValidSets A zero-terminated array of pairs of Unicode points. 3332 * Each pair is the start and end point of a range, 3333 * and the union of these ranges forms the white list. 3332 3334 * @param chReplacement The ASCII replacement character. 3333 3335 */
Note:
See TracChangeset
for help on using the changeset viewer.