Home
last modified time | relevance | path

Searched defs:commonPrefix (Results 1 – 3 of 3) sorted by relevance

/third_party/node/lib/internal/readline/
Dutils.js367 function commonPrefix(strings) { function
388 commonPrefix, property
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/regex/
DRegexTransformerTest.java465 String commonPrefix = in testBaseXpath() local
/third_party/typescript/src/compiler/
DmoduleNameResolver.ts890 const commonPrefix = resolvedFileName && getCommonPrefix(path, resolvedFileName); constant