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:chr
(Results
1 - 8
of
8
) sorted by relevance
/base/telephony/sms_mms/utils/
H
A
D
string_utils.cpp
94
char
chr
= 0;
in HexToString()
local
97
chr
= static_cast<char>(strTemp);
in HexToString()
99
result.push_back(
chr
);
in HexToString()
/base/telephony/core_service/utils/codec/include/
H
A
D
reset_response.h
30
bool CheckOperationRes(uint8_t
chr
, const uint32_t tMask, const uint32_t comparedVal);
/base/telephony/core_service/utils/codec/src/
H
A
D
reset_response.cpp
52
bool ResetResponse::CheckOperationRes(uint8_t
chr
, const uint32_t tMask, const uint32_t comparedVal)
in CheckOperationRes()
argument
54
return ((
chr
& tMask) == comparedVal);
in CheckOperationRes()
/base/location/services/location_gnss/gnss/source/
H
A
D
string_utils.cpp
96
char
chr
= 0;
in HexToString()
local
99
chr
= static_cast<char>(strTemp);
in HexToString()
101
result.push_back(
chr
);
in HexToString()
/base/web/webview/interfaces/kits/cj/src/
H
A
D
webview_controller_impl.cpp
966
char
chr
= *it;
in CheckSchemeName()
local
967
if (!((
chr
>= 'a' &&
chr
<= 'z') || (
chr
>= '0' &&
chr
<= '9') ||
in CheckSchemeName()
968
(
chr
== '.') || (
chr
== '+') || (
chr
== '-'))) {
in CheckSchemeName()
969
WEBVIEWLOGE("invalid character %{public}c",
chr
);
in CheckSchemeName()
/base/tee/tee_client/services/teecd/src/
H
A
D
secfile_load_agent.c
155
char *
chr
= (char *)uuid;
in IsTaLib()
local
159
if (
chr
[i] != 0) {
in IsTaLib()
/base/web/webview/ohos_interface/ohos_glue/scripts/
H
A
D
file_parser.py
63
for
chr
in cppname:
66
if len(result) > 0 and not
chr
.isdigit() \
67
and
chr
.upper() ==
chr
\
70
result +=
chr
.lower()
71
lastchr =
chr
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H
A
D
napi_webview_controller.cpp
4131
char
chr
= *it;
in CheckSchemeName()
local
4132
if (!((
chr
>= 'a' &&
chr
<= 'z') || (
chr
>= '0' &&
chr
<= '9') ||
in CheckSchemeName()
4133
(
chr
== '.') || (
chr
== '+') || (
chr
== '-'))) {
in CheckSchemeName()
4134
WVLOG_E("invalid character %{public}c",
chr
);
in CheckSchemeName()
Completed in 16 milliseconds