Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "LangCodeExpander.h"
#include "LangInfo.h"
#include "utils/RegExp.h"
#include "utils/StringUtils.h"
#include "utils/XBMCTinyXML.h"
#include <algorithm>
#include <array>
Classes | |
struct | LCENTRY |
struct | ISO639 |
struct | ISO3166_1 |
Macros | |
#define | MAKECODE(a, b, c, d) |
#define | MAKETWOCHARCODE(a, b) |
Typedefs | |
typedef struct LCENTRY | LCENTRY |
Variables | |
const std::array< struct LCENTRY, 188 > | g_iso639_1 |
const std::array< struct LCENTRY, 540 > | g_iso639_2 |
const std::array< ISO639, 192 > | LanguageCodes |
const std::array< ISO3166_1, 245 > | RegionCodes |
#define MAKECODE | ( | a, | |
b, | |||
c, | |||
d ) |
#define MAKETWOCHARCODE | ( | a, | |
b ) |
typedef struct LCENTRY LCENTRY |
const std::array< struct LCENTRY, 188 > g_iso639_1 |
const std::array< struct LCENTRY, 540 > g_iso639_2 |
const std::array< ISO639, 192 > LanguageCodes |
const std::array< ISO3166_1, 245 > RegionCodes |