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:utf8
(Results
1 - 6
of
6
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/base/utils/
H
A
D
utf.cpp
151
size_t EncodeUTF8(uint32_t codePoint, uint8_t*
utf8
, size_t len, size_t index)
in EncodeUTF8()
argument
159
utf8
[index + j] = cont;
in EncodeUTF8()
162
utf8
[index] = codePoint | FIRST_BYTE_MARK[size];
in EncodeUTF8()
/foundation/graphic/graphic_2d/rosen/samples/text/renderservice/
H
A
D
main.cpp
87
const std::string
utf8
= "hello world!\n";
in DoDraw()
local
89
const std::u16string u16Text = TextToUtf16(
utf8
);
in DoDraw()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/
H
A
D
file_path.h
49
static FilePath FromUTF8Unsafe(const std::string &
utf8
);
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/skia_txt/
H
A
D
typography_create.cpp
22
#include <unicode/
utf8
.h>
/foundation/CastEngine/castengine_cast_framework/service/src/device_manager/src/
H
A
D
connection_manager.cpp
602
iconv_t cd = iconv_open("
utf8
", "iso88591");
in convLatin1ToUTF8()
610
std::string
utf8
(outSize, 0);
in convLatin1ToUTF8()
613
char *outbuf = &
utf8
[0];
in convLatin1ToUTF8()
622
utf8
.resize(outbuf - &
utf8
[0]);
in convLatin1ToUTF8()
623
return
utf8
;
in convLatin1ToUTF8()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H
A
D
file_path.cpp
82
FilePath FilePath::FromUTF8Unsafe(const std::string &
utf8
)
in FromUTF8Unsafe()
argument
84
return FilePath(
utf8
);
in FromUTF8Unsafe()
Completed in 5 milliseconds