OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CurrencyFormat
(Results
1 - 9
of
9
) sorted by null
/external/icu/icu4c/source/i18n/
currfmt.cpp
21
CurrencyFormat
::
CurrencyFormat
(const Locale& locale, UErrorCode& ec) :
27
CurrencyFormat
::
CurrencyFormat
(const
CurrencyFormat
& other) :
33
CurrencyFormat
::~
CurrencyFormat
() {
37
Format*
CurrencyFormat
::clone() const {
38
return new
CurrencyFormat
(*this);
41
UnicodeString&
CurrencyFormat
::format(const Formattable& obj
[
all
...]
currfmt.h
36
class
CurrencyFormat
: public MeasureFormat {
41
* Construct a
CurrencyFormat
for the given locale.
43
CurrencyFormat
(const Locale& locale, UErrorCode& ec);
48
CurrencyFormat
(const
CurrencyFormat
& other);
53
virtual ~
CurrencyFormat
();
/external/icu/android_icu4j/src/main/java/android/icu/text/
CurrencyFormat.java
34
class
CurrencyFormat
extends MeasureFormat {
41
public
CurrencyFormat
(ULocale locale) {
53
CurrencyFormat
result = (
CurrencyFormat
) super.clone();
81
// boilerplate code to make
CurrencyFormat
otherwise follow the contract of
119
return new
CurrencyFormat
(fmt.getLocale(ULocale.ACTUAL_LOCALE));
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CurrencyFormat.java
33
class
CurrencyFormat
extends MeasureFormat {
40
public
CurrencyFormat
(ULocale locale) {
52
CurrencyFormat
result = (
CurrencyFormat
) super.clone();
80
// boilerplate code to make
CurrencyFormat
otherwise follow the contract of
118
return new
CurrencyFormat
(fmt.getLocale(ULocale.ACTUAL_LOCALE));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
/external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar
Completed in 667 milliseconds