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< MessageBundleEntry > | ParseMessageBundleEntry (const nlohmann::json &entry, MessageBank default_bank) |
| 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().

| 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().

| std::string yaze::editor::anonymous_namespace{message_data.cc}::LowercaseCopy | ( | std::string_view | input | ) |
Definition at line 37 of file message_data.cc.
| absl::StatusOr< MessageBundleEntry > yaze::editor::anonymous_namespace{message_data.cc}::ParseMessageBundleEntry | ( | const nlohmann::json & | entry, |
| MessageBank | default_bank ) |
Definition at line 820 of file message_data.cc.
References yaze::editor::MessageBundleEntry::bank, yaze::editor::MessageBundleEntry::id, yaze::editor::MessageBankFromString(), yaze::editor::MessageBundleEntry::parsed, ParseMessageBundleEntry(), yaze::editor::MessageBundleEntry::raw, and yaze::editor::MessageBundleEntry::text.
Referenced by ParseMessageBundleEntry().
