Searched refs:getCodeToStatus (Results 1 – 6 of 6) sorted by relevance
120 public Map<String, Status> getCodeToStatus(LstrType type) { in getCodeToStatus() method in Validity
105 … Map<String, Status> codeToStatus = Validity.getInstance().getCodeToStatus(LstrType.subdivision);
62 Map<String, Status> deprecated = VALIDITY.getCodeToStatus(LstrType.subdivision); in TestNames()
201 Map<String, Status> codeToStatus = validity.getCodeToStatus(type); in TestBothDirections()
216 Map<String, Status> oldCodes = OLD_VALIDITY.getCodeToStatus(LstrType.currency); in doCurrency()
1952 Status validity = VALIDITY.getCodeToStatus(type).get(code); in checkCode()