Lines Matching refs:this
443 /// A large part of nom's basic parsers are built using this trait.
451 /// and returns the input up to this position.
453 /// *streaming version*: If no element is found matching the condition, this will return `Incomplete`
459 /// and returns the input up to this position.
463 /// *streaming version*: If no element is found matching the condition, this will return `Incomplete`
473 /// and returns the input up to this position.
475 /// *complete version*: If no element is found matching the condition, this will return the whole input
484 /// and returns the input up to this position.
488 /// *complete version*: If no element is found matching the condition, this will return the whole input
843 //FIXME: this version is too simple and does not use the current locale