Home | History | Annotate | Download | only in cintltst

Lines Matching refs:currency

335  * Test the handling of the currency symbol in patterns.
350 pattern[0]=pattern[11]=0xa4; /* insert latin-1 currency symbol */
408 * Test localized currency patterns.
420 log_verbose("\nTesting the number format with different currency patterns\n");
427 log_data_err("Error in the construction of number format with style currency: %s (Are you missing data?)\n",
455 * Test localized currency patterns for PREEURO variants.
479 log_verbose("\nTesting the number format with different currency patterns\n");
491 log_data_err("Error in the construction of number format with style currency: %s (Are you missing data?)\n",
523 * Test currency "object" (we use this name to match the other C++
524 * test name and the Jave name). Actually, test ISO currency code
540 const char* currency[]={
550 log_verbose("\nTesting the number format with different currency codes\n");
557 log_data_err("Error in the construction of number format with style currency: %s (Are you missing data?)\n",
560 if (*currency[i]) {
561 u_uastrcpy(isoCode, currency[i]);
566 log_err("FAIL: can't set currency code %s\n", myErrorName(status) );
574 log_err("FAIL: can't get currency code %s\n", myErrorName(status) );
579 if (*currency[i] && uprv_strcmp(cStr, currency[i])) {
580 log_err("FAIL: currency should be %s, but is %s\n", currency[i], cStr);
857 strcat(locale, "@currency=");
863 log_err("Didn't get the right currency for %s\n", locale);
884 { "en@currency=CAD", "USD", "USN", "USS" },
885 { "fr@currency=zzz", "EUR", NULL, NULL },
886 { "de_DE@currency=DEM", "EUR", NULL, NULL },
901 UEnumeration *ALL = ucurr_getKeywordValuesForLocale("currency", uloc_getDefault(), FALSE, &status);
911 pref = ucurr_getKeywordValuesForLocale("currency", loc, TRUE, &status);
943 all = ucurr_getKeywordValuesForLocale("currency", loc, FALSE, &status);