Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
DpatternMatcher.ts483 if (charIsPunctuation(identifier.charCodeAt(i - 1)) ||
484 charIsPunctuation(identifier.charCodeAt(i)) ||
504 function charIsPunctuation(ch: number) { function
536 … return every(identifier, ch => charIsPunctuation(ch) && ch !== CharacterCodes._, start, end);