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:IsStrEmpty
(Results
1 - 12
of
12
) sorted by relevance
/base/global/i18n/frameworks/intl/src/
H
A
D
locale_util.cpp
52
if (
IsStrEmpty
(language)) {
in EncodeLanguage()
60
if (
IsStrEmpty
(script)) {
in EncodeScript()
69
if (
IsStrEmpty
(region)) {
in EncodeRegion()
90
bool LocaleUtil::
IsStrEmpty
(const char *s)
in IsStrEmpty()
function in OHOS::Global::I18n::LocaleUtil
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/
H
A
D
utils.cpp
78
bool Utils::
IsStrEmpty
(const char *s)
in IsStrEmpty()
function in OHOS::Global::Resource::Utils
93
if (Utils::
IsStrEmpty
(language)) {
in EncodeLanguage()
148
if (Utils::
IsStrEmpty
(region)) {
in EncodeRegion()
169
if (Utils::
IsStrEmpty
(script)) {
in EncodeScript()
/base/global/i18n/interfaces/native/inner_api/i18n/include/
H
A
D
locale_util.h
34
static bool
IsStrEmpty
(const char *s);
/base/global/resource_management_lite/frameworks/resmgr_lite/include/utils/
H
A
D
utils.h
31
static bool
IsStrEmpty
(const char *s);
/base/global/resource_management/frameworks/resmgr/src/utils/
H
A
D
utils.cpp
190
bool Utils::
IsStrEmpty
(const char *s)
in IsStrEmpty()
function in OHOS::Global::Resource::Utils
205
if (Utils::
IsStrEmpty
(language)) {
in EncodeLanguage()
261
if (Utils::
IsStrEmpty
(region)) {
in EncodeRegion()
282
if (Utils::
IsStrEmpty
(script)) {
in EncodeScript()
/base/global/resource_management/frameworks/resmgr/include/utils/
H
A
D
utils.h
68
static bool
IsStrEmpty
(const char *s);
/base/telephony/ril_adapter/services/vendor/src/
H
A
D
at_data.c
433
static int32_t
IsStrEmpty
(const char *str)
in IsStrEmpty()
function
444
if (
IsStrEmpty
(src1) &&
IsStrEmpty
(src2)) {
in IsStrEqual()
446
} else if (!
IsStrEmpty
(src1) && !
IsStrEmpty
(src2)) {
in IsStrEqual()
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H
A
D
res_config_impl.cpp
43
if (Utils::
IsStrEmpty
(language)) {
in SetLocaleInfo()
H
A
D
locale_matcher.cpp
523
if (!Utils::
IsStrEmpty
(localeInfo->GetScript())) {
in Normalize()
/base/global/resource_management/frameworks/resmgr/src/
H
A
D
res_config_impl.cpp
69
if (Utils::
IsStrEmpty
(language)) {
in SetPreferredLocaleInfo()
137
if (Utils::
IsStrEmpty
(language)) {
in SetLocaleInfo()
H
A
D
locale_matcher.cpp
525
if (!Utils::
IsStrEmpty
(localeInfo->GetScript())) {
in Normalize()
/base/global/i18n/frameworks/intl/test/unittest/
H
A
D
i18n_test.cpp
1289
bool isEmpty = LocaleUtil::
IsStrEmpty
(str1.c_str());
in HWTEST_F()
1291
isEmpty = LocaleUtil::
IsStrEmpty
(str2.c_str());
in HWTEST_F()
Completed in 13 milliseconds