/base/global/i18n/frameworks/intl/include/ |
H A D | i18n_normalizer.h | 29 std::string Normalize(const char *text, int32_t length, I18nErrorCode &errorCode);
|
/base/global/i18n/frameworks/intl/test/fuzztest/normalizer_fuzzer/ |
H A D | normalizer_fuzzer.cpp | 34 i18nNormalizer.Normalize(input.c_str(), size, errorCode); in DoSomethingInterestingWithMyAPI()
|
/base/global/i18n/interfaces/js/kits/include/ |
H A D | i18n_normalizer_addon.h | 37 static napi_value Normalize(napi_env env, napi_callback_info info);
|
/base/global/resource_management/frameworks/resmgr/include/ |
H A D | locale_matcher.h | 65 static bool Normalize(ResLocale *resLocale);
|
/base/global/resource_management_lite/frameworks/resmgr_lite/include/ |
H A D | locale_matcher.h | 65 static bool Normalize(ResLocale *resLocale);
|
/base/global/i18n/frameworks/intl/src/ |
H A D | i18n_normalizer.cpp | 42 std::string I18nNormalizer::Normalize(const char *text, int32_t length, I18nErrorCode &errorCode) in Normalize() function in OHOS::Global::I18n::I18nNormalizer
|
/base/global/i18n/interfaces/js/kits/src/ |
H A D | i18n_normalizer_addon.cpp | 50 DECLARE_NAPI_FUNCTION("normalize", Normalize), in InitI18nNormalizer() 141 napi_value I18nNormalizerAddon::Normalize(napi_env env, napi_callback_info info) in Normalize() function in OHOS::Global::I18n::I18nNormalizerAddon 175 std::string normalizedText = obj->normalizer_->Normalize(text.c_str(), static_cast<int32_t>(text.length()), in Normalize()
|
/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
H A D | res_config_impl.cpp | 55 if (LocaleMatcher::Normalize(resLocale)) { in SetLocaleInfo() 268 if (LocaleMatcher::Normalize(this->resLocale_)) { in CompleteScript()
|
H A D | res_locale.cpp | 434 LocaleMatcher::Normalize(currentLocale); in FindAndSort() 439 LocaleMatcher::Normalize(resLocale); in FindAndSort()
|
H A D | locale_matcher.cpp | 518 bool LocaleMatcher::Normalize(ResLocale *localeInfo) in Normalize() function in OHOS::Global::Resource::LocaleMatcher
|
/base/global/i18n/frameworks/intl/test/unittest/ |
H A D | i18n_test.cpp | 96 string normalizedText = normalizer.Normalize(text.c_str(), text.length(), errorCode); in HWTEST_F() 102 normalizedText = normalizer.Normalize(text.c_str(), text.length(), errorCode); in HWTEST_F() 108 normalizedText = normalizer.Normalize(text.c_str(), text.length(), errorCode); in HWTEST_F() 112 std::string result = normalizer.Normalize(nullptr, 0, errorCode); in HWTEST_F() 128 string normalizedText = normalizer.Normalize(text.c_str(), text.length(), errorCode); in HWTEST_F() 134 normalizedText = normalizer.Normalize(text.c_str(), text.length(), errorCode); in HWTEST_F() 140 normalizedText = normalizer.Normalize(text.c_str(), text.length(), errorCode); in HWTEST_F() 158 string normalizedText = normalizer.Normalize(text.c_str(), text.length(), errorCode); in HWTEST_F() 164 normalizedText = normalizer.Normalize(text.c_str(), text.length(), errorCode); in HWTEST_F() 170 normalizedText = normalizer.Normalize(tex in HWTEST_F() [all...] |
/base/sensors/sensor/vibration_convert/core/algorithm/conversion/include/ |
H A D | fft.h | 106 void Normalize(FftParaAndResult ¶Res);
|
/base/global/resource_management/frameworks/resmgr/src/ |
H A D | res_locale.cpp | 443 LocaleMatcher::Normalize(currentLocale); in FindAndSort() 448 LocaleMatcher::Normalize(resLocale); in FindAndSort()
|
H A D | res_config_impl.cpp | 97 if (!LocaleMatcher::Normalize(temp)) { in BuildResLocale() 677 if (LocaleMatcher::Normalize(this->resLocale_)) { in CompleteScript()
|
H A D | locale_matcher.cpp | 520 bool LocaleMatcher::Normalize(ResLocale *localeInfo) in Normalize() function in OHOS::Global::Resource::LocaleMatcher
|
/base/sensors/sensor/vibration_convert/core/algorithm/conversion/src/ |
H A D | fft.cpp | 131 Normalize(paraRes); in AlgFFT() 136 void Fft::Normalize(FftParaAndResult ¶Res) in Normalize() function in OHOS::Sensors::Fft
|