Lines Matching full:subsequence
204 /// subsequence and the subsequence's length in code units (uint8_t).
304 /// @brief Decode a UTF-8 minimal well-formed code unit subsequence starting
308 /// code unit subsequence, then the Unicode scalar value is 0, and the length
372 /// subsequence that Func accepted.
384 /// @brief Consume a minimal well-formed code unit subsequence starting at
392 /// @brief Return true if the minimal well-formed code unit subsequence at
670 } else if (*i & 0x80) { // UTF-8 multiple code unit subsequence.