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:ISALPHA
(Results
1 - 15
of
15
) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/
H
A
D
hb-ot-tag.cc
280
ISALPHA
(s[1]))
in hb_ot_tags_from_language()
472
if (
ISALPHA
(tag >> 24)
in hb_ot_tag_to_language()
473
&&
ISALPHA
((tag >> 16) & 0xFF)
in hb_ot_tag_to_language()
474
&&
ISALPHA
((tag >> 8) & 0xFF)
in hb_ot_tag_to_language()
H
A
D
hb-common.cc
742
while (*pp < end &&
ISALPHA
(**pp))
in parse_bool()
H
A
D
hb-algs.hh
748
static inline bool
ISALPHA
(unsigned char c)
in ISALPHA()
function
/third_party/curl/lib/
H
A
D
curl_ctype.h
38
#define
ISALPHA
(x) (ISLOWER(x) || ISUPPER(x))
macro
H
A
D
parsedate.c
377
if(
ISALPHA
(*date)) {
in parsedate()
381
while(
ISALPHA
(*p) && (len < NAME_LEN)) {
in parsedate()
H
A
D
curl_fnmatch.c
314
found =
ISALPHA
(*s);
in loop()
H
A
D
urlapi.c
215
if(
ISALPHA
(url[0]))
in Curl_is_absolute_url()
1767
if(
ISALPHA
(*s)) {
in curl_url_set()
H
A
D
url.c
2916
while(*ptr && (
ISALPHA
(*ptr) || ISXDIGIT(*ptr) || (*ptr == '-') ||
/third_party/icu/icu4c/source/common/
H
A
D
uloc_tag.cpp
70
#define
ISALPHA
(c) uprv_isASCIILetter(c)
macro
380
if (!
ISALPHA
(*(s + i))) {
in _isAlphaString()
402
if (!
ISALPHA
(*(s + i)) && !ISNUMERIC(*(s + i))) {
in _isAlphaNumericString()
559
if (len == 1 && (
ISALPHA
(*s) || ISNUMERIC(*s)) && (uprv_tolower(*s) != PRIVATEUSE)) {
in _isExtensionSingleton()
612
if (len == 2 && (
ISALPHA
(*s) || ISNUMERIC(*s)) &&
ISALPHA
(s[1])) {
in ultag_isUnicodeLocaleKey()
643
if (len == 2 &&
ISALPHA
(*s) && ISNUMERIC(*(s + 1))) {
in _isTKey()
/third_party/node/deps/icu-small/source/common/
H
A
D
uloc_tag.cpp
70
#define
ISALPHA
(c) uprv_isASCIILetter(c)
macro
380
if (!
ISALPHA
(*(s + i))) {
in _isAlphaString()
402
if (!
ISALPHA
(*(s + i)) && !ISNUMERIC(*(s + i))) {
in _isAlphaNumericString()
559
if (len == 1 && (
ISALPHA
(*s) || ISNUMERIC(*s)) && (uprv_tolower(*s) != PRIVATEUSE)) {
in _isExtensionSingleton()
612
if (len == 2 && (
ISALPHA
(*s) || ISNUMERIC(*s)) &&
ISALPHA
(s[1])) {
in ultag_isUnicodeLocaleKey()
643
if (len == 2 &&
ISALPHA
(*s) && ISNUMERIC(*(s + 1))) {
in _isTKey()
/third_party/skia/third_party/externals/icu/source/common/
H
A
D
uloc_tag.cpp
70
#define
ISALPHA
(c) uprv_isASCIILetter(c)
macro
380
if (!
ISALPHA
(*(s + i))) {
in _isAlphaString()
402
if (!
ISALPHA
(*(s + i)) && !ISNUMERIC(*(s + i))) {
in _isAlphaNumericString()
559
if (len == 1 && (
ISALPHA
(*s) || ISNUMERIC(*s)) && (uprv_tolower(*s) != PRIVATEUSE)) {
in _isExtensionSingleton()
612
if (len == 2 && (
ISALPHA
(*s) || ISNUMERIC(*s)) &&
ISALPHA
(s[1])) {
in ultag_isUnicodeLocaleKey()
643
if (len == 2 &&
ISALPHA
(*s) && ISNUMERIC(*(s + 1))) {
in _isTKey()
/third_party/curl/src/
H
A
D
tool_cb_hdr.c
153
while((p < end) && *p && !
ISALPHA
(*p))
in tool_header_cb()
H
A
D
tool_urlglob.c
203
if(
ISALPHA
(*pattern)) {
in glob_range()
H
A
D
tool_getparam.c
706
(
ISALPHA
(cert_parameter[0])) ) {
in parse_cert_parameter()
/third_party/node/deps/cares/src/lib/
H
A
D
setup_once.h
273
#define
ISALPHA
(x) (isalpha((int)((unsigned char)x)))
macro
Completed in 27 milliseconds