Lines Matching full:sequence
112 * @tc.desc: Judge whether an input group of symbols is a valid UTF8 coding sequence.
162 * @tc.desc: Converts a UTF16 encoding sequence encoding a character into a UTF8 encoding sequence,
163 * and returns the sequence and the byte length of the sequence. The parameter "modify"
296 * @tc.desc: Enter a string of UTF16 coded sequences and return the length of the sequence converted…
297 * sequences. "length" indicates the length of the input UTF16 sequence, and "modify" indi…
382 // The trail value of Bad sequence is invalid, not located in [0xDC00, 0xDFFF]. in HWTEST_F_L0()
404 * @tc.desc: Converts a UTF8 encoding sequence encoding a character into a UTF16 encoding sequence, …
405 * sequence and the byte length of the UTF16 encoding sequence. The parameter "combine" id…
467 * @tc.desc: Enter a string of UTF8 coded sequences and return the length of the sequence converted …
502 * @tc.desc: Input aUTF16-encoded sequence (thelength is "utf16Len"), convert part of the sequence i…
503 * sequence, and save it to "utf8Out"(the maximum length is "utf8Len"). The start paramete…
535 * @tc.desc: Input a UTF8-encoded sequence, convert part of the sequence into a UTF8-encoded sequenc…
559 // When "start" is in the middle of a symbol sequence in HWTEST_F_L0()