OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TimeUnitAmount
(Results
1 - 5
of
5
) sorted by null
/external/icu4c/i18n/
tmutamt.cpp
14
UOBJECT_DEFINE_RTTI_IMPLEMENTATION(
TimeUnitAmount
)
17
TimeUnitAmount
::
TimeUnitAmount
(const Formattable& number,
24
TimeUnitAmount
::
TimeUnitAmount
(double amount,
33
TimeUnitAmount
::
TimeUnitAmount
(const
TimeUnitAmount
& other)
39
TimeUnitAmount
&
40
TimeUnitAmount
::operator=(const TimeUnitAmount& other)
[
all
...]
tmutfmt.cpp
205
const
TimeUnitAmount
* amount = dynamic_cast<const
TimeUnitAmount
*>(formatObj);
343
TimeUnitAmount
* tmutamt = new
TimeUnitAmount
(resultNumber, resultTimeUnit, status);
[
all
...]
/external/icu4c/i18n/unicode/
tmutamt.h
27
* @see
TimeUnitAmount
31
class U_I18N_API
TimeUnitAmount
: public Measure {
34
* Construct
TimeUnitAmount
object with the given number and the
45
TimeUnitAmount
(const Formattable& number,
50
* Construct
TimeUnitAmount
object with the given numeric amount and the
61
TimeUnitAmount
(double amount, TimeUnit::UTimeUnitFields timeUnitField,
69
TimeUnitAmount
(const
TimeUnitAmount
& other);
76
TimeUnitAmount
& operator=(const
TimeUnitAmount
& other)
[
all
...]
/external/icu4c/test/intltest/
tufmtts.cpp
65
TimeUnitAmount
* source = new
TimeUnitAmount
(tests[i], j, status);
66
if (!assertSuccess("
TimeUnitAmount
()", status)) return;
124
//=================
TimeUnitAmount
=================
127
TimeUnitAmount
tma_long(formattable, TimeUnit::UTIMEUNIT_DAY, status);
128
if (!assertSuccess("
TimeUnitAmount
(formattable...)", status)) return;
131
TimeUnitAmount
tma_double(formattable, TimeUnit::UTIMEUNIT_DAY, status);
132
if (!assertSuccess("
TimeUnitAmount
(formattable...)", status)) return;
135
TimeUnitAmount
tma_double_3(formattable, TimeUnit::UTIMEUNIT_DAY, status);
136
if (!assertSuccess("
TimeUnitAmount
(formattable...)", status)) return
[
all
...]
/external/icu4c/common/unicode/
urename.h
[
all
...]
Completed in 171 milliseconds