Searched defs:theISOCode (Results 1 - 4 of 4) sorted by relevance

/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
H A DCurrency.java122 * @param theISOCode the iso code
124 * @throws NullPointerException if <code>theISOCode</code> is null.
125 * @throws IllegalArgumentException if <code>theISOCode</code> is not a
129 public static Currency getInstance(String theISOCode) { argument
130 return new Currency(java.util.Currency.getInstance(theISOCode));
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DCurrency.java254 * @param theISOCode the iso code
256 * @throws NullPointerException if <code>theISOCode</code> is null.
257 * @throws IllegalArgumentException if <code>theISOCode</code> is not a
260 public static Currency getInstance(String theISOCode) { argument
261 if (theISOCode == null) {
264 if (!isAlpha3Code(theISOCode)) {
268 return (Currency) MeasureUnit.internalGetInstance("currency", theISOCode.toUpperCase(Locale.ENGLISH));
814 * @param theISOCode The iso code used to construct the currency.
816 protected Currency(String theISOCode) { argument
817 super("currency", theISOCode);
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DCurrency.java266 * @param theISOCode the iso code
268 * @throws NullPointerException if <code>theISOCode</code> is null.
269 * @throws IllegalArgumentException if <code>theISOCode</code> is not a
273 public static Currency getInstance(String theISOCode) { argument
274 if (theISOCode == null) {
277 if (!isAlpha3Code(theISOCode)) {
281 return (Currency) MeasureUnit.internalGetInstance("currency", theISOCode.toUpperCase(Locale.ENGLISH));
845 * @param theISOCode The iso code used to construct the currency.
848 protected Currency(String theISOCode) { argument
849 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 125 milliseconds