Home | History | Annotate | Download | only in cintltst

Lines Matching full:loc

894     const char *loc = NULL;
910 loc = PREFERRED[i][0];
911 pref = ucurr_getKeywordValuesForLocale("currency", loc, TRUE, &status);
922 log_err("ERROR: locale %s got keywords #%d %s expected %s\n", loc, j, value, PREFERRED[i][j+1]);
929 log_err("ERROR getting keyword value for locale \"%s\"\n", loc);
934 log_err("FAIL: size of locale \"%s\" %d does not match expected size %d\n", loc, size, EXPECTED_SIZE[i]);
938 log_err("FAIL: Preferred values for locale \"%s\" does not match expected.\n", loc);
943 all = ucurr_getKeywordValuesForLocale("currency", loc, FALSE, &status);
953 log_err("Locale %s have %s not in ALL\n", loc, value);
959 log_err("ERROR getting \"all\" keyword value for locale \"%s\"\n", loc);
964 log_err("FAIL: All values for locale \"%s\" does not match expected.\n", loc);