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:strBase
(Results
1 - 3
of
3
) sorted by relevance
/commonlibrary/c_utils/base/test/benchmarktest/string_benchmark_test/
H
A
D
string_benchmark_test.cpp
76
string
strBase
= "strbase";
in BENCHMARK_F()
local
78
string result = UpperStr(
strBase
);
in BENCHMARK_F()
81
strBase
= "StrBase";
in BENCHMARK_F()
82
result = UpperStr(
strBase
);
in BENCHMARK_F()
92
string
strBase
= "";
in BENCHMARK_F()
local
94
string result = UpperStr(
strBase
);
in BENCHMARK_F()
112
string
strBase
= "STRbase";
in BENCHMARK_F()
local
114
string result = LowerStr(
strBase
);
in BENCHMARK_F()
117
strBase
= "StrBase";
in BENCHMARK_F()
118
result = LowerStr(
strBase
);
in BENCHMARK_F()
128
string
strBase
= "";
BENCHMARK_F()
local
148
string
strBase
= "test for replace";
BENCHMARK_F()
local
187
string
strBase
= " test for trim ";
BENCHMARK_F()
local
199
string
strBase
= "test";
BENCHMARK_F()
local
219
string
strBase
= "test for split";
BENCHMARK_F()
local
236
string
strBase
= "test for split";
BENCHMARK_F()
local
260
string
strBase
= "test for for split";
BENCHMARK_F()
local
284
string
strBase
= "";
BENCHMARK_F()
local
309
string
strBase
= "1234556";
BENCHMARK_F()
local
336
string
strBase
= "1234556";
BENCHMARK_F()
local
371
string
strBase
= "ABSEFAD";
BENCHMARK_F()
local
402
string
strBase
= "testlower";
BENCHMARK_F()
local
433
string
strBase
= "test for issubstr";
BENCHMARK_F()
local
666
string
strBase
= "test for {sub str} {sub str1}";
BENCHMARK_F()
local
688
string
strBase
= "test for} {sub str {sub str1";
BENCHMARK_F()
local
702
string
strBase
= "test for {sub str} {sub str1}";
BENCHMARK_F()
local
719
string
strBase
= "test for } {sub str {sub str1";
BENCHMARK_F()
local
[all...]
/commonlibrary/c_utils/base/test/unittest/common/
H
A
D
utils_string_test.cpp
62
string
strBase
= "strbase";
in HWTEST_F()
local
64
string result = UpperStr(
strBase
);
in HWTEST_F()
67
strBase
= "StrBase";
in HWTEST_F()
68
result = UpperStr(
strBase
);
in HWTEST_F()
74
string
strBase
= "";
in HWTEST_F()
local
76
string result = UpperStr(
strBase
);
in HWTEST_F()
90
string
strBase
= "STRbase";
in HWTEST_F()
local
92
string result = LowerStr(
strBase
);
in HWTEST_F()
95
strBase
= "StrBase";
in HWTEST_F()
96
result = LowerStr(
strBase
);
in HWTEST_F()
102
string
strBase
= "";
HWTEST_F()
local
118
string
strBase
= "test for replace";
HWTEST_F()
local
153
string
strBase
= " test for trim ";
HWTEST_F()
local
161
string
strBase
= "test";
HWTEST_F()
local
177
string
strBase
= "test for split";
HWTEST_F()
local
191
string
strBase
= "test for split";
HWTEST_F()
local
213
string
strBase
= "test for for split";
HWTEST_F()
local
234
string
strBase
= "";
HWTEST_F()
local
254
string
strBase
= "1234556";
HWTEST_F()
local
277
string
strBase
= "1234556";
HWTEST_F()
local
308
string
strBase
= "ABSEFAD";
HWTEST_F()
local
335
string
strBase
= "testlower";
HWTEST_F()
local
362
string
strBase
= "test for issubstr";
HWTEST_F()
local
595
string
strBase
= "test for {sub str} {sub str1}";
HWTEST_F()
local
613
string
strBase
= "test for} {sub str {sub str1";
HWTEST_F()
local
624
string
strBase
= "test for {sub str} {sub str1}";
HWTEST_F()
local
637
string
strBase
= "test for } {sub str {sub str1";
HWTEST_F()
local
[all...]
/commonlibrary/ets_utils/js_api_module/url/
H
A
D
js_url.cpp
1203
void DelCont(std::string
strBase
, std::string &strInput, UrlData &baseInfo,
in DelCont()
argument
1206
DeleteC0OrSpace(
strBase
);
in DelCont()
1207
DeleteTabOrNewline(
strBase
);
in DelCont()
1210
InitOnlyInput(
strBase
, baseInfo, baseflags);
in DelCont()
1217
std::string
strBase
= base;
in URL()
local
1219
if (
strBase
.empty()) {
in URL()
1222
DelCont(
strBase
, strInput, baseInfo, baseflags);
in URL()
Completed in 6 milliseconds