Home
last modified time | relevance | path

Searched refs:GetUnicodeWrappedFilePath (Results 1 – 5 of 5) sorted by relevance

/base/global/i18n/interfaces/js/kits/include/
Di18n_addon.h64 static napi_value GetUnicodeWrappedFilePath(napi_env env, napi_callback_info info);
/base/global/i18n/frameworks/intl/test/unittest/
Dintl_test_extent.cpp137 … std::string res = LocaleConfig::GetUnicodeWrappedFilePath(path, delimiter, localeInfo, errorCode);
141 res = LocaleConfig::GetUnicodeWrappedFilePath(path, delimiter, localeInfo, errorCode);
145 res = LocaleConfig::GetUnicodeWrappedFilePath(path, delimiter, localeInfo, errorCode);
902 … std::string res = LocaleConfig::GetUnicodeWrappedFilePath(path, delimiter, localeInfo, errorCode);
905 res = LocaleConfig::GetUnicodeWrappedFilePath("", delimiter, localeInfo, errorCode);
908 res = LocaleConfig::GetUnicodeWrappedFilePath(path, delimiter, invalidLocale, errorCode);
911 res = LocaleConfig::GetUnicodeWrappedFilePath(path, delimiter, invalidLocale, errorCode);
914 res = LocaleConfig::GetUnicodeWrappedFilePath(path, delimiter, localeInfo, errorCode);
/base/global/i18n/frameworks/intl/include/
Dlocale_config.h141 static std::string GetUnicodeWrappedFilePath(const std::string &path, const char delimiter,
/base/global/i18n/interfaces/js/kits/src/
Di18n_addon.cpp94 DECLARE_NAPI_STATIC_FUNCTION("getUnicodeWrappedFilePath", GetUnicodeWrappedFilePath) in InitI18nUtil()
740 napi_value I18nAddon::GetUnicodeWrappedFilePath(napi_env env, napi_callback_info info) in GetUnicodeWrappedFilePath() function in OHOS::Global::I18n::I18nAddon
782 std::string result = LocaleConfig::GetUnicodeWrappedFilePath(path, delimiter, in GetUnicodeWrappedFilePath()
/base/global/i18n/frameworks/intl/src/
Dlocale_config.cpp1957 std::string LocaleConfig::GetUnicodeWrappedFilePath(const std::string &path, const char delimiter, in GetUnicodeWrappedFilePath() function in OHOS::Global::I18n::LocaleConfig