/ohos5.0/base/telephony/core_service/services/network_search/src/ |
H A D | operator_name.cpp | 115 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 D | network_selection.cpp | 190 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 D | operator_name.h | 58 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.md | 22 | String [numeric](#numeric) | 运营商编号 | 38 ### numeric subsection 41 String OperatorInfo::numeric
|
H A D | _operator_info_v11.md | 22 | String [numeric](#numeric) | 运营商编号 | 38 ### numeric subsection 41 String OperatorInfo::numeric
|
H A D | _available_network_info_v10.md | 22 | String [numeric](#numeric) | 可用网络编号 | 40 ### numeric subsection 43 String AvailableNetworkInfo::numeric
|
H A D | _available_network_info_v11.md | 22 | String [numeric](#numeric) | 可用网络编号 | 40 ### numeric subsection 43 String AvailableNetworkInfo::numeric
|
/ohos5.0/docs/en/application-dev/reference/apis-input-kit/ |
H A D | js-apis-keycode.md | 145 | 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 D | locale_info.cpp | 53 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 D | collator.cpp | 68 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 D | relative_time_format.cpp | 118 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 D | i18n-time-date.md | 75 | 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 D | HidDdkTypes.idl | 224 /** 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 D | HidDdkTypes.idl | 224 /** 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 D | changelogs-arkcompiler.md | 11 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 D | apn_manager.cpp | 272 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 D | i18n-time-date.md | 75 | 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 D | cellular_call_rdb_helper.cpp | 46 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.md | 370 | 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 D | changelogs-usb-manager.md | 27 …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 D | js-apis-intl.md | 44 | numeric | boolean | 是 | 是否对数字字符进行特殊的排序规则处理。<br>默认值:false。 | 387 | year | string | 否 | 年份的显示格式,<br>取值包括:"numeric", "2-digit"。 | 389 | day | string | 否 | 日期的显示格式,<br>取值包括:"numeric", "2-digit"。 | 390 | hour | string | 否 | 小时的显示格式,<br>取值包括:"numeric", "2-digit"。 | 391 | minute | string | 否 | 分钟的显示格式,<br>取值包括:"numeric", "2-digit"。 | 392 | second | string | 否 | 秒钟的显示格式,<br>取值包括:"numeric", "2-digit"。 | 655 | numeric | boolean | 否 | 是否使用数字排序,取值范围:true, false。<br>默认值为false。 | 861 // 使用 en locale创建RelativeTimeFormat对象,numeric设置为auto 862 let relativetimefmt = new intl.RelativeTimeFormat("en", {"numeric": "auto"}); 906 | numeric | string | 否 | 输出消息的格式,取值包括:"always", "auto"。<br>默认值为always。 | [all …]
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | _ark_u_i___attribute_item.md | 21 | 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 D | global_params_data.h | 58 std::string numeric = ""; member 104 std::string numeric = ""; member
|
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/ |
H A D | js-apis-usb-deprecated-sys.md | 24 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 D | zero_branch_test_core_service.cpp | 484 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 …]
|