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:IsNum
(Results
1 - 11
of
11
) sorted by relevance
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H
A
D
get_cma_info.cpp
44
if (StringUtils::GetInstance().
IsNum
(used)) {
in GetUsed()
/base/hiviewdfx/hidumper/frameworks/native/include/util/
H
A
D
string_utils.h
35
bool
IsNum
(std::string str);
/base/hiviewdfx/hidumper/frameworks/native/src/util/
H
A
D
string_utils.cpp
72
bool StringUtils::
IsNum
(string str)
in IsNum()
function in OHOS::HiviewDFX::StringUtils
/base/telephony/core_service/utils/vcard/include/
H
A
D
vcard_utils.h
48
static bool
IsNum
(const std::string &str);
/base/msdp/device_status/utils/common/include/
H
A
D
util.h
155
bool
IsNum
(const std::string &str);
/base/telephony/core_service/utils/vcard/src/
H
A
D
vcard_utils.cpp
243
bool VCardUtils::
IsNum
(const std::string &str)
in IsNum()
function in OHOS::Telephony::VCardUtils
258
if (!
IsNum
(labelId)) {
in GetTypeFromImLabelId()
298
if (!
IsNum
(labelId) || labelId.size() > INT_64_LENTGH) {
in GetTypeFromPhoneLabelId()
H
A
D
vcard_constructor.cpp
355
if (VCardUtils::
IsNum
(labelId) && labelId.size() < INT_64_LENTGH + 1) {
in ConstructPhones()
482
if (!labelIdStr.empty() && VCardUtils::
IsNum
(labelIdStr)) {
in ConstructEmails()
507
if (VCardUtils::
IsNum
(data->GetLabelId())) {
in ConstructPostals()
715
if (VCardUtils::
IsNum
(eventData->GetLabelId())) {
in ConstructEvents()
761
} else if (VCardUtils::
IsNum
(labelId) && labelId.size() < INT_64_LENTGH + 1) {
in AddTelLine()
/base/msdp/device_status/utils/common/src/
H
A
D
util.cpp
317
bool
IsNum
(const std::string &str)
in IsNum()
function
/base/telephony/core_service/test/fuzztest/vcard_fuzzer/
H
A
D
vcard_fuzzer.cpp
319
VCardUtils::
IsNum
(fuzzdata);
in VCardUtilsTest()
/base/security/security_guard/frameworks/js/napi/
H
A
D
security_guard_napi.cpp
332
static bool
IsNum
(const std::string &s)
in IsNum()
function
360
if (!
IsNum
(value) || value.length() != (TIME_MAX_LEN - 1)) {
in GetConditionsTime()
/base/msdp/device_status/services/interaction/drag/src/
H
A
D
drag_drawing.cpp
1615
if (!
IsNum
(srcSvgWidth)) {
in UpdateSvgNodeInfo()
1632
if (!
IsNum
(tmpString)) {
in UpdateSvgNodeInfo()
1674
if (!
IsNum
(srcRectWidth)) {
in UpdateRectNode()
Completed in 14 milliseconds