Home
last modified time | relevance | path

Searched refs:paramBackup (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/include/
H A Drules_engine.h33 std::unordered_map<std::string, std::string> paramBackup) in RulesSet()
38 this->paramBackup = paramBackup; in RulesSet()
43 std::unordered_map<std::string, std::string> paramBackup; member
62 std::unordered_map<std::string, std::string> paramBackup; variable
H A Ddate_time_rule.h73 std::unordered_map<std::string, std::string> paramBackup; variable
/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/rulesengine_fuzzer/
H A Drulesengine_fuzzer.cpp32 std::unordered_map<std::string, std::string> paramBackup; in DoSomethingInterestingWithMyAPI() local
36 paramBackup[input] = input; in DoSomethingInterestingWithMyAPI()
37 RulesSet ruleSet = {rulesMap, subRules, param, paramBackup}; in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/src/
H A Drules_engine.cpp33 this->paramBackup = rulesSet.paramBackup; in RulesEngine()
107 if (param.size() != 0 || paramBackup.size() != 0) { in InitRules()
119 std::string paramBackupValue = this->dateTimeRule->Get(paramBackup, valueStr); in InitRules()
152 if (param.size() != 0 || paramBackup.size() != 0) { in InitOptRules()
166 std::string paramBackupValue = this->dateTimeRule->Get(paramBackup, value); in InitOptRules()
H A Ddate_time_rule.cpp140 LoadStrToStr(&paramBackup, valueNext); in InitRuleBackup()
395 return paramBackup; in GetParamBackup()
/ohos5.0/base/global/i18n/frameworks/intl/test/unittest/
H A Dintl_test_extent.cpp1053 std::unordered_map<std::string, std::string> paramBackup = {}; variable
1054 RulesSet rulesSet(rulesMap, subRules, param, paramBackup);