Lines Matching refs:target
49 for (Locale target: availloc) {
51 OpenListResourceBundle rb = (OpenListResourceBundle)LocaleData.getCurrencyNames(target);
52 boolean jreHasBundle = rb.getLocale().equals(target);
65 // the localized symbol for the target locale
66 String currencyresult = c.getSymbol(target);
68 // the localized name for the target locale
69 String nameresult = c.getDisplayName(target);
74 if (providerloc.contains(target)) {
75 providerscurrency = cnp.getSymbol(c.getCurrencyCode(), target);
76 providersname = cnp.getDisplayName(c.getCurrencyCode(), target);
97 checkValidity(target, jrescurrency, providerscurrency, currencyresult, jrescurrency!=null);
98 checkValidity(target, jresname, providersname, nameresult,