Home
last modified time | relevance | path

Searched refs:transformPath (Results 1 – 6 of 6) sorted by relevance

/external/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/regex/
DRegexTransformerTest.java403 ImmutableList<Result> parisTz = transformPath( in testHiddenLabelsAndMetazones()
417 ImmutableList<Result> britishTz = transformPath( in testHiddenLabelsAndMetazones()
469 ImmutableList<Result> firstResult = transformPath( in testBaseXpath()
473 ImmutableList<Result> secondResult = transformPath( in testBaseXpath()
510 private static ImmutableList<Result> transformPath( in transformPath() method in RegexTransformerTest
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/LogicalView/Core/
DLVSupport.cpp33 std::string llvm::logicalview::transformPath(StringRef Path) { in transformPath() function in llvm::logicalview
DLVElement.cpp79 std::string Pathname(transformPath(Name)); in getStringIndex()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/LogicalView/Core/
DLVSupport.h251 std::string transformPath(StringRef Path);
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/LogicalView/Readers/
DLVELFReader.cpp717 Directory = transformPath(Directory); in createLineAndFileRecords()
720 std::string File = transformPath(dwarf::toStringRef(Entry.Name)); in createLineAndFileRecords()
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/json/
DLdml2JsonConverter.java435 private String transformPath(final String pathStr, final String pathPrefix) { in transformPath() method in Ldml2JsonConverter
639 final String transformedPath = transformPath(pathNoXmlSpace, pathPrefix); in mapPathsToSections()
640 final String transformedFullPath = transformPath(fullPathNoXmlSpace, pathPrefix); in mapPathsToSections()