Home
last modified time | relevance | path

Searched refs:unicode_escape (Results 1 – 6 of 6) sorted by relevance

/third_party/rust/crates/nom/benchmarks/benches/
Djson.rs40 fn unicode_escape(input: &str) -> IResult<&str, char> { in unicode_escape() function
80 preceded(char('u'), unicode_escape), in character()
/third_party/rust/crates/nom/tests/
Djson.rs35 fn unicode_escape(input: &str) -> IResult<&str, char> { in unicode_escape() function
75 preceded(char('u'), unicode_escape), in character()
/third_party/protobuf/python/google/protobuf/
Dtext_format.py47 import encodings.unicode_escape # pylint: disable=unused-import
/third_party/python/Doc/library/
Dcodecs.rst1314 | unicode_escape | | Encoding suitable as the |
/third_party/python/Doc/howto/
Dlogging-cookbook.rst1807 return o.encode('unicode_escape').decode('ascii')
/third_party/python/Misc/
DHISTORY18561 - Bug #1379994: Builtin unicode_escape and raw_unicode_escape codec