Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/base/i18n/
H A Dlocalization.cpp72 const char CHINESE_TEN[] = u8"\u5341"; member
670 ret = std::string(CHINESE_FIRST) + std::string(CHINESE_TEN); in GetLunarDay()
672 ret = std::string(CHINESE_TEN) + std::string(g_chineseOneToNine[dayOfMonth - 11]); in GetLunarDay()
674 ret = std::string(CHINESE_TWENTY) + std::string(CHINESE_TEN); in GetLunarDay()
676 ret = g_chineseOneToNine[2] + std::string(CHINESE_TEN); in GetLunarDay()

Completed in 2 milliseconds