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