Home
last modified time | relevance | path

Searched refs:numeric (Results 1 – 25 of 140) sorted by relevance

123456

/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Doperator_name.cpp115 std::string numeric = ""; in GsmOperatorInfo() local
119 numeric = operatorInfoResult->numeric; in GsmOperatorInfo()
140 numeric = operatorInfoResult->numeric; in CdmaOperatorInfo()
519 if (numeric.empty()) { in isCMCard()
532 if (numeric.empty()) { in isCUCard()
545 if (numeric.empty()) { in isCTCard()
558 if (numeric.empty()) { in isCBCard()
571 if (numeric.empty()) { in isCMDomestic()
584 if (numeric.empty()) { in isCUDomestic()
597 if (numeric.empty()) { in isCTDomestic()
[all …]
H A Dnetwork_selection.cpp190 std::string numeric = availableNetworkInfoItem.numeric; in AvailNetworkResult() local
191 std::string customName = OperatorNameUtils::GetInstance().GetCustomName(numeric); in AvailNetworkResult()
197 networkStateItem.SetOperateInformation(longName, shortName, numeric, status, rat); in AvailNetworkResult()
/ohos5.0/base/telephony/core_service/services/network_search/include/
H A Doperator_name.h58 std::string GetCustomName(const std::string &numeric);
61 std::string GetEons(const std::string &numeric, int32_t lac, bool longNameRequired);
69 bool isCMCard(const std::string &numeric);
70 bool isCUCard(const std::string &numeric);
71 bool isCTCard(const std::string &numeric);
72 bool isCBCard(const std::string &numeric);
73 bool isCMDomestic(const std::string &numeric);
74 bool isCUDomestic(const std::string &numeric);
75 bool isCTDomestic(const std::string &numeric);
76 bool isCBDomestic(const std::string &numeric);
[all …]
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/ril/
H A D_operator_info_v10.md22 | String [numeric](#numeric) | 运营商编号 |
38 ### numeric subsection
41 String OperatorInfo::numeric
H A D_operator_info_v11.md22 | String [numeric](#numeric) | 运营商编号 |
38 ### numeric subsection
41 String OperatorInfo::numeric
H A D_available_network_info_v10.md22 | String [numeric](#numeric) | 可用网络编号 |
40 ### numeric subsection
43 String AvailableNetworkInfo::numeric
H A D_available_network_info_v11.md22 | String [numeric](#numeric) | 可用网络编号 |
40 ### numeric subsection
43 String AvailableNetworkInfo::numeric
/ohos5.0/docs/en/application-dev/reference/apis-input-kit/
H A Djs-apis-keycode.md145 | KEYCODE_NUMPAD_0 | 2103 | Key 0 on numeric keypad |
146 | KEYCODE_NUMPAD_1 | 2104 | Key 1 on numeric keypad |
147 | KEYCODE_NUMPAD_2 | 2105 | Key 2 on numeric keypad |
148 | KEYCODE_NUMPAD_3 | 2106 | Key 3 on numeric keypad |
149 | KEYCODE_NUMPAD_4 | 2107 | Key 4 on numeric keypad |
150 | KEYCODE_NUMPAD_5 | 2108 | Key 5 on numeric keypad |
151 | KEYCODE_NUMPAD_6 | 2109 | Key 6 on numeric keypad |
152 | KEYCODE_NUMPAD_7 | 2110 | Key 7 on numeric keypad |
153 | KEYCODE_NUMPAD_8 | 2111 | Key 8 on numeric keypad |
154 | KEYCODE_NUMPAD_9 | 2112 | Key 9 on numeric keypad |
[all …]
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Dlocale_info.cpp53 numeric = ""; in ResetFinalLocaleStatus()
113 !caseFirst.empty() || !numeric.empty()) { in ComputeFinalLocaleTag()
131 if (!numeric.empty()) { in ComputeFinalLocaleTag()
132 finalLocaleTag += numericTag + numeric; in ComputeFinalLocaleTag()
160 numeric = localeTag.substr(localeTag.find(numericTag) + CONFIG_TAG_LEN); in ParseLocaleTag()
161 numeric = numeric.substr(0, numeric.find(flag)); in ParseLocaleTag()
189 numeric = configs["numeric"]; in ParseConfigs()
237 return numeric; in GetNumeric()
H A Dcollator.cpp68 numeric = ParseOption(options, "numeric"); in ParseAllOptions()
168 if (numeric == "") { in SetNumeric()
169 numeric = localeInfo->GetNumeric(); in SetNumeric()
170 if (numeric != "true" && numeric != "false") { in SetNumeric()
171 numeric = "false"; in SetNumeric()
175 if (numeric == "true") { in SetNumeric()
290 options.insert(std::pair<std::string, std::string>("numeric", numeric)); in ResolvedOptions()
H A Drelative_time_format.cpp118 numeric = configs["numeric"]; in ParseConfigs()
130 if (!strcmp(numeric.c_str(), "always")) { in Format()
176 if (numeric.empty() || !strcmp(numeric.c_str(), "always")) { in FormatToParts()
216 if (!numeric.empty()) { in GetResolvedOptions()
217 map.insert(std::make_pair("numeric", numeric)); in GetResolvedOptions()
/ohos5.0/docs/zh-cn/application-dev/internationalization/
H A Di18n-time-date.md75 | numeric | 2021 |
115 let dateFormat3 = new intl.DateTimeFormat('zh-CN', {year: 'numeric', month: '2-digit', day: '2-digi…
119 let dateFormat4 = new intl.DateTimeFormat('zh-CN', {month: 'long', day: 'numeric', weekday: 'long' …
174 **表6** 输出消息格式(numeric)
200 let relativeTimeFormat2 = new intl.RelativeTimeFormat('en-GB', {numeric: "auto"});
215 let relativeTimeFormat6 = new intl.RelativeTimeFormat('en-GB', {numeric: 'auto'});
217 let numeric = options.numeric; // numeric: auto
/ohos5.0/drivers/interface/input/ddk/v1_0/
H A DHidDdkTypes.idl224 /** Numeral 0 on the numeric keypad */
226 /** Numeral 1 on the numeric keypad */
228 /** Numeral 2 on the numeric keypad */
230 /** Numeral 3 on the numeric keypad */
232 /** Numeral 4 on the numeric keypad */
234 /** Numeral 5 on the numeric keypad */
236 /** Numeral 6 on the numeric keypad*/
238 /** Numeral 7 on the numeric keypad */
240 /** Numeral 8 on the numeric keypad */
242 /** Numeral 9 on the numeric keypad */
[all …]
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/input_ddk_v1_0/foo/input/ddk/v1_0/
H A DHidDdkTypes.idl224 /** Numeral 0 on the numeric keypad */
226 /** Numeral 1 on the numeric keypad */
228 /** Numeral 2 on the numeric keypad */
230 /** Numeral 3 on the numeric keypad */
232 /** Numeral 4 on the numeric keypad */
234 /** Numeral 5 on the numeric keypad */
236 /** Numeral 6 on the numeric keypad*/
238 /** Numeral 7 on the numeric keypad */
240 /** Numeral 8 on the numeric keypad */
242 /** Numeral 9 on the numeric keypad */
[all …]
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.29/
H A Dchangelogs-arkcompiler.md11 An interface can use a numeric literal as a property name. This does not comply with the ArkTS synt…
17 Before change: An interface can declare a numeric literal as a property name.
26 After change: An interface cannot use a numeric literal as a property name.
35 … names in classes and object literals. Therefore, if an interface with a numeric literal declared …
53 You are advised to change the property name from a numeric literal to a constant string or identifi…
/ohos5.0/base/telephony/cellular_data/services/src/apn_manager/
H A Dapn_manager.cpp272 std::string numeric = Str16ToStr8(operatorNumeric); in CreateAllApnItemByDatabase() local
273 GetCTOperator(slotId, numeric); in CreateAllApnItemByDatabase()
274 if (numeric.empty()) { in CreateAllApnItemByDatabase()
290 std::string mcc = numeric.substr(0, DEFAULT_MCC_SIZE); in CreateAllApnItemByDatabase()
291 std::string mnc = numeric.substr(mcc.size(), numeric.size() - mcc.size()); in CreateAllApnItemByDatabase()
304 void ApnManager::GetCTOperator(int32_t slotId, std::string &numeric) in GetCTOperator() argument
308 if (isCTSimCard && numeric.compare(CT_MCC_MNC_2)) { in GetCTOperator()
309 numeric = CT_MCC_MNC_1; in GetCTOperator()
311 if (!numeric.compare(CT_MCC_MNC_1)) { in GetCTOperator()
319 numeric = GC_MCC_MNC; in GetCTOperator()
[all …]
/ohos5.0/docs/en/application-dev/internationalization/
H A Di18n-time-date.md75 | numeric | 2021 |
115 let dateFormat3 = new intl.DateTimeFormat('zh-CN', {year: 'numeric', month: '2-digit', day: '2-digi…
119 let dateFormat4 = new intl.DateTimeFormat('zh-CN', {month: 'long', day: 'numeric', weekday: 'long' …
174 **Table 6** Output message format (numeric)
200 let relativeTimeFormat2 = new intl.RelativeTimeFormat('en-GB', {numeric: "auto"});
215 let relativeTimeFormat6 = new intl.RelativeTimeFormat('en-GB', {numeric: 'auto'});
217 let numeric = options.numeric; // numeric: auto
/ohos5.0/base/telephony/cellular_call/services/common/src/
H A Dcellular_call_rdb_helper.cpp46 int32_t CellularCallRdbHelper::QueryEccList(const std::string &numeric, std::vector<EccNum> &eccVec) in QueryEccList() argument
55 predicates.EqualTo(EccData::NUMERIC, numeric); in QueryEccList()
78 result->GetString(index, bean.numeric); in QueryEccList()
/ohos5.0/docs/en/application-dev/reference/apis-driverdevelopment-kit/
H A D_hid_ddk.md370 | HID_KEY_NUMPAD_0 | Numeral 0 on the numeric keypad.|
371 | HID_KEY_NUMPAD_1 | Numeral 1 on the numeric keypad.|
372 | HID_KEY_NUMPAD_2 | Numeral 2 on the numeric keypad.|
373 | HID_KEY_NUMPAD_3 | Numeral 3 on the numeric keypad.|
374 | HID_KEY_NUMPAD_4 | Numeral 4 on the numeric keypad.|
375 | HID_KEY_NUMPAD_5 | Numeral 5 on the numeric keypad.|
376 | HID_KEY_NUMPAD_6 | Numeral 6 on the numeric keypad.|
377 | HID_KEY_NUMPAD_7 | Numeral 7 on the numeric keypad.|
378 | HID_KEY_NUMPAD_8 | Numeral 8 on the numeric keypad.|
379 | HID_KEY_NUMPAD_9 | Numeral 9 on the numeric keypad.|
[all …]
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.5.1/
H A Dchangelogs-usb-manager.md27 …nctionsFromString** API to convert the USB function list from strings to numeric masks.| function …
28 …usb.convertFunctionsToString** API to convert the USB function list from numeric masks to strings.…
30 …(): FunctionType; | Use the **usb.getDeviceFunctions** API to obtain the numeric mask combination …
32 …PortModeType; | Use the **usb.getUsbPortSupportModes** API to obtain the numeric mask combination …
/ohos5.0/docs/zh-cn/application-dev/reference/apis-localization-kit/
H A Djs-apis-intl.md44 | numeric | boolean | 是 | 是否对数字字符进行特殊的排序规则处理。<br>默认值:false。 |
387 | year | string | 否 | 年份的显示格式,<br>取值包括:"numeric",&nbsp;"2-digit"。 |
389 | day | string | 否 | 日期的显示格式,<br>取值包括:"numeric",&nbsp;"2-digit"。 |
390 | hour | string | 否 | 小时的显示格式,<br>取值包括:"numeric",&nbsp;"2-digit"。 |
391 | minute | string | 否 | 分钟的显示格式,<br>取值包括:"numeric",&nbsp;"2-digit"。 |
392 | second | string | 否 | 秒钟的显示格式,<br>取值包括:"numeric",&nbsp;"2-digit"。 |
655 | numeric | boolean | 否 | 是否使用数字排序,取值范围:true,&nbsp;false。<br>默认值为false。 |
861 // 使用 en locale创建RelativeTimeFormat对象,numeric设置为auto
862 let relativetimefmt = new intl.RelativeTimeFormat("en", {"numeric": "auto"});
906 | numeric | string | 否 | 输出消息的格式,取值包括:"always",&nbsp;"auto"。<br>默认值为always。 |
[all …]
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A D_ark_u_i___attribute_item.md21 | int32_t [size](#size) | Size of the numeric array. |
46 Size of the numeric array.
/ohos5.0/base/telephony/telephony_data/interfaces/innerkits/include/
H A Dglobal_params_data.h58 std::string numeric = ""; member
104 std::string numeric = ""; member
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-usb-deprecated-sys.md24 Converts the USB function list in the string format to a numeric mask in Device mode.
40 | number | Function list in numeric mask format.|
53 Converts the USB function list in the numeric mask format to a string in Device mode.
63 | funcs | [FunctionType](#functiontype9) | Yes | USB function list in numeric mask format.|
92 | funcs | [FunctionType](#functiontype9) | Yes | USB function list in numeric mask format.|
115 Obtains the numeric mask combination for the USB function list in Device mode.
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test_core_service.cpp484 std::string numeric = ""; variable
485 EXPECT_FALSE(operatorName->isCMCard(numeric));
486 EXPECT_FALSE(operatorName->isCUCard(numeric));
487 EXPECT_FALSE(operatorName->isCTCard(numeric));
488 EXPECT_FALSE(operatorName->isCBCard(numeric));
489 EXPECT_FALSE(operatorName->isCMDomestic(numeric));
490 EXPECT_FALSE(operatorName->isCUDomestic(numeric));
491 EXPECT_FALSE(operatorName->isCTDomestic(numeric));
492 EXPECT_FALSE(operatorName->isCBDomestic(numeric));
698 std::string numeric = "46000"; variable
[all …]

123456