Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DnsCSSScanner.cpp22 static const uint8_t IS_IDSTART = 0x02; variable
33 #define J IS_IDSTART
264 return IsOpenCharClass(ch, IS_IDSTART) || ch == 0; in IsIdentStart()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/style/
H A DnsCSSScanner.cpp20 static const uint8_t IS_IDSTART = 0x02; variable
31 #define J IS_IDSTART
157 return IsOpenCharClass(ch, IS_IDSTART) || ch == 0; in IsIdentStart()