Searched refs:theISOCode (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DCurrency.java270 * @param theISOCode the iso code
272 * @throws NullPointerException if <code>theISOCode</code> is null.
273 * @throws IllegalArgumentException if <code>theISOCode</code> is not a
277 public static Currency getInstance(String theISOCode) { argument
278 if (theISOCode == null) {
281 if (!isAlpha3Code(theISOCode)) {
285 return (Currency) MeasureUnit.internalGetInstance("currency", theISOCode.toUpperCase(Locale.ENGLISH));
849 * @param theISOCode The iso code used to construct the currency.
852 protected Currency(String theISOCode) { argument
853 super("currency", theISOCode);
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 46 milliseconds