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:matchStr
(Results
1 - 3
of
3
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/base/utils/
H
A
D
string_expression.cpp
73
std::string
matchStr
;
in ReplaceSignNumber()
local
81
matchStr
= result[0];
in ReplaceSignNumber()
82
if (
matchStr
.empty()) {
in ReplaceSignNumber()
85
catStr =
matchStr
[0];
in ReplaceSignNumber()
87
catStr = catStr + " " +
matchStr
.substr(1) + ")";
in ReplaceSignNumber()
101
std::string
matchStr
;
in ReplaceSignNumberWithUnit()
local
109
matchStr
= result[0];
in ReplaceSignNumberWithUnit()
110
if (
matchStr
.empty()) {
in ReplaceSignNumberWithUnit()
113
catStr =
matchStr
[0];
in ReplaceSignNumberWithUnit()
115
catStr = catStr + " " +
matchStr
in ReplaceSignNumberWithUnit()
[all...]
/foundation/ability/ability_runtime/test/moduletest/module_test_dump_util/
H
A
D
module_test_dump_util.cpp
77
str_iter MTDumpUtil::GetSpecific(const string&
matchStr
, const str_vec& dumpInfo, const str_iter& begin)
in GetSpecific()
argument
79
auto checkCondition = [&
matchStr
](const str_vec::value_type& value) -> bool {
in GetSpecific()
80
return string::npos != value.find(
matchStr
);
in GetSpecific()
H
A
D
module_test_dump_util.h
64
* @Introduction: Match the first @
matchStr
in @dumpInfo from @begin and return the iter.
66
str_iter GetSpecific(const string&
matchStr
, const str_vec& dumpInfo, const str_iter& begin);
Completed in 2 milliseconds