yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::i18n::anonymous_namespace{language_manager.cc} Namespace Reference

Classes

class  FlatJsonParser
 

Functions

void AppendUtf8 (uint32_t cp, std::string *out)
 
int HexVal (char c)
 
std::filesystem::path ResolveI18nDir ()
 

Variables

constexpr char kDefaultLocale [] = "en"
 

Function Documentation

◆ AppendUtf8()

void yaze::i18n::anonymous_namespace{language_manager.cc}::AppendUtf8 ( uint32_t cp,
std::string * out )

Definition at line 21 of file language_manager.cc.

References AppendUtf8().

Referenced by AppendUtf8(), and yaze::i18n::anonymous_namespace{language_manager.cc}::FlatJsonParser::ParseString().

Here is the call graph for this function:

◆ HexVal()

int yaze::i18n::anonymous_namespace{language_manager.cc}::HexVal ( char c)

Definition at line 39 of file language_manager.cc.

References HexVal().

Referenced by HexVal(), and yaze::i18n::anonymous_namespace{language_manager.cc}::FlatJsonParser::ParseHex4().

Here is the call graph for this function:

◆ ResolveI18nDir()

std::filesystem::path yaze::i18n::anonymous_namespace{language_manager.cc}::ResolveI18nDir ( )

Definition at line 195 of file language_manager.cc.

References yaze::util::PlatformPaths::FindAsset(), and ResolveI18nDir().

Referenced by ResolveI18nDir().

Here is the call graph for this function:

Variable Documentation

◆ kDefaultLocale

constexpr char yaze::i18n::anonymous_namespace{language_manager.cc}::kDefaultLocale[] = "en"
constexpr

Definition at line 18 of file language_manager.cc.