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