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_len
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H
A
D
string_view_test.cc
737
int
utf8_len
= strlen(utf8.data());
in TEST()
local
/third_party/ffmpeg/libavcodec/
H
A
D
movtextenc.c
610
unsigned
utf8_len
= utf8_strlen(text, len);
in mov_text_text_cb()
local
/third_party/skia/third_party/externals/harfbuzz/util/
H
A
D
helper-cairo.hh
590
unsigned int
utf8_len
;
member
/third_party/skia/src/utils/
H
A
D
SkJSON.cpp
679
const auto
utf8_len
= SkUTF::ToUTF8(SkTo<SkUnichar>(hexed), utf8);
in unescapeString()
local
/third_party/libuv/src/win/
H
A
D
util.c
98
size_t
utf8_len
, utf16_buffer_len, utf16_len;
in uv_exepath()
local
1016
size_t
utf8_len
= 0;
in uv__convert_utf16_to_utf8()
local
/third_party/node/deps/uv/src/win/
H
A
D
util.c
97
int
utf8_len
, utf16_buffer_len, utf16_len;
in uv_exepath()
local
H
A
D
fs.c
1430
size_t
utf8_len
;
in fs__scandir()
local
/third_party/python/Modules/
H
A
D
_testcapimodule.c
2291
Py_ssize_t
utf8_len
;
in unicode_asutf8andsize()
local
Completed in 24 milliseconds