Lines Matching full:point
303 … data length is only 1 and code in 0xd800-0xdfff, means that is a single code point, it needs to be in HWTEST_F_L0()
324 // code point lie in [0x00, 0x7F], it needs to be represented by one UTF8 code. in HWTEST_F_L0()
334 // code point lie in [0x80, 0x7FF], it needs to be represented by two UTF8 code, in HWTEST_F_L0()
343 …// code point lie in [0x800, 0xD7FF] or [0xDCoo, 0xFFFF], it needs to be represented by three UTF8… in HWTEST_F_L0()
411 // code point lie in [0x00, 0x7F], the length of utf8 code element byte is 1 in HWTEST_F_L0()
422 // code point lie in [0x80, 0x7FF], the length of utf8 code element byte is 2 in HWTEST_F_L0()
434 …// code point lie in [0x800, 0xD7FF] or [0xDC00,0xFFFF], the length of utf8 code element byte is 3. in HWTEST_F_L0()
435 …// when code point lie in [0xD800, 0xDBFF], due to the use of UCS-2, it corresponds to 3 utf8 symb… in HWTEST_F_L0()
446 // code point lie in [0x10000, 0x10FFFF], the length of utf8 code element byte is 4. in HWTEST_F_L0()
473 // when code point lie in (0x00, 0xFFFF], the required utf16 code element length is 1. in HWTEST_F_L0()
482 // when code point lie in [0x10000, 0x10FFFF], the required utf16 code element length is 2. in HWTEST_F_L0()