File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
docs/codeql/ql-language-reference Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1993,6 +1993,10 @@ The following built-in predicates are members of type ``int``:
19931993+-------------------------+-------------+----------------+----------------------------------------------------------------------------------------------------------------+
19941994| ``toUnicode `` | string | | The result is the unicode character for the receiver seen as a unicode code point. |
19951995+-------------------------+-------------+----------------+----------------------------------------------------------------------------------------------------------------+
1996+ | ``codePointAt `` | int | int | The result is the unicode code point at the index given by the argument. |
1997+ +-------------------------+-------------+----------------+----------------------------------------------------------------------------------------------------------------+
1998+ | ``codePointCount `` | int | int, int | The result is the number of unicode code points in the receiver between the given indices. |
1999+ +-------------------------+-------------+----------------+----------------------------------------------------------------------------------------------------------------+
19962000
19972001The leftmost bit after ``bitShiftRightSigned `` depends on sign extension, whereas after ``bitShiftRight `` it is zero.
19982002
You can’t perform that action at this time.
0 commit comments