Searched defs:is_xid_start (Results 1 – 3 of 3) sorted by relevance
253 pub fn is_xid_start(ch: char) -> bool { in is_xid_start() function
38 let is_xid_start = properties.is_xid_start(ch); in output() localVariable
13 pub fn is_xid_start(&self, ch: char) -> bool { in is_xid_start() method