Home
last modified time | relevance | path

Searched refs:is_normalized (Results 1 – 13 of 13) sorted by relevance

/third_party/python/Lib/test/
Dtest_unicodedata.py386 self.assertTrue(unicodedata.is_normalized("NFC", c2))
387 self.assertTrue(unicodedata.is_normalized("NFC", c4))
389 self.assertTrue(unicodedata.is_normalized("NFD", c3))
390 self.assertTrue(unicodedata.is_normalized("NFD", c5))
392 self.assertTrue(unicodedata.is_normalized("NFKC", c4))
393 self.assertTrue(unicodedata.is_normalized("NFKD", c5))
/third_party/rust/crates/minimal-lexical/src/
Dheapvec.rs127 pub fn is_normalized(&self) -> bool { in is_normalized() method
128 bigint::is_normalized(self) in is_normalized()
Dstackvec.rs235 pub fn is_normalized(&self) -> bool { in is_normalized() method
236 bigint::is_normalized(self) in is_normalized()
Dbigint.rs174 pub fn is_normalized(x: &[Limb]) -> bool { in is_normalized() function
/third_party/rust/crates/minimal-lexical/tests/
Dvec_tests.rs94 assert_eq!(x.is_normalized(), true); in math_test()
97 assert_eq!(x.is_normalized(), false); in math_test()
100 assert_eq!(x.is_normalized(), true); in math_test()
/third_party/mesa3d/src/imagination/vulkan/
Dpvr_job_common.h66 bool is_normalized; member
Dpvr_job_common.c213 state.norm = surface_params->is_normalized; in pvr_pbe_pack_state()
Dpvr_cmd_buffer.c756 surface_params.is_normalized = vk_format_is_normalized(iview->vk.format); in pvr_setup_pbe_state()
/third_party/mesa3d/src/mesa/main/
Dformat_parser.py429 def is_normalized(self): member in Format
/third_party/python/Doc/library/
Dunicodedata.rst136 .. function:: is_normalized(form, unistr)
/third_party/python/Doc/whatsnew/
D3.8.rst1351 New function :func:`~unicodedata.is_normalized` can be used to verify a string
/third_party/python/Misc/NEWS.d/
D3.9.0a1.rst529 The implementation of :func:`~unicodedata.is_normalized` has been greatly
D3.8.0a1.rst1686 New function unicodedata.is_normalized, which can check whether a string is