OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UCURR_NON_DEPRECATED
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/i18n/
ucurr.cpp
[
all
...]
/external/icu4c/test/cintltst/
currtest.c
47
expectInList("USD",
UCURR_NON_DEPRECATED
, TRUE);
49
expectInList("USD", UCURR_COMMON|
UCURR_NON_DEPRECATED
, TRUE);
51
expectInList("USD", UCURR_UNCOMMON|
UCURR_NON_DEPRECATED
, FALSE);
57
expectInList("USN",
UCURR_NON_DEPRECATED
, TRUE);
59
expectInList("USN", UCURR_COMMON|
UCURR_NON_DEPRECATED
, FALSE);
61
expectInList("USN", UCURR_UNCOMMON|
UCURR_NON_DEPRECATED
, TRUE);
67
expectInList("DEM",
UCURR_NON_DEPRECATED
, FALSE);
69
expectInList("DEM", UCURR_COMMON|
UCURR_NON_DEPRECATED
, FALSE);
71
expectInList("DEM", UCURR_UNCOMMON|
UCURR_NON_DEPRECATED
, FALSE);
77
expectInList("XEU",
UCURR_NON_DEPRECATED
, FALSE)
[
all
...]
/external/icu4c/i18n/unicode/
ucurr.h
231
UCURR_NON_DEPRECATED
= 8
238
* currencies. Most people will want to use the (UCURR_CURRENCY|
UCURR_NON_DEPRECATED
) value to
/libcore/luni/src/main/native/
libcore_icu_ICU.cpp
717
UEnumeration* e(ucurr_openISOCurrencies(UCURR_COMMON|
UCURR_NON_DEPRECATED
, &status));
[
all
...]
Completed in 447 milliseconds