OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UCURR_UNCOMMON
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/icu/source/test/cintltst/
currtest.c
45
expectInList("USD",
UCURR_UNCOMMON
, FALSE);
50
expectInList("USD",
UCURR_UNCOMMON
|UCURR_DEPRECATED, FALSE);
51
expectInList("USD",
UCURR_UNCOMMON
|UCURR_NON_DEPRECATED, FALSE);
55
expectInList("USN",
UCURR_UNCOMMON
, TRUE);
60
expectInList("USN",
UCURR_UNCOMMON
|UCURR_DEPRECATED, FALSE);
61
expectInList("USN",
UCURR_UNCOMMON
|UCURR_NON_DEPRECATED, TRUE);
65
expectInList("DEM",
UCURR_UNCOMMON
, FALSE);
70
expectInList("DEM",
UCURR_UNCOMMON
|UCURR_DEPRECATED, FALSE);
71
expectInList("DEM",
UCURR_UNCOMMON
|UCURR_NON_DEPRECATED, FALSE);
75
expectInList("XEU",
UCURR_UNCOMMON
, TRUE)
[
all
...]
/external/icu4c/test/cintltst/
currtest.c
45
expectInList("USD",
UCURR_UNCOMMON
, FALSE);
50
expectInList("USD",
UCURR_UNCOMMON
|UCURR_DEPRECATED, FALSE);
51
expectInList("USD",
UCURR_UNCOMMON
|UCURR_NON_DEPRECATED, FALSE);
55
expectInList("USN",
UCURR_UNCOMMON
, TRUE);
60
expectInList("USN",
UCURR_UNCOMMON
|UCURR_DEPRECATED, FALSE);
61
expectInList("USN",
UCURR_UNCOMMON
|UCURR_NON_DEPRECATED, TRUE);
65
expectInList("DEM",
UCURR_UNCOMMON
, FALSE);
70
expectInList("DEM",
UCURR_UNCOMMON
|UCURR_DEPRECATED, FALSE);
71
expectInList("DEM",
UCURR_UNCOMMON
|UCURR_NON_DEPRECATED, FALSE);
75
expectInList("XEU",
UCURR_UNCOMMON
, TRUE)
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/
ucurr.cpp
[
all
...]
/external/icu4c/i18n/
ucurr.cpp
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
ucurr.h
219
UCURR_UNCOMMON
= 2,
/external/icu4c/i18n/unicode/
ucurr.h
219
UCURR_UNCOMMON
= 2,
Completed in 489 milliseconds