Searched refs:getLocalesMap (Results 1 – 3 of 3) sorted by relevance
118 if (getLocalesMap() != null && getLocalesMap().size() > 0) { in processArgs()135 if (getLocalesMap() == null) { in processArgs()139 getLocalesMap().put(files[i], ""); in processArgs()167 for (Iterator<String> iter = getLocalesMap().keySet().iterator(); iter.hasNext();) { in processMap()
184 Map<String, String> localesMap = getLocalesMap(); in processArgs()
192 String draft = getLocalesMap() == null ? null : getLocalesMap().get(localeName + ".xml"); in computeConvertibleXPaths()451 protected Map<String, String> getLocalesMap() { in getLocalesMap() method in CLDRConverterTool