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``:
1993
1993
+-------------------------+-------------+----------------+----------------------------------------------------------------------------------------------------------------+
1994
1994
| ``toUnicode `` | string | | The result is the unicode character for the receiver seen as a unicode code point. |
1995
1995
+-------------------------+-------------+----------------+----------------------------------------------------------------------------------------------------------------+
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
+ +-------------------------+-------------+----------------+----------------------------------------------------------------------------------------------------------------+
1996
2000
1997
2001
The leftmost bit after ``bitShiftRightSigned `` depends on sign extension, whereas after ``bitShiftRight `` it is zero.
1998
2002
You can’t perform that action at this time.
0 commit comments