From 9dd66a7dd0c5ba39f9b602daafea88a00cef75e8 Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Sun, 9 Aug 2020 02:07:13 +0200 Subject: unicode utf_len added; cell sms services added --- fw/fe310/eos/unicode.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fw/fe310/eos/unicode.h') diff --git a/fw/fe310/eos/unicode.h b/fw/fe310/eos/unicode.h index a3b9696..12fa99c 100644 --- a/fw/fe310/eos/unicode.h +++ b/fw/fe310/eos/unicode.h @@ -9,9 +9,11 @@ typedef uint32_t utf32_t; int utf8_enc(utf32_t ch, utf8_t *str); int utf8_dec(utf8_t *str, utf32_t *ch); +int utf8_len(utf8_t *str); int utf8_seek(utf8_t *str, int off, utf32_t *ch); int utf8_verify(utf8_t *str, int str_size, int *str_len); int utf16_enc(utf32_t ch, uint8_t *str); int utf16_dec(uint8_t *str, utf32_t *ch); +int utf16_len(uint8_t *str); int utf16_seek(uint8_t *str, int off, utf32_t *ch); -- cgit v1.2.3