Searched refs:GetUnicodeWrappedFilePath (Results 1 – 5 of 5) sorted by relevance
| /base/global/i18n/interfaces/js/kits/include/ |
| D | i18n_addon.h | 64 static napi_value GetUnicodeWrappedFilePath(napi_env env, napi_callback_info info);
|
| /base/global/i18n/frameworks/intl/test/unittest/ |
| D | intl_test_extent.cpp | 137 … 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/ |
| D | locale_config.h | 141 static std::string GetUnicodeWrappedFilePath(const std::string &path, const char delimiter,
|
| /base/global/i18n/interfaces/js/kits/src/ |
| D | i18n_addon.cpp | 94 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/ |
| D | locale_config.cpp | 1957 std::string LocaleConfig::GetUnicodeWrappedFilePath(const std::string &path, const char delimiter, in GetUnicodeWrappedFilePath() function in OHOS::Global::I18n::LocaleConfig
|