Searched defs:is_xid_start (Results 1 – 4 of 4) sorted by relevance
61 fn is_xid_start(self) -> bool; in is_xid_start() method74 fn is_xid_start(self) -> bool { in is_xid_start() method
253 pub fn is_xid_start(ch: char) -> bool { in is_xid_start() function