Home
last modified time | relevance | path

Searched refs:bRoot (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/src/compiler/
Dpath.ts671 const bRoot = b.substring(0, getRootLength(b)); constant
672 const result = compareStringsCaseInsensitive(aRoot, bRoot);
680 const bRest = b.substring(bRoot.length);
/third_party/typescript/lib/
Dtsc.js3570 var bRoot = b.substring(0, getRootLength(b));
3571 var result = ts.compareStringsCaseInsensitive(aRoot, bRoot);
3576 var bRest = b.substring(bRoot.length);
DtypingsInstaller.js6049 var bRoot = b.substring(0, getRootLength(b));
6050 var result = ts.compareStringsCaseInsensitive(aRoot, bRoot);
6057 var bRest = b.substring(bRoot.length);
DtypescriptServices.js6254 var bRoot = b.substring(0, getRootLength(b));
6255 var result = ts.compareStringsCaseInsensitive(aRoot, bRoot);
6262 var bRest = b.substring(bRoot.length);
Dtsserverlibrary.js6254 var bRoot = b.substring(0, getRootLength(b));
6255 var result = ts.compareStringsCaseInsensitive(aRoot, bRoot);
6262 var bRest = b.substring(bRoot.length);
Dtsserver.js6060 var bRoot = b.substring(0, getRootLength(b));
6061 var result = ts.compareStringsCaseInsensitive(aRoot, bRoot);
6068 var bRest = b.substring(bRoot.length);
Dtypescript.js6254 var bRoot = b.substring(0, getRootLength(b));
6255 var result = ts.compareStringsCaseInsensitive(aRoot, bRoot);
6262 var bRest = b.substring(bRoot.length);