OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isoCode
(Results
1 - 10
of
10
) sorted by null
/external/icu4c/i18n/
currunit.cpp
23
*
isoCode
= 0;
26
u_strcpy(
isoCode
, _isoCode);
40
u_strcpy(
isoCode
, other.
isoCode
);
55
u_strcmp(
isoCode
, c.
isoCode
) == 0;
curramt.cpp
20
CurrencyAmount::CurrencyAmount(const Formattable& amount, const UChar*
isoCode
,
22
Measure(amount, new CurrencyUnit(
isoCode
, ec), ec) {
25
CurrencyAmount::CurrencyAmount(double amount, const UChar*
isoCode
,
27
Measure(Formattable(amount), new CurrencyUnit(
isoCode
, ec), ec) {
ucurr.cpp
36
const UChar *
isoCode
; /* const because it's a reference to a resource bundle string. */
339
ucurr_register(const UChar*
isoCode
, const char* locale, UErrorCode *status)
344
return CReg::reg(
isoCode
, id, status);
693
const char*
IsoCode
; // key
897
(*currencySymbols)[*total_currency_symbol_count].
IsoCode
= iso;
904
(*currencySymbols)[*total_currency_symbol_count].
IsoCode
= iso;
912
(*currencyNames)[*total_currency_name_count].
IsoCode
= iso;
920
(*currencySymbols)[*total_currency_symbol_count].
IsoCode
= iso;
954
(*currencyNames)[*total_currency_name_count].
IsoCode
= iso;
[
all
...]
/external/icu4c/i18n/unicode/
currunit.h
39
* @param
isoCode
the 3-letter ISO 4217 currency code; must not be
41
* @param ec input-output error code. If the
isoCode
is invalid,
45
CurrencyUnit(const UChar*
isoCode
, UErrorCode &ec);
107
UChar
isoCode
[4];
111
return
isoCode
;
curramt.h
41
* @param
isoCode
the 3-letter ISO 4217 currency code; must not be
43
* @param ec input-output error code. If the amount or the
isoCode
47
CurrencyAmount(const Formattable& amount, const UChar*
isoCode
,
54
* @param
isoCode
the 3-letter ISO 4217 currency code; must not be
56
* @param ec input-output error code. If the
isoCode
is invalid,
60
CurrencyAmount(double amount, const UChar*
isoCode
,
ucurr.h
90
* @param
isoCode
the three-letter ISO 4217 currency code
98
ucurr_register(const UChar*
isoCode
,
254
* @param
isoCode
273
ucurr_isAvailable(const UChar*
isoCode
,
/external/icu4c/test/cintltst/
cldrtest.c
[
all
...]
cnmdptst.c
554
UChar
isoCode
[16]={0};
561
u_uastrcpy(
isoCode
, currency[i]);
563
isoCode
, u_strlen(
isoCode
), &status);
571
isoCode
, sizeof(
isoCode
), &status);
577
u_UCharsToChars(
isoCode
,cStr,u_strlen(
isoCode
));
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
/prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar
Completed in 2281 milliseconds