Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
defs:utf8_buf_p
(Results
1 - 2
of
2
) sorted by relevance
/third_party/jerryscript/jerry-core/lit/
H
A
D
lit-strings.c
31
lit_is_valid_utf8_string (const lit_utf8_byte_t *
utf8_buf_p
, /**< utf-8 string */
in lit_is_valid_utf8_string()
argument
291
lit_utf8_string_length (const lit_utf8_byte_t *
utf8_buf_p
, /**< utf-8 string */
in lit_utf8_string_length()
argument
606
lit_utf8_string_calc_hash (const lit_utf8_byte_t *
utf8_buf_p
, /**< characters buffer */
in lit_utf8_string_calc_hash()
argument
583
lit_utf8_string_hash_combine(lit_string_hash_t hash_basis, const lit_utf8_byte_t *
utf8_buf_p
, lit_utf8_size_t utf8_buf_size)
lit_utf8_string_hash_combine()
argument
624
lit_utf8_string_code_unit_at(const lit_utf8_byte_t *
utf8_buf_p
, lit_utf8_size_t utf8_buf_size, ecma_length_t code_unit_offset)
lit_utf8_string_code_unit_at()
argument
[all...]
/third_party/jerryscript/jerry-core/api/
H
A
D
jerry.c
3432
jerry_is_valid_utf8_string (const jerry_char_t *
utf8_buf_p
, /**< UTF-8 string */
in jerry_is_valid_utf8_string()
argument
Completed in 7 milliseconds