Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include "duk_internal.h"
Go to the source code of this file.
Functions | |
DUK_INTERNAL duk_ucodepoint_t | duk_hstring_char_code_at_raw (duk_hthread *thr, duk_hstring *h, duk_uint_t pos) |
DUK_INTERNAL duk_ucodepoint_t duk_hstring_char_code_at_raw | ( | duk_hthread * | thr, |
duk_hstring * | h, | ||
duk_uint_t | pos ) |
Definition at line 7 of file duktape-1.8.0/src-separate/duk_hstring_misc.c.
References DUK_ASSERT, DUK_ASSERT_DISABLE, DUK_DDD, DUK_DDDPRINT, duk_heap_strcache_offset_char2byte(), DUK_HSTRING_GET_BYTELEN, DUK_HSTRING_GET_CHARLEN, DUK_HSTRING_GET_DATA, duk_unicode_decode_xutf8_checked(), and NULL.