Lines Matching refs:value
97 /// A bracketed hex literal did not correspond to a Unicode scalar value.
149 /// An opening `{` was not followed by a valid decimal value.
254 write!(f, "hexadecimal literal is not a Unicode scalar value")
601 /// A literal corresponds to a single Unicode scalar value. Literals may be
610 /// The Unicode scalar value corresponding to this literal.
616 /// the corresponding byte value. Otherwise, this returns `None`.
643 /// to a valid Unicode scalar value.
869 /// A property name and an associated value.
871 /// The type of Unicode op used to associate `name` with `value`.
875 /// The property value (which may be empty).
876 value: String,
883 /// A property set to a specific value, e.g., `\p{scx=Katakana}`.
885 /// A property set to a specific value using a colon, e.g.,
888 /// A property that isn't a particular value, e.g., `\p{scx!=Katakana}`.