127 #ifndef LEGATO_UTF8_INCLUDE_GUARD
128 #define LEGATO_UTF8_INCLUDE_GUARD
193 const size_t destSize,
228 const size_t destSize,
229 size_t* destStrLenPtr
257 const size_t destSize,
279 #endif // LEGATO_UTF8_INCLUDE_GUARD
ssize_t le_utf8_NumChars(const char *string)
le_result_t
Definition: le_basics.h:34
bool le_utf8_IsFormatCorrect(const char *string)
le_result_t le_utf8_Copy(char *destStr, const char *srcStr, const size_t destSize, size_t *numBytesPtr)
le_result_t le_utf8_Append(char *destStr, const char *srcStr, const size_t destSize, size_t *destStrLenPtr)
size_t le_utf8_NumBytes(const char *string)
le_result_t le_utf8_CopyUpToSubStr(char *destStr, const char *srcStr, const char *subStr, const size_t destSize, size_t *numBytesPtr)