menu
im_themed package
documentation
third-party/csslib/parser.dart
TokenizerHelpers
isIdentifierStart static method
isIdentifierStart static method
dark_mode
light_mode
isIdentifierStart
static method
bool
isIdentifierStart
(
int
c
)
Implementation
static bool isIdentifierStart(int c) { return isIdentifierStartExpr(c) || c == 45 /*-*/; }
im_themed package
documentation
third-party/csslib/parser
TokenizerHelpers
isIdentifierStart static method
TokenizerHelpers class