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:utf16
(Results
1 - 2
of
2
) sorted by relevance
/foundation/arkui/ui_lite/frameworks/font/
H
A
D
ui_line_break.cpp
224
uint16_t
utf16
= 0;
in IsBreakPos()
local
226
utf16
= (unicode & TypedText::MAX_UINT16_LOW_SCOPE);
in IsBreakPos()
228
utf16
= static_cast<uint16_t>(TypedText::UTF16_LOW_PARAM + (unicode & TypedText::UTF16_LOW_MASK)); // low
in IsBreakPos()
229
uint16_t category = UCPTRIE_FAST_GET(reinterpret_cast<UCPTrie*>(lineBreakTrie_), UCPTRIE_8,
utf16
);
in IsBreakPos()
237
utf16
= static_cast<uint16_t>(TypedText::UTF16_HIGH_PARAM1 + (unicode >> TypedText::UTF16_HIGH_SHIFT) -
in IsBreakPos()
240
uint16_t category = UCPTRIE_FAST_GET(reinterpret_cast<UCPTrie*>(lineBreakTrie_), UCPTRIE_8,
utf16
);
in IsBreakPos()
/foundation/arkui/ace_engine/frameworks/base/utils/
H
A
D
utf.cpp
36
* Convert mutf8 sequence to
utf16
pair and return pair: [
utf16
code point, mutf8 size].
166
uint32_t HandleAndDecodeInvalidUTF16(uint16_t const*
utf16
, size_t len, size_t* index)
in HandleAndDecodeInvalidUTF16()
argument
168
uint16_t first =
utf16
[*index];
in HandleAndDecodeInvalidUTF16()
178
uint16_t second =
utf16
[*index + 1];
in HandleAndDecodeInvalidUTF16()
Completed in 2 milliseconds