From aed24f4359396b815a45171bd5ff054b12a48725 Mon Sep 17 00:00:00 2001 From: dsiders Date: Sun, 23 Oct 2022 21:39:57 +0100 Subject: [PATCH] Docs: LazUtils/lazutf8. Adds missing parameter descriptions. --- docs/xml/lazutils/lazutf8.xml | 32 ++++++++++++++++++++++++-------- 1 file changed, 24 insertions(+), 8 deletions(-) diff --git a/docs/xml/lazutils/lazutf8.xml b/docs/xml/lazutils/lazutf8.xml index d5fff2ae80..fddba85af2 100644 --- a/docs/xml/lazutils/lazutf8.xml +++ b/docs/xml/lazutils/lazutf8.xml @@ -2310,16 +2310,22 @@ equal. Otherwise falls back to WideCompareText. WideCompareText - + - + +Pointer to an Integer with the relative order for the compared values. + - + +String value used in the comparison. + - + +String value used in the comparison. + @@ -2400,19 +2406,29 @@ instance. Compares UTF-8-encoded values using UTF8CompareLatinTextFast. - + +

+Calls the UTF8CompareLatinTextFast routine to compare the values in s1 and s2. The return value is a pointer to an Integer with the relative order for the compared values. <0 indicates s1 comes before s2. 0 indicated the compared values are the same. >0 indicates s2 comes after s1. +

+
- + +Pointer to an Integer with the relative order for the compared values. + - + +String with a value used in the comparison. + - + +String with a value used in the comparison. +