Searched refs:idToPath (Results 1 – 1 of 1) sorted by relevance
861 private static Map<Integer, String> idToPath; field in ConsoleCheckCLDR.LocaleVotingData959 if (idToPath == null) { in getIdToPath()960 idToPath = VoteResolver.getIdToPath(resolveVotesDirectory + "xpathTable.xml"); in getIdToPath()962 return idToPath.get(basePath); in getIdToPath()