Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <guid.h>
#include "CharsetConverter.h"
#include "LangInfo.h"
#include "StringUtils.h"
#include "XBDateTime.h"
#include "utils/RegExp.h"
#include <algorithm>
#include <array>
#include <assert.h>
#include <functional>
#include <inttypes.h>
#include <iomanip>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <fstrcmp.h>
#include <memory.h>
Namespaces | |
namespace | KODI |
namespace | KODI::UTILS |
Macros | |
#define | FORMAT_BLOCK_SIZE 512 |
Functions | |
int | KODI::UTILS::compareWchar (const void *a, const void *b) |
wchar_t | KODI::UTILS::tolowerUnicode (const wchar_t &c) |
wchar_t | KODI::UTILS::toupperUnicode (const wchar_t &c) |
template<typename Str , typename Fn > | |
void | KODI::UTILS::transformString (const Str &input, Str &output, Fn fn) |
int | KODI::UTILS::IsUTF8Letter (const unsigned char *str) |
#define FORMAT_BLOCK_SIZE 512 |