• Home
  • Raw
  • Download

Lines Matching full:sequence

88  * @tc.desc: Judge whether an input group of symbols is a valid UTF8 coding sequence.
152 * @tc.desc: Converts a UTF16 encoding sequence encoding a character into a UTF8 encoding sequence,
153 * and returns the sequence and the byte length of the sequence. The parameter "modify"
286 * @tc.desc: Enter a string of UTF16 coded sequences and return the length of the sequence converted…
287 * sequences. "length" indicates the length of the input UTF16 sequence, and "modify" indi…
380 // The trail value of Bad sequence is invalid, not located in [0xDC00, 0xDFFF]. in HWTEST_F_L0()
402 * @tc.desc: Converts a UTF8 encoding sequence encoding a character into a UTF16 encoding sequence, …
403 * sequence and the byte length of the UTF16 encoding sequence. The parameter "combine" id…
465 * @tc.desc: Enter a string of UTF8 coded sequences and return the length of the sequence converted …
535 * @tc.desc: Input aUTF16-encoded sequence (thelength is "utf16Len"), convert part of the sequence i…
536 * sequence, and save it to "utf8Out"(the maximum length is "utf8Len"). The start paramete…
552 * @tc.desc: Input a UTF8-encoded sequence, convert part of the sequence into a UTF8-encoded sequenc…
578 * @tc.desc: Converts a UTF8 encoding sequence encoding a character into a unicode point, and return…
579 * unicode point and the byte length of the utf8 encoding sequence.
824 std::string utf8 = "\xC0\x80\xC0\x80"; // Continuous illegal sequence in HWTEST_F_L0()
1004 std::string utf8 = "\xC0\x80\xC0\x80"; // Continuous illegal sequence in HWTEST_F_L0()