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