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:INIT_ENC_INDEX
(Results
1 - 2
of
2
) sorted by relevance
/third_party/skia/third_party/externals/expat/expat/lib/
H
A
D
xmltok.c
1529
#define
INIT_ENC_INDEX
(enc) ((int)(enc)->initEnc.isUtf16)
macro
1533
encoding indices to encodings;
INIT_ENC_INDEX
(enc) is the index of
1556
switch (
INIT_ENC_INDEX
(enc)) {
in initScan()
1566
if (
INIT_ENC_INDEX
(enc) == ISO_8859_1_ENC && state == XML_CONTENT_STATE)
in initScan()
1576
if (
INIT_ENC_INDEX
(enc) == ISO_8859_1_ENC && state == XML_CONTENT_STATE)
in initScan()
1583
if ((
INIT_ENC_INDEX
(enc) == UTF_16BE_ENC
in initScan()
1584
||
INIT_ENC_INDEX
(enc) == UTF_16_ENC)
in initScan()
1590
if (
INIT_ENC_INDEX
(enc) == ISO_8859_1_ENC && state == XML_CONTENT_STATE)
in initScan()
1604
int e =
INIT_ENC_INDEX
(enc);
in initScan()
1625
if (state == XML_CONTENT_STATE &&
INIT_ENC_INDEX
(en
in initScan()
[all...]
/third_party/python/Modules/expat/
H
A
D
xmltok.c
1526
#define
INIT_ENC_INDEX
(enc) ((int)(enc)->initEnc.isUtf16)
macro
1530
encoding indices to encodings;
INIT_ENC_INDEX
(enc) is the index of
1553
switch (
INIT_ENC_INDEX
(enc)) {
in initScan()
1563
if (
INIT_ENC_INDEX
(enc) == ISO_8859_1_ENC && state == XML_CONTENT_STATE)
in initScan()
1573
if (
INIT_ENC_INDEX
(enc) == ISO_8859_1_ENC && state == XML_CONTENT_STATE)
in initScan()
1580
if ((
INIT_ENC_INDEX
(enc) == UTF_16BE_ENC
in initScan()
1581
||
INIT_ENC_INDEX
(enc) == UTF_16_ENC)
in initScan()
1587
if (
INIT_ENC_INDEX
(enc) == ISO_8859_1_ENC && state == XML_CONTENT_STATE)
in initScan()
1601
int e =
INIT_ENC_INDEX
(enc);
in initScan()
1622
if (state == XML_CONTENT_STATE &&
INIT_ENC_INDEX
(en
in initScan()
[all...]
Completed in 5 milliseconds