Searched refs:pathStart (Results 1 – 6 of 6) sorted by relevance
/third_party/typescript/src/tsserver/ |
D | nodeServer.ts | 60 let pathStart = args[initialIndex]; 62 if (pathStart.charCodeAt(0) === CharacterCodes.doubleQuote && 63 pathStart.charCodeAt(pathStart.length - 1) !== CharacterCodes.doubleQuote) { 65 pathStart += " "; 66 pathStart += args[i]; 68 … if (pathStart.charCodeAt(pathStart.length - 1) === CharacterCodes.doubleQuote) break; 71 return { value: stripQuotes(pathStart), extraPartCounter };
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | ICUBinary.java | 301 int pathStart = 0; 302 while (pathStart < dataPath.length()) { 303 int sepIndex = dataPath.indexOf(File.pathSeparatorChar, pathStart); 310 String path = dataPath.substring(pathStart, pathLimit).trim(); 320 pathStart = sepIndex + 1;
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | ICUBinary.java | 297 int pathStart = 0; 298 while (pathStart < dataPath.length()) { 299 int sepIndex = dataPath.indexOf(File.pathSeparatorChar, pathStart); 306 String path = dataPath.substring(pathStart, pathLimit).trim(); 316 pathStart = sepIndex + 1;
|
/third_party/typescript/src/testRunner/ |
D | compilerRunner.ts | 339 const pathStart = ts.toPath(IO.getCurrentDirectory(), "", ts.identity); constant 340 return pathStart ? path.replace(pathStart, "/") : path;
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuCommandLine.hpp | 99 std::string::const_iterator pathStart,
|
D | tcuCommandLine.cpp | 683 string::const_iterator pathStart, in matchWildcards() argument 688 string::const_iterator path = pathStart; in matchWildcards() 725 vector<string>::const_iterator pathStart, in patternMatches() argument 730 vector<string>::const_iterator path = pathStart; in patternMatches()
|