OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:currentCurrency
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/cintltst/
currtest.c
18
const char *
currentCurrency
;
25
while ((
currentCurrency
= uenum_next(en, NULL, &status)) != NULL) {
26
if (strcmp(isoCurrency,
currentCurrency
) == 0) {
27
foundCurrency =
currentCurrency
;
/external/icu4c/test/cintltst/
currtest.c
18
const char *
currentCurrency
;
25
while ((
currentCurrency
= uenum_next(en, NULL, &status)) != NULL) {
26
if (strcmp(isoCurrency,
currentCurrency
) == 0) {
27
foundCurrency =
currentCurrency
;
Completed in 49 milliseconds