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:formatter
(Results
1 - 8
of
8
) sorted by relevance
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H
A
D
date_time_format_module.cpp
175
DateTimeFormatModule *
formatter
= nullptr;
in Format()
local
176
if (!(jerry_get_object_native_pointer(context, reinterpret_cast<void **>(&
formatter
), &GC_CALLBACK)) ||
in Format()
177
(
formatter
== nullptr) || (
formatter
->dateFormat_ == nullptr)) {
in Format()
182
time_t dateTime = static_cast<time_t>(
formatter
->GetTimeVal(args[0], "getTime") / msToSec);
in Format()
183
formatter
->ConvertLocalToGMT(dateTime);
in Format()
184
if (
formatter
->isSetDate_ ||
formatter
->isSetTime_) {
in Format()
192
if (
formatter
->isSetDate_) {
in Format()
193
formatter
in Format()
466
DateTimeFormatModule *
formatter
= reinterpret_cast<DateTimeFormatModule *>(pointer);
DeleteDateFormat()
local
[all...]
/foundation/arkui/ace_engine/frameworks/base/i18n/
H
A
D
date_time_sequence.cpp
49
icu::SimpleDateFormat*
formatter
= static_cast<icu::SimpleDateFormat*>
in GetDateOrder()
local
51
if (U_FAILURE(icuStatus) ||
formatter
== nullptr) {
in GetDateOrder()
56
formatter
->toPattern(unistr);
in GetDateOrder()
64
delete
formatter
;
in GetDateOrder()
91
icu::SimpleDateFormat*
formatter
= static_cast<icu::SimpleDateFormat*>
in GetDateTimeOrder()
local
93
if (status != U_ZERO_ERROR ||
formatter
== nullptr) {
in GetDateTimeOrder()
98
formatter
->toPattern(pattern);
in GetDateTimeOrder()
108
delete
formatter
;
in GetDateTimeOrder()
H
A
D
localization.cpp
729
icu::number::LocalizedNumberFormatter
formatter
= icu::number::NumberFormatter::withLocale(locale_->instance);
in NumberFormat()
local
730
icu::number::FormattedNumber formattedNumber =
formatter
.formatDouble(number, status);
in NumberFormat()
/foundation/arkui/ui_lite/interfaces/kits/components/
H
A
D
text_adapter.h
44
* @brief Defines a text
formatter
. You can inherit this class and implement the <b>Format()</b> function.
245
* @brief Sets the text
formatter
.
247
* @param
formatter
Indicates the pointer to the text
formatter
. For details, see {@link TextFormatter}.
252
void SetTextFormatter(TextFormatter*
formatter
)
in SetTextFormatter()
argument
254
formatter_ =
formatter
;
in SetTextFormatter()
H
A
D
ui_picker.h
376
* @brief Sets the text
formatter
.
378
* @param
formatter
Indicates the pointer to the text
formatter
. For details, see {@link TextFormatter}.
383
void SetTextFormatter(TextFormatter*
formatter
);
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_picker.cpp
470
void UIPicker::SetTextFormatter(TextFormatter*
formatter
)
in SetTextFormatter()
argument
473
textAdapter_->SetTextFormatter(
formatter
);
in SetTextFormatter()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H
A
D
rdb_delegate.cpp
270
ResultSetJsonFormatter
formatter
(std::move(resultSet));
in Query()
271
return DistributedData::Serializable::Marshall(
formatter
);
in Query()
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H
A
D
render_text_field.cpp
1584
for (const auto&
formatter
: textInputFormatters_) {
in UpdateFormatters()
1585
if (
formatter
) {
in UpdateFormatters()
1586
formatter
->Format(GetEditingValue(), temp);
in UpdateFormatters()
Completed in 10 milliseconds