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:numberStr
(Results
1 - 5
of
5
) sorted by relevance
/base/global/i18n/frameworks/intl/src/
H
A
D
utils.cpp
87
int32_t ConvertString2Int(const string &
numberStr
, int32_t& status)
in ConvertString2Int()
argument
89
if (!
numberStr
.empty() && std::all_of(
numberStr
.begin(),
numberStr
.end(), ::isdigit)) {
in ConvertString2Int()
91
return std::stoi(
numberStr
);
in ConvertString2Int()
100
HILOG_ERROR_I18N("ConvertString2Int: unknow error.
numberStr
: %{public}s.",
numberStr
.c_str());
in ConvertString2Int()
/base/global/i18n/frameworks/intl/include/
H
A
D
utils.h
34
int32_t ConvertString2Int(const std::string &
numberStr
, int32_t& status);
/base/telephony/core_service/test/fuzztest/vcard_fuzzer/
H
A
D
vcard_fuzzer.cpp
303
std::string
numberStr
= std::to_string(intPara);
in VCardUtilsTest()
local
316
VCardUtils::GetTypeFromImLabelId(
numberStr
);
in VCardUtilsTest()
317
VCardUtils::GetTypeFromPhoneLabelId(
numberStr
);
in VCardUtilsTest()
/base/telephony/call_manager/test/unittest/ui_client/
H
A
D
ui_client_test.cpp
228
std::string
numberStr
;
in DialCall()
local
233
numberStr
.clear();
in DialCall()
234
std::cin >>
numberStr
;
in DialCall()
local
235
phoneNumber = Str8ToStr16(
numberStr
);
in DialCall()
236
std::cout << "phone number: " <<
numberStr
<< std::endl;
in DialCall()
/base/global/i18n/frameworks/intl/test/unittest/
H
A
D
intl_test_extent.cpp
526
string
numberStr
= "12345678901234567890123456789012345678901234567890987654321";
in HWTEST_F()
local
527
ConvertString2Int(
numberStr
, status);
in HWTEST_F()
528
numberStr
= "@#";
in HWTEST_F()
529
ConvertString2Int(
numberStr
, status);
in HWTEST_F()
Completed in 9 milliseconds