Rudiments
utf8charstring.h
1// Copyright (c) 1999-2018 David Muse
2// See the COPYING file for more information.
3
4#ifndef RUDIMENTS_UTF8CHARSTRING_H
5#define RUDIMENTS_UTF8CHARSTRING_H
6
7#include <rudiments/private/utf8charstringincludes.h>
8
11class RUDIMENTS_DLLSPEC utf8charstring {
12 public:
13
16 static bool isByteOrderMark(const utf8_t *str);
17
19 static size_t getLength(const utf8_t *string);
20
23 static size_t getSize(const utf8_t *string);
24
25 #include <rudiments/private/utf8charstring.h>
26};
27
28#endif
Definition avltree.h:11
Definition utf8charstring.h:11
static size_t getSize(const utf8_t *string)
static bool isByteOrderMark(const utf8_t *str)
static size_t getLength(const utf8_t *string)