OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CurrencyFormat
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
currfmt.cpp
22
CurrencyFormat
::
CurrencyFormat
(const Locale& locale, UErrorCode& ec) :
28
CurrencyFormat
::
CurrencyFormat
(const
CurrencyFormat
& other) :
34
CurrencyFormat
::~
CurrencyFormat
() {
38
UBool
CurrencyFormat
::operator==(const Format& other) const {
45
const
CurrencyFormat
* c = (const
CurrencyFormat
*) &other
[
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
();
measfmt.cpp
24
CurrencyFormat
* fmt = NULL;
26
fmt = new
CurrencyFormat
(locale, ec);
/external/icu4c/i18n/
currfmt.cpp
23
CurrencyFormat
::
CurrencyFormat
(const Locale& locale, UErrorCode& ec) :
29
CurrencyFormat
::
CurrencyFormat
(const
CurrencyFormat
& other) :
35
CurrencyFormat
::~
CurrencyFormat
() {
39
UBool
CurrencyFormat
::operator==(const Format& other) const {
46
const
CurrencyFormat
* c = (const
CurrencyFormat
*) &other
[
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
();
measfmt.cpp
26
CurrencyFormat
* fmt = NULL;
28
fmt = new
CurrencyFormat
(locale, ec);
/external/chromium_org/third_party/icu/source/test/intltest/
uobjtest.cpp
363
TESTCLASSID_FACTORY_HIDDEN(
CurrencyFormat
, MeasureFormat::createCurrencyFormat(Locale::getUS(), status));
/external/icu4c/test/intltest/
uobjtest.cpp
375
TESTCLASSID_FACTORY_HIDDEN(
CurrencyFormat
, MeasureFormat::createCurrencyFormat(Locale::getUS(), status));
/external/chromium_org/third_party/icu/source/common/unicode/
urename.h
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 201 milliseconds