offapi: ParseResult documentation makes no sense
fix confusion between characters, code points and code units Change-Id: I315735e103799ff2fb53e99442d500b998f50304
This commit is contained in:
@@ -31,15 +31,15 @@ module com { module sun { module star { module i18n {
|
|||||||
|
|
||||||
published struct ParseResult
|
published struct ParseResult
|
||||||
{
|
{
|
||||||
/** Count of ignored leading whitespace, in code points, not
|
/** Count of ignored leading whitespace, in UTF-16 code units, not
|
||||||
characters. */
|
Unicode code points. */
|
||||||
long LeadingWhiteSpace;
|
long LeadingWhiteSpace;
|
||||||
|
|
||||||
/** Code point index of first unprocessed character. */
|
/** UTF-16 code unit index of first unprocessed character. */
|
||||||
long EndPos;
|
long EndPos;
|
||||||
|
|
||||||
/** Number of characters (not code points) of the parsed token, not
|
/** Number of code points (not UTF-16 code units) of the parsed token,
|
||||||
including leading whitespace. */
|
not including leading whitespace. */
|
||||||
long CharLen;
|
long CharLen;
|
||||||
|
|
||||||
/** Value of token in case of numeric. */
|
/** Value of token in case of numeric. */
|
||||||
|
Reference in New Issue
Block a user