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
refs:is_ascii
(Results
1 - 5
of
5
) sorted by relevance
/arkcompiler/runtime_core/libpandafile/
H
A
D
file-inl.h
32
str_data.
is_ascii
= static_cast<bool>(tag_utf16_length & 1U);
in GetStringData()
H
A
D
file.h
94
StringData(uint32_t len, const uint8_t *d) : utf16_length(len),
is_ascii
(false), data(d) {}
in StringData()
97
bool
is_ascii
; // NOLINT(misc-non-private-member-variables-in-classes)
member
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H
A
D
js_pandafile.cpp
403
return {std::string_view(utf::Mutf8AsCString(sd.data), sd.utf16_length), sd.
is_ascii
};
in GetMethodName()
409
return {std::string_view(utf::Mutf8AsCString(sd.data), sd.utf16_length), sd.
is_ascii
};
in GetMethodName()
417
return {strView, sd.
is_ascii
};
in GetCpuProfilerMethodName()
/arkcompiler/ets_runtime/ecmascript/
H
A
D
ecma_string_table.cpp
574
size_t byteLength = sd.
is_ascii
? 1 : sizeof(uint16_t);
in RelocateConstantData()
H
A
D
object_factory.cpp
3263
bool canBeCompressed = sd.
is_ascii
;
in GetRawStringFromStringTable()
3283
bool canBeCompressed = sd.
is_ascii
;
in GetRawStringFromStringTableWithoutJSHandle()
Completed in 15 milliseconds