Home
last modified time | relevance | path

Searched defs:current (Results 1 – 25 of 36) sorted by relevance

12

/base/global/resmgr_standard/frameworks/resmgr/test/unittest/common/
Dres_config_impl_test.cpp71 ResConfigImpl *current = CreateResConfigImpl("fr", nullptr, "CA"); variable
85 ResConfigImpl *current = CreateResConfigImpl("fr", nullptr, "CA"); variable
99 ResConfigImpl *current = CreateResConfigImpl("fil", nullptr, "PH"); variable
113 ResConfigImpl *current = CreateResConfigImpl("qaa", nullptr, "CA"); variable
127 ResConfigImpl *current = CreateResConfigImpl("qaa", nullptr, "CA"); variable
141 ResConfigImpl *current = CreateResConfigImpl("az", "Latn", nullptr); variable
155 ResConfigImpl *current = CreateResConfigImpl("az", "Arab", nullptr); variable
169 ResConfigImpl *current = CreateResConfigImpl("ar", nullptr, "TN"); variable
183 ResConfigImpl *current = CreateResConfigImpl("qaa", nullptr, "CA"); variable
197 ResConfigImpl *current = CreateResConfigImpl("qaa", "Latn", "CA"); variable
[all …]
Dlocale_info_test.cpp71 std::string current = "en-US"; variable
94 std::string current = "zh-CN"; variable
114 std::string current = "en-CN"; variable
135 std::string current = "en-Qaag"; variable
157 std::string current = "en-AI"; variable
599 std::string current = "en-US"; variable
Dres_config_test.cpp68 ResConfigImpl *current = new ResConfigImpl; variable
/base/global/resmgr_lite/frameworks/resmgr_lite/test/unittest/lite/common/
Dres_config_impl_test.cpp71 ResConfigImpl *current = CreateResConfigImpl("fr", nullptr, "CA"); variable
85 ResConfigImpl *current = CreateResConfigImpl("fr", nullptr, "CA"); variable
99 ResConfigImpl *current = CreateResConfigImpl("fil", nullptr, "PH"); variable
113 ResConfigImpl *current = CreateResConfigImpl("qaa", nullptr, "CA"); variable
127 ResConfigImpl *current = CreateResConfigImpl("qaa", nullptr, "CA"); variable
141 ResConfigImpl *current = CreateResConfigImpl("az", "Latn", nullptr); variable
155 ResConfigImpl *current = CreateResConfigImpl("az", "Arab", nullptr); variable
169 ResConfigImpl *current = CreateResConfigImpl("ar", nullptr, "TN"); variable
183 ResConfigImpl *current = CreateResConfigImpl("qaa", nullptr, "CA"); variable
197 ResConfigImpl *current = CreateResConfigImpl("qaa", "Latn", "CA"); variable
[all …]
Dlocale_info_test.cpp72 std::string current = "en-US"; variable
95 std::string current = "zh-CN"; variable
115 std::string current = "en-CN"; variable
136 std::string current = "en-Qaag"; variable
158 std::string current = "en-AI"; variable
601 std::string current = "en-US"; variable
Dres_config_test.cpp68 ResConfigImpl *current = new ResConfigImpl; variable
/base/compileruntime/js_util_module/container/linkedlist/
Djs_linkedlist.ts138 let current = this.head; variable
150 let current = this.head; variable
163 let current = this.head; variable
208 let current = this.head; variable
238 let current = this.head; variable
309 let current = this.head; variable
335 const current = this.getNode(index); constant
346 let current = this.head; variable
371 let current = this.head; variable
/base/compileruntime/js_util_module/container/list/
Djs_list.ts126 let current = this.head; variable
138 let current = this.head; variable
151 let current = this.head; variable
169 let current = this.head; variable
252 let current = this.head; variable
284 const current = this.head; constant
299 const current = this.getNode(index); constant
346 let current = this.head; variable
362 let current = this.head; variable
/base/global/resmgr_lite/frameworks/resmgr_lite/src/
Dlocale_matcher.cpp238 int8_t CompareRegionWhenQaag(const ResLocale *current, in CompareRegionWhenQaag()
266 bool CompareLanguage(const ResLocale *current, const ResLocale *other) in CompareLanguage()
296 bool CompareScript(const ResLocale *current, const ResLocale *other) in CompareScript()
335 int8_t AlphabeticallyCompare(const ResLocale *current, in AlphabeticallyCompare()
371 const ResLocale *current, in CompareWhenRegionIsNull()
423 int8_t CompareDefaultRegion(const ResLocale *current, in CompareDefaultRegion()
455 int8_t CompareRegion(const ResLocale *current, in CompareRegion()
505 bool LocaleMatcher::Match(const ResLocale *current, const ResLocale *other) in Match()
541 int8_t CompareLanguageIgnoreOldNewCode(const ResLocale *current, const ResLocale *other, const ResL… in CompareLanguageIgnoreOldNewCode()
572 bool CompareRegionWhenLangIsNotEqual(const ResLocale *current, in CompareRegionWhenLangIsNotEqual()
[all …]
/base/global/resmgr_standard/frameworks/resmgr/src/
Dlocale_matcher.cpp238 int8_t CompareRegionWhenQaag(const ResLocale *current, in CompareRegionWhenQaag()
266 bool CompareLanguage(const ResLocale *current, const ResLocale *other) in CompareLanguage()
295 bool CompareScript(const ResLocale *current, const ResLocale *other) in CompareScript()
334 int8_t AlphabeticallyCompare(const ResLocale *current, in AlphabeticallyCompare()
370 const ResLocale *current, in CompareWhenRegionIsNull()
422 int8_t CompareDefaultRegion(const ResLocale *current, in CompareDefaultRegion()
454 int8_t CompareRegion(const ResLocale *current, in CompareRegion()
504 bool LocaleMatcher::Match(const ResLocale *current, const ResLocale *other) in Match()
540 int8_t CompareLanguageIgnoreOldNewCode(const ResLocale *current, const ResLocale *other, const ResL… in CompareLanguageIgnoreOldNewCode()
571 bool CompareRegionWhenLangIsNotEqual(const ResLocale *current, in CompareRegionWhenLangIsNotEqual()
[all …]
/base/startup/init_lite/services/param/manager/
Dparam_trie.c149 static ParamTrieNode *AddToSubTrie(WorkSpace *workSpace, ParamTrieNode *current, const char *key, u… in AddToSubTrie()
186 ParamTrieNode *current = GetTrieRoot(workSpace); in AddTrieNode() local
216 ParamTrieNode *current, const char *key, uint32_t keyLen, uint32_t *matchLabel) in FindSubTrie()
251 ParamTrieNode *current = GetTrieRoot(workSpace); in FindTrieNode() local
287 const ParamTrieNode *current, TraversalTrieNodePtr walkFunc, void *cookie) in TraversalSubTrieNode()
304 ParamTrieNode *current = (ParamTrieNode *)root; in TraversalTrieNode() local
Dparam_manager.c208 ParamTrieNode *current = (ParamTrieNode *)node; in ProcessParamTraversal() local
315 ParamTrieNode *current = (ParamTrieNode *)node; in DumpTrieDataNodeTraversal() local
/base/powermgr/thermal_manager/application/protector/src/action/
Dcurrent_action.cpp46 int32_t CurrentAction::BatteryCurrentActionRequest(uint32_t current) in BatteryCurrentActionRequest()
/base/powermgr/thermal_manager/services/native/src/thermal_action/action/
Daction_charger.cpp62 uint32_t ActionCharger::ChargerRequest(uint32_t current) in ChargerRequest()
/base/accessibility/services/aams/src/
Daccessibility_input_interceptor.cpp125 sptr<EventTransmission> current = nullptr; in CreateTransmitters() local
284 sptr<EventTransmission> &current, const sptr<EventTransmission> &next) in SetNextEventTransmitter()
/base/global/i18n_standard/frameworks/intl/src/
Di18n_break_iterator.cpp34 int32_t I18nBreakIterator::current() in current() function in OHOS::Global::I18n::I18nBreakIterator
/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/
DStringPool.java41 int current = 0; in StringPool() local
/base/user_iam/auth_executor_mgr/common/common/src/
Dlinked_list.c107 LinkedListNode *current = iterator->current; in IteratorNext() local
/base/user_iam/auth_executor_mgr/common/common/inc/
Dlinked_list.h32 LinkedListNode *current; member
/base/startup/init_lite/services/param/service/
Dparam_persist.c42 ParamTrieNode *current = (ParamTrieNode *)node; in SavePersistParam() local
/base/powermgr/thermal_manager/services/native/test/unittest/src/
Dthermal_mgr_policy_test.cpp1638 std::string current = currentValue; variable
1678 std::string current = currentValue; variable
1716 std::string current = currentValue; variable
1756 std::string current = currentValue; variable
1794 std::string current = currentValue; variable
1834 std::string current = currentValue; variable
1873 std::string current = currentValue; variable
1907 std::string current = currentValue; variable
1941 std::string current = currentValue; variable
/base/powermgr/thermal_manager/test/systemtest/src/
Dthermal_mgr_system_test.cpp1674 std::string current = currentValue; variable
1714 std::string current = currentValue; variable
1752 std::string current = currentValue; variable
1792 std::string current = currentValue; variable
1830 std::string current = currentValue; variable
1870 std::string current = currentValue; variable
1909 std::string current = currentValue; variable
1943 std::string current = currentValue; variable
1977 std::string current = currentValue; variable
/base/hiviewdfx/hilog/services/hilogd/
Dkmsg_parser.cpp126 auto current = system_clock::now(); in BootTime() local
/base/global/i18n_lite/frameworks/i18n/src/
Dstr_util.cpp103 int32_t current = 0; in Split() local
/base/hiviewdfx/faultloggerd/tools/process_dump/
Ddfx_util.cpp171 std::string GetCurrentTimeStr(uint64_t current) in GetCurrentTimeStr()

12