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:Is24HourClock
(Results
1 - 9
of
9
) sorted by relevance
/base/global/i18n/frameworks/intl/include/
H
A
D
locale_config.h
96
static bool
Is24HourClock
(sptr<IRemoteObject> &proxy);
99
static bool
Is24HourClock
();
/base/global/i18n/interfaces/js/kits/include/
H
A
D
i18n_system_addon.h
39
static napi_value
Is24HourClock
(napi_env env, napi_callback_info info);
/base/global/i18n/frameworks/intl/test/unittest/
H
A
D
locale_config_test.cpp
322
bool current = LocaleConfig::
Is24HourClock
();
in HWTEST_F()
325
current = LocaleConfig::
Is24HourClock
();
in HWTEST_F()
H
A
D
intl_test_extent.cpp
123
bool is24HourClock = LocaleConfig::
Is24HourClock
();
in HWTEST_F()
/base/global/i18n/interfaces/js/kits/src/
H
A
D
i18n_system_addon.cpp
58
DECLARE_NAPI_STATIC_FUNCTION("is24HourClock",
Is24HourClock
),
in InitI18nSystem()
217
napi_value I18nSystemAddon::
Is24HourClock
(napi_env env, napi_callback_info info)
in Is24HourClock()
function in OHOS::Global::I18n::I18nSystemAddon
219
bool is24HourClock = LocaleConfig::
Is24HourClock
();
in Is24HourClock()
H
A
D
i18n_addon.cpp
107
DECLARE_NAPI_FUNCTION("is24HourClock", I18nSystemAddon::
Is24HourClock
),
in Init()
/base/global/i18n/frameworks/intl/src/
H
A
D
date_time_format.cpp
132
bool is24HourClock = LocaleConfig::
Is24HourClock
();
in InitWithLocale()
H
A
D
locale_config.cpp
1087
bool LocaleConfig::
Is24HourClock
()
in Is24HourClock()
function in OHOS::Global::I18n::LocaleConfig
1102
bool is24Hour =
Is24HourClock
();
in GetSystemHour()
/base/notification/distributed_notification_service/frameworks/ans/src/
H
A
D
reminder_request.cpp
1386
bool is24HourClock = OHOS::Global::I18n::LocaleConfig::
Is24HourClock
();
in GetTimeInfoInner()
Completed in 17 milliseconds