Searched refs:currentCI (Results 1 – 1 of 1) sorted by relevance
66 SupplementalDataInfo.CurrencyDateInfo currentCI = null; in POSIX_LCMonetary() local68 currentCI = it.next(); in POSIX_LCMonetary()69 if (currentCI.isLegalTender() in POSIX_LCMonetary()70 … && currentCI.getEnd().equals(SupplementalDataInfo.CurrencyDateInfo.END_OF_TIME)) { in POSIX_LCMonetary()73 currentCI = null; in POSIX_LCMonetary()77 if (currentCI == null) { in POSIX_LCMonetary()80 int_curr_symbol = currentCI.getCurrency(); in POSIX_LCMonetary()