Home
last modified time | relevance | path

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

/third_party/typescript/src/testRunner/unittests/services/
DpatternMatcher.ts337 function breakIntoCharacterSpans(identifier: string) { function
338 return spanListToSubstrings(identifier, ts.breakIntoCharacterSpans(identifier));
346 assert.deepEqual(parts, breakIntoCharacterSpans(original));
/third_party/typescript/src/services/
DpatternMatcher.ts460 characterSpans: breakIntoCharacterSpans(text)
464 export function breakIntoCharacterSpans(identifier: string): TextSpan[] { function