|
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include <guid.h>#include "StringUtils.h"#include "CharsetConverter.h"#include "LangInfo.h"#include "Util.h"#include <fstrcmp.h>#include <functional>#include <array>#include <iomanip>#include <assert.h>#include <math.h>#include <time.h>#include <stdlib.h>#include <string.h>#include <stdio.h>#include <memory.h>#include <algorithm>#include "utils/RegExp.h"Macros | |
| #define | FORMAT_BLOCK_SIZE 512 |
Functions | |
| int | compareWchar (const void *a, const void *b) |
| wchar_t | tolowerUnicode (const wchar_t &c) |
| wchar_t | toupperUnicode (const wchar_t &c) |
| int | IsUTF8Letter (const unsigned char *str) |
| #define FORMAT_BLOCK_SIZE 512 |
| int IsUTF8Letter | ( | const unsigned char * | str | ) |
| wchar_t tolowerUnicode | ( | const wchar_t & | c | ) |
| wchar_t toupperUnicode | ( | const wchar_t & | c | ) |