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:charcode
(Results
1 - 11
of
11
) sorted by relevance
/third_party/skia/third_party/externals/freetype/src/cff/
H
A
D
cffload.h
31
cff_get_standard_encoding( FT_UInt
charcode
);
variable
/third_party/skia/third_party/externals/freetype/src/autofit/
H
A
D
afglobal.c
179
FT_ULong
charcode
= range->first;
in af_face_globals_compute_style_coverage()
local
208
FT_ULong
charcode
= range->first;
in af_face_globals_compute_style_coverage()
local
[all...]
/third_party/json/include/nlohmann/detail/input/
H
A
D
input_adapters.hpp
280
const auto
charcode
= 0x10000u + (((static_cast<unsigned int>(wc) & 0x3FFu) << 10u) | (wc2 & 0x3FFu));
in fill_buffer()
local
/third_party/skia/third_party/externals/freetype/src/bdf/
H
A
D
bdfdrivr.c
142
FT_ULong
charcode
= *acharcode + 1;
in FT_CALLBACK_DEF()
local
[all...]
/third_party/skia/third_party/externals/freetype/src/pcf/
H
A
D
pcfdrivr.c
136
FT_UInt32
charcode
= *acharcode;
in FT_CALLBACK_DEF()
local
[all...]
/third_party/skia/third_party/externals/freetype/src/type42/
H
A
D
t42objs.c
101
FT_Int
charcode
, idx, min_char, max_char;
in T42_Open_Face()
local
[all...]
H
A
D
t42parse.c
428
FT_Int
charcode
;
in t42_parse_encoding()
local
/third_party/cups-filters/fontembed/
H
A
D
embed_sfnt.c
372
static const char *get_glyphname(const char *post,unsigned short *to_unicode,int
charcode
,unsigned short gid) // {{{ if
charcode
==0 -> force gid to be used
in get_glyphname()
argument
/third_party/skia/third_party/externals/freetype/src/sfnt/
H
A
D
ttcmap.c
146
FT_UInt32
charcode
= *pchar_code;
in FT_CALLBACK_DEF()
local
501
FT_UInt32
charcode
= *p
charcode
+ 1;
FT_CALLBACK_DEF()
local
794
FT_UInt
charcode
;
tt_cmap4_next()
local
1107
FT_UInt32
charcode
= *p
charcode
;
tt_cmap4_char_map_linear()
local
1241
FT_UInt
charcode
= (FT_UInt)*p
charcode
;
tt_cmap4_char_map_binary()
local
[all...]
/third_party/skia/third_party/externals/freetype/src/type1/
H
A
D
t1load.c
1595
FT_Int
charcode
;
in parse_encoding()
local
2672
FT_Int
charcode
, idx, min_char, max_char;
in FT_LOCAL_DEF()
local
[all...]
/third_party/json/single_include/nlohmann/
H
A
D
json.hpp
6349
const auto
charcode
= 0x10000u + (((static_cast<unsigned int>(wc) & 0x3FFu) << 10u) | (wc2 & 0x3FFu));
in fill_buffer()
local
Completed in 37 milliseconds