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:nums
(Results
1 - 4
of
4
) sorted by relevance
/commonlibrary/ets_utils/js_api_module/url/
H
A
D
js_url.cpp
616
int IsFormatIpv4(std::vector<std::string>
nums
)
in IsFormatIpv4()
argument
618
size_t len =
nums
.size();
in IsFormatIpv4()
620
if (
nums
[i].size() > 8) { // 8:ipv4 max value size
in IsFormatIpv4()
623
if (!
nums
[i].empty() && stoi(
nums
[i]) > 255) { // 255:ipv4 max value
in IsFormatIpv4()
637
std::vector<std::string>
nums
;
in SplitNum()
local
641
nums
.push_back(std::to_string(numConver));
in SplitNum()
644
for (int i = static_cast<int>(
nums
.size()) - 1; i >= 0; --i) {
in SplitNum()
645
res +=
nums
[i] + ".";
in SplitNum()
647
number =
nums
in SplitNum()
651
FormatIpv4(std::vector<std::string>
nums
, std::string& host, std::bitset<static_cast<size_t>(BitsetStatusFlag::BIT_STATUS_11)> &flags)
FormatIpv4()
argument
[all...]
H
A
D
js_url.h
94
void FormatIpv4(std::vector<std::string>
nums
, std::string& host,
/commonlibrary/ets_utils/js_api_module/buffer/
H
A
D
converter.cpp
305
string
nums
= "";
in HexDecode()
local
321
nums
.push_back(static_cast<char>(num));
in HexDecode()
324
return
nums
;
in HexDecode()
/commonlibrary/ets_utils/js_api_module/url/test/
H
A
D
test_napi.cpp
2251
std::vector<std::string>
nums
;
in HWTEST_F()
local
2252
nums
.push_back(input01);
in HWTEST_F()
2255
OHOS::Url::FormatIpv4(
nums
, host, flags);
in HWTEST_F()
2264
std::vector<std::string>
nums
;
in HWTEST_F()
local
2265
nums
.push_back(input);
in HWTEST_F()
2266
nums
.push_back(input01);
in HWTEST_F()
2267
nums
.push_back(input02);
in HWTEST_F()
2270
OHOS::Url::FormatIpv4(
nums
, host, flags);
in HWTEST_F()
2271
ASSERT_EQ(
nums
.size(), 3);
in HWTEST_F()
Completed in 9 milliseconds