OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CURRENCIES
(Results
1 - 5
of
5
) sorted by null
/external/cldr/tools/java/org/unicode/cldr/util/
PathUtilities.java
20
LDMLConstants.TYPES, PathUtilities.
CURRENCIES
, PathUtilities.TIMEZONES,
27
+ PathUtilities.
CURRENCIES
;
28
public static final String
CURRENCIES
= "
currencies
";
61
theMenu =
CURRENCIES
;
/external/icu/android_icu4j/src/main/java/android/icu/impl/
ICUCurrencyDisplayInfoProvider.java
68
* This class performs data loading for
currencies
and keeps data in lightweight cache.
189
// See http://unicode.org/reports/tr35/#
Currencies
, especially the fallback rule.
256
CurrencySink sink = new CurrencySink(!fallback, CurrencySink.EntrypointTable.
CURRENCIES
);
258
rb.getAllItemsWithFallbackNoFail("
Currencies
/" + isoCode, sink);
270
rb.getAllItemsWithFallbackNoFail("
Currencies
%narrow/" + isoCode, sink);
346
CURRENCIES
,
373
case
CURRENCIES
:
394
if (key.contentEquals("
Currencies
")) {
396
} else if (key.contentEquals("
Currencies
%variant")) {
405
*
Currencies
{
[
all
...]
/external/icu/icu4j/main/classes/currdata/src/com/ibm/icu/impl/
ICUCurrencyDisplayInfoProvider.java
64
* This class performs data loading for
currencies
and keeps data in lightweight cache.
185
// See http://unicode.org/reports/tr35/#
Currencies
, especially the fallback rule.
252
CurrencySink sink = new CurrencySink(!fallback, CurrencySink.EntrypointTable.
CURRENCIES
);
254
rb.getAllItemsWithFallbackNoFail("
Currencies
/" + isoCode, sink);
266
rb.getAllItemsWithFallbackNoFail("
Currencies
%narrow/" + isoCode, sink);
342
CURRENCIES
,
369
case
CURRENCIES
:
390
if (key.contentEquals("
Currencies
")) {
392
} else if (key.contentEquals("
Currencies
%variant")) {
401
*
Currencies
{
[
all
...]
/external/cldr/tools/java/org/unicode/cldr/icu/
LDMLConstants.java
165
public static final String
CURRENCIES
= "
currencies
";
547
public static final String CURRENCIES_O = "<" +
CURRENCIES
+ ">";
548
public static final String CURRENCIES_C = "</" +
CURRENCIES
+ ">";
[
all
...]
/external/icu/icu4c/source/common/
ucurr.cpp
82
// Tag for map from countries to
currencies
, in root.
105
// Tag for localized display names (symbols) of
currencies
106
static const char
CURRENCIES
[] = "
Currencies
";
107
static const char CURRENCIES_NARROW[] = "
Currencies
%narrow";
686
// Look up the
Currencies
resource for the given locale. The
687
//
Currencies
locale data looks like this:
689
//|
Currencies
{
709
//
Currencies
data, then the en
Currencies
data will be searched
[
all
...]
Completed in 142 milliseconds