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:StringDecoder
(Results
1 - 4
of
4
) sorted by relevance
/commonlibrary/ets_utils/js_util_module/util/
H
A
D
js_stringdecoder.cpp
23
StringDecoder
::
StringDecoder
(const std::string &encoding)
in StringDecoder()
function in OHOS::Util::StringDecoder
29
napi_value
StringDecoder
::Write(napi_env env, napi_value src, UBool flush)
in Write()
74
napi_value
StringDecoder
::End(napi_env env, napi_value src)
in End()
79
napi_value
StringDecoder
::End(napi_env env)
in End()
105
void
StringDecoder
::FreedMemory(UChar *&pData)
in FreedMemory()
H
A
D
js_stringdecoder.h
25
class
StringDecoder
{
class
27
explicit
StringDecoder
(const std::string &encoding);
28
~
StringDecoder
() { ucnv_close(conv_); }
in ~StringDecoder()
H
A
D
native_module_util.cpp
1565
//
StringDecoder
1597
auto objectInfo = new
StringDecoder
(enconding);
in StringDecoderConstructor()
1601
auto obj = reinterpret_cast<
StringDecoder
*>(data);
in StringDecoderConstructor()
1621
StringDecoder
*object = nullptr;
in Write()
1632
StringDecoder
*object = nullptr;
in End()
1747
const char *stringDecoderClassName = "
StringDecoder
";
in StringDecoderInit()
1758
DECLARE_NAPI_PROPERTY("
StringDecoder
", StringDecoderClass)
in StringDecoderInit()
/commonlibrary/ets_utils/js_util_module/util/test/
H
A
D
test_util.cpp
2720
OHOS::Util::
StringDecoder
stringDecoder("utf-8");
in HWTEST_F()
2767
OHOS::Util::
StringDecoder
stringDecoder("utf-8");
in HWTEST_F()
2823
OHOS::Util::
StringDecoder
stringDecoder("utf-8");
in HWTEST_F()
2839
OHOS::Util::
StringDecoder
stringDecoder("utf-8");
in HWTEST_F()
2895
OHOS::Util::
StringDecoder
stringDecoder("utf-8");
in HWTEST_F()
2940
OHOS::Util::
StringDecoder
stringDecoder("utf-8");
in HWTEST_F()
Completed in 11 milliseconds