Home
last modified time | relevance | path

Searched refs:shortPath (Results 1 – 3 of 3) sorted by relevance

/external/ImageMagick/MagickCore/
Dutility-private.h78 shortPath[MAX_PATH], in create_wchar_path() local
88 count=GetShortPathNameW(longPath,shortPath,MAX_PATH); in create_wchar_path()
93 wcscpy(wideChar,shortPath+4); in create_wchar_path()
/external/turbine/javatests/com/google/turbine/processing/
DTurbineMessagerTest.java195 comparing(TurbineMessagerTest::shortPath) in test()
240 shortPath(d), d.getLineNumber(), d.getColumnNumber(), d.getMessage(Locale.ENGLISH)); in formatDiagnostic()
243 private static String shortPath(Diagnostic<? extends JavaFileObject> d) { in shortPath() method in TurbineMessagerTest
/external/cldr/tools/java/org/unicode/cldr/tool/
DSearchCLDR.java384 …String shortPath, String parentValue, String englishValue, String resolvedSource, String organizat… in showLine() argument
398 + "\t" + shortPath in showLine()