Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
DpatternMatcher.ts465 return breakIntoSpans(identifier, /*word:*/ false);
469 return breakIntoSpans(identifier, /*word:*/ true);
472 function breakIntoSpans(identifier: string, word: boolean): TextSpan[] { function