Searched refs:newDirectory (Results 1 – 6 of 6) sorted by relevance
115 val newDirectory = IntArray(newSegments.size * 2) in commonSubstring() constant118 newDirectory[index] = minOf(directory[s] - beginIndex, subLen) in commonSubstring()119 newDirectory[index++ + newSegments.size] = directory[s + segments.size] in commonSubstring()124 newDirectory[newSegments.size] += beginIndex - segmentOffset in commonSubstring()126 return SegmentedByteString(newSegments, newDirectory) in commonSubstring()
69 if (newDirectory != null) { in startGeneration()70 tempNewFileName = newDirectory; in startGeneration()265 static String newDirectory = null; field in JDiff
228 JDiff.newDirectory = options[i][1]; in validOptions()
72 …String newDirectory = CldrUtility.getProperty("newDirectory", PathUtilities.getNormalizedPathStrin… in main() local86 Factory newFactory = Factory.make(newDirectory, filter); in main()
1595 newDirectory = DEFAULT_GLYPHS_DIRNAME1598 newDirectory = userNameToFileName(newLayerName, existing=existing, prefix="glyphs.")1601 self.layerContents[newLayerName] = newDirectory1603 self.fs.movedir(oldDirectory, newDirectory, create=True)
14218 typedef DLL_DIRECTORY_COOKIE (WINAPI *PAddDllDirectory)(PCWSTR newDirectory);