Home
last modified time | relevance | path

Searched refs:breakIntoWordSpans (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/testRunner/unittests/services/
DpatternMatcher.ts341 function breakIntoWordSpans(identifier: string) { function
342 return spanListToSubstrings(identifier, ts.breakIntoWordSpans(identifier));
350 assert.deepEqual(parts, breakIntoWordSpans(original));
/third_party/typescript/src/services/
DpatternMatcher.ts147 stringToWordSpans.set(word, spans = breakIntoWordSpans(word));
468 export function breakIntoWordSpans(identifier: string): TextSpan[] { function