Home
last modified time | relevance | path

Searched refs:isPunctuator (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/preprocessor_tests/
H A Dchar_test.cpp26 bool isPunctuator(char c) in isPunctuator() function
71 else if (isPunctuator(str[0])) in TEST_P()
/third_party/node/deps/cjs-module-lexer/
H A Dlexer.js1187 if (pos === curPos && !isPunctuator(ch))
1303 return c > 8 && c < 14 || c === 32 || c === 160 || isPunctuator(c) && c !== 46/*.*/;
1400 function isPunctuator (ch) { function

Completed in 2 milliseconds