Home
last modified time | relevance | path

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

/Zephyr-latest/lib/utils/
Dutf8.c26 char *last_byte_p = utf8_str + len - 1U; in utf8_trunc() local
30 if ((*last_byte_p & ASCII_CHAR) == *last_byte_p) { in utf8_trunc()
37 while ((*last_byte_p & SEQUENCE_FIRST_MASK) != SEQUENCE_FIRST_MASK && in utf8_trunc()
38 last_byte_p > utf8_str) { in utf8_trunc()
39 last_byte_p--; in utf8_trunc()
48 seq_start_byte = *last_byte_p; in utf8_trunc()
64 *last_byte_p = '\0'; in utf8_trunc()