Home
last modified time | relevance | path

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

/third_party/icu/tools/unicode/c/genprops/
Dnamespropsbuilder.cpp388 isWordChar(char c) { in isWordChar() function
399 while(start<limit && !isWordChar(line[start])) { in skipNoise()
411 while(start<limit && isWordChar(line[start])) { in getWord()
/third_party/typescript/src/services/
DpatternMatcher.ts422 function isWordChar(ch: number) { function
433 if (isWordChar(ch)) {