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:TOLOWER
(Results
1 - 5
of
5
) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/
H
A
D
hb-common.cc
174
char c =
TOLOWER
(str[0]);
in hb_direction_from_string()
747
&&
TOLOWER
(p[0]) == 'o'
in parse_bool()
748
&&
TOLOWER
(p[1]) == 'n')
in parse_bool()
751
&&
TOLOWER
(p[0]) == 'o'
in parse_bool()
752
&&
TOLOWER
(p[1]) == 'f'
in parse_bool()
753
&&
TOLOWER
(p[2]) == 'f')
in parse_bool()
H
A
D
hb-ot-tag.cc
423
needs_script = !parse_private_use_subtag (private_use_subtag, script_count, script_tags, "-hbsc",
TOLOWER
);
in hb_ot_tags_from_script_and_language()
477
buf[0] =
TOLOWER
(tag >> 24);
in hb_ot_tag_to_language()
478
buf[1] =
TOLOWER
((tag >> 16) & 0xFF);
in hb_ot_tag_to_language()
479
buf[2] =
TOLOWER
((tag >> 8) & 0xFF);
in hb_ot_tag_to_language()
H
A
D
hb-algs.hh
756
static inline unsigned char
TOLOWER
(unsigned char c)
in TOLOWER()
function
763
{ return (c >= '0' && c <= '9') ? c - '0' :
TOLOWER
(c) - 'a' + 10; }
in FROMHEX()
/third_party/node/deps/cares/src/lib/
H
A
D
ares_getnameinfo.c
414
lo1 =
TOLOWER
(*c1);
in ares_striendstr()
415
lo2 =
TOLOWER
(*c2);
in ares_striendstr()
H
A
D
setup_once.h
282
#define
TOLOWER
(x) (tolower((int)((unsigned char)x)))
macro
Completed in 6 milliseconds