Home
last modified time | relevance | path

Searched refs:openIndex (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/index/dex/dexp/
DDexp.cpp332 std::unique_ptr<SymbolIndex> openIndex(llvm::StringRef Index) { in openIndex() function
386 [&]() { Index = openIndex(IndexLocation); }); in main()
/external/cldr/tools/java/org/unicode/cldr/util/
DVerifyCompactNumbers.java125 try (PrintWriter index = DateTimeFormats.openIndex(DIR, "Numbers")) { in main()
DDateTimeFormats.java850 PrintWriter index = openIndex(DIR, "Date/Time"); in main()
926 public static PrintWriter openIndex(String directory, String title) throws IOException { in openIndex() method in DateTimeFormats
DVerifyZones.java269 try (PrintWriter index = DateTimeFormats.openIndex(DIR, "Time Zones")) { in main()