Find data for encoded character.
Source position: unicodedata.pas line 361
function TUCA_PropItemContextTreeRec.Find( |
const AChars: PUInt24; |
const ACharCount: Integer; |
out ANode: PUCA_PropItemContextTreeNodeRec |
):Boolean; |
AChars |
|
Unicode character to search. |
ACharCount |
|
Number of encoding elements. |
ANode |
|
Pointer to collation data. |
True if collation data was found.
Find searches the tree for the collation data for the character encoded in AChars (ACharCount). It returns true if the data was found, false if not. A pointer to the collation data is returned in ANode.