Home
last modified time | relevance | path

Searched refs:lettersIndex (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_localization.cpp76 std::string Localization::GetEntryLetters(const std::string& lettersIndex) in GetEntryLetters() argument
/foundation/arkui/ace_engine/frameworks/base/i18n/
H A Dlocalization.h259 * @param lettersIndex letters index, like "common.ok"
262 std::string GetEntryLetters(const std::string& lettersIndex);
H A Dlocalization.cpp800 std::string Localization::GetEntryLetters(const std::string& lettersIndex) in GetEntryLetters() argument
803 if (lettersIndex.empty()) { in GetEntryLetters()
820 StringUtils::StringSplitter(lettersIndex, JSON_PATH_CARVE, jsonLetterIndex); in GetEntryLetters()

Completed in 4 milliseconds