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

Functions

bool IsWordChar (char c)
 
bool MatchesWholeWordAt (std::string_view text, size_t pos, size_t len)
 
std::string LowercaseCopy (std::string_view input)
 
absl::StatusOr< MessageBundleEntryParseMessageBundleEntry (const nlohmann::json &entry, MessageBank default_bank)
 

Function Documentation

◆ IsWordChar()

bool yaze::editor::anonymous_namespace{message_data.cc}::IsWordChar ( char c)

Definition at line 24 of file message_data.cc.

References IsWordChar().

Referenced by IsWordChar(), and MatchesWholeWordAt().

Here is the call graph for this function:

◆ MatchesWholeWordAt()

bool yaze::editor::anonymous_namespace{message_data.cc}::MatchesWholeWordAt ( std::string_view text,
size_t pos,
size_t len )

Definition at line 29 of file message_data.cc.

References IsWordChar(), and MatchesWholeWordAt().

Referenced by MatchesWholeWordAt().

Here is the call graph for this function:

◆ LowercaseCopy()

std::string yaze::editor::anonymous_namespace{message_data.cc}::LowercaseCopy ( std::string_view input)

Definition at line 37 of file message_data.cc.

◆ ParseMessageBundleEntry()

absl::StatusOr< MessageBundleEntry > yaze::editor::anonymous_namespace{message_data.cc}::ParseMessageBundleEntry ( const nlohmann::json & entry,
MessageBank default_bank )