Home
last modified time | relevance | path

Searched refs:tempResult (Results 1 - 6 of 6) sorted by relevance

/base/global/i18n_lite/frameworks/i18n/src/
H A Dplural_format_impl.cpp166 bool tempResult = true; in ParseDecimalRule() local
170 if (curResult && tempResult) { in ParseDecimalRule()
178 tempResult = true; in ParseDecimalRule()
188 tempResult = true; in ParseDecimalRule()
193 tempResult = false; in ParseDecimalRule()
196 tempResult = false; in ParseDecimalRule()
200 return tempResult; in ParseDecimalRule()
248 bool tempResult = true; in ParseRule() local
252 if (curResult && tempResult) { in ParseRule()
260 tempResult in ParseRule()
[all...]
H A Dnumber_format_impl.cpp225 char *tempResult = FillMinDecimal(result, lastLen - num, add, false); in DelMoreZero() local
233 result = tempResult; in DelMoreZero()
237 char *tempResult = FillMinDecimal(result, lastLen - num, add, true); in DelMoreZero() local
245 result = tempResult; in DelMoreZero()
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H A Dsmaps_memory_info.cpp119 vector<string> tempResult; in BuildSmapsInfo() local
131 tempResult.push_back(value); in BuildSmapsInfo()
133 result->push_back(tempResult); in BuildSmapsInfo()
146 vector<string> tempResult; in BuildSmapsResult() local
166 tempResult.push_back(value); in BuildSmapsResult()
168 result->push_back(tempResult); in BuildSmapsResult()
H A Dget_hardware_info.cpp178 for (auto& tempResult : results) { in GetHardwareUsage()
179 uint64_t value = tempResult.get(); in GetHardwareUsage()
H A Dmemory_info.cpp143 vector<string> tempResult; in BuildResult() local
157 tempResult.push_back(group); in BuildResult()
167 tempResult.push_back(value); in BuildResult()
169 result->push_back(tempResult); in BuildResult()
/base/powermgr/battery_manager/services/zidl/src/
H A Dbattery_srv_proxy.cpp432 std::u16string tempResult; in GetBatteryConfig() local
435 RETURN_IF_READ_PARCEL_FAILED_WITH_RET(reply, String16, tempResult, BatteryError::ERR_CONNECTION_FAIL); in GetBatteryConfig()
436 result = Str16ToStr8(tempResult); in GetBatteryConfig()

Completed in 6 milliseconds