Searched defs:rtUtf16Length (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/string/
H A Dutf-16.cpp53 static int rtUtf16Length(PCRTUTF16 pwsz, size_t cwc, size_t *pcuc, size_t *pcwcActual) function
201 * Use rtUtf16Length for the job.
205 int rc = rtUtf16Length(pwsz, cwc, &cCpsIgnored, &cwcActual);

Completed in 43 milliseconds