OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UCURR_DEPRECATED
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/icu/source/test/cintltst/
currtest.c
46
expectInList("USD",
UCURR_DEPRECATED
, FALSE);
48
expectInList("USD", UCURR_COMMON|
UCURR_DEPRECATED
, FALSE);
50
expectInList("USD", UCURR_UNCOMMON|
UCURR_DEPRECATED
, FALSE);
56
expectInList("USN",
UCURR_DEPRECATED
, FALSE);
58
expectInList("USN", UCURR_COMMON|
UCURR_DEPRECATED
, FALSE);
60
expectInList("USN", UCURR_UNCOMMON|
UCURR_DEPRECATED
, FALSE);
66
expectInList("DEM",
UCURR_DEPRECATED
, TRUE);
68
expectInList("DEM", UCURR_COMMON|
UCURR_DEPRECATED
, TRUE);
70
expectInList("DEM", UCURR_UNCOMMON|
UCURR_DEPRECATED
, FALSE);
76
expectInList("XEU",
UCURR_DEPRECATED
, TRUE)
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/
ucurr.cpp
[
all
...]
/external/icu4c/test/cintltst/
currtest.c
46
expectInList("USD",
UCURR_DEPRECATED
, FALSE);
48
expectInList("USD", UCURR_COMMON|
UCURR_DEPRECATED
, FALSE);
50
expectInList("USD", UCURR_UNCOMMON|
UCURR_DEPRECATED
, FALSE);
56
expectInList("USN",
UCURR_DEPRECATED
, FALSE);
58
expectInList("USN", UCURR_COMMON|
UCURR_DEPRECATED
, FALSE);
60
expectInList("USN", UCURR_UNCOMMON|
UCURR_DEPRECATED
, FALSE);
66
expectInList("DEM",
UCURR_DEPRECATED
, TRUE);
68
expectInList("DEM", UCURR_COMMON|
UCURR_DEPRECATED
, TRUE);
70
expectInList("DEM", UCURR_UNCOMMON|
UCURR_DEPRECATED
, FALSE);
76
expectInList("XEU",
UCURR_DEPRECATED
, TRUE)
[
all
...]
/external/icu4c/i18n/
ucurr.cpp
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
ucurr.h
225
UCURR_DEPRECATED
= 4,
/external/icu4c/i18n/unicode/
ucurr.h
225
UCURR_DEPRECATED
= 4,
Completed in 29 milliseconds