/ohos5.0/base/startup/hvb/libhvb/src/utils/ |
H A D | hvb_util.c | 20 const char digits[MAX_STRING_LEN] = "0123456789abcdef"; in hvb_bin2hex() local 29 hex[n * 2] = digits[value[n] >> 4]; in hvb_bin2hex() 30 hex[n * 2 + 1] = digits[value[n] & 0x0f]; in hvb_bin2hex() 37 uint64_t hvb_uint64_to_base10(uint64_t value, char digits[HVB_MAX_DIGITS_UINT64]) in hvb_uint64_to_base10() 50 digits[n] = rev_digits[num_digits - 1 - n]; in hvb_uint64_to_base10() 51 digits[n] = '\0'; in hvb_uint64_to_base10()
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.3.2/ |
H A D | changelogs-arkui.md | 11 An invalid string that contains digits is incorrectly parsed into digits. 15 …nge is a compatible change. An invalid string that contains digits is not parsed into digits. Inst…
|
/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/mini/ |
H A D | hiview_output_log.c | 557 int32 digits = 0; in IntAppendStr() local 560 digits++; in IntAppendStr() 567 digits++; in IntAppendStr() 580 str[digits] = end; in IntAppendStr() 582 digits ++; in IntAppendStr() 584 return digits + 1; in IntAppendStr() 589 int32 digits = 0; in UIntAppendStr() local 592 digits++; in UIntAppendStr() 599 digits++; in UIntAppendStr() 606 str[digits] = end; in UIntAppendStr() [all …]
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.10.3/ |
H A D | changelogs-dfx.md | 7 …tters, lowercase letters, digits, and underscores (_). Before the change, the event name can conta… 8 …, lowercase letters, digits, and underscores (_). Before the change, the event parameter name can …
|
/ohos5.0/docs/en/application-dev/internationalization/ |
H A D | i18n-numbers-weights-measures.md | 5 …nt ways, including what symbols are used as decimal separators, how many digits are displayed afte… 38 …nimum number of integer digits, minimum and maximum numbers of fraction digits, minimum and maximu… 42 **Table 1** Minimum number of integer digits (minimumIntegerDigits) 56 **Table 3** Maximum number of fraction digits (maximumFractionDigits) 63 **Table 4** Minimum number of significant digits (minimumSignificantDigits) 70 **Table 5** Maximum number of significant digits (maximumSignificantDigits)
|
H A D | i18n-user-preferences.md | 5 …urrently, the system supports two user preferences: whether to use local digits and whether to use… 24 3. Enable display of local digits on the application page. 35 let result = dateTimeFmt.format(date); // result = "٢٠٢٣/١٠/٢٥" (local Arabic digits)
|
H A D | i18n-locale-culture.md | 6 In a broad sense, a locale uniquely identifies a specific geographical region by using digits, lett… 32 | kn | Processing specific to digits during collation.<br>- **true**: Digits are treated as a whole…
|
/ohos5.0/base/startup/hvb/libhvb/src/cmdline/ |
H A D | hvb_cmdline.c | 79 char digits[HVB_MAX_DIGITS_UINT64]; in cmdline_append_uint64_base10() local 81 hvb_uint64_to_base10(value, digits); in cmdline_append_uint64_base10() 83 return cmdline_append_option(vd, key, digits); in cmdline_append_uint64_base10()
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.9.3/ |
H A D | changelogs-bundlemanager.md | 4 …nsionAbility** fields must start with a letter and contain only letters, digits, underscores (_), … 12 …nsionAbility** fields must start with a letter and contain only letters, digits, underscores (_), …
|
/ohos5.0/base/telephony/sms_mms/test/gtest/ |
H A D | zero_branch_utils_test.cpp | 173 std::string digits; variable 174 EXPECT_EQ(gsmUtils->BcdToDigit(userData, 1, digits, 1), 0); 175 EXPECT_EQ(gsmUtils->BcdToDigit(nullptr, 1, digits, 1), 0);
|
/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/featured/ |
H A D | hiview_log.c | 241 *--formatBuf.str = digits[_val % Base]; \ 547 const char *digits = ITOA_UPPER_DIGITS; in HiLogSecOutputS() local 957 digits = ITOA_LOWER_DIGITS; in HiLogSecOutputS() 970 digits = ITOA_LOWER_DIGITS; in HiLogSecOutputS() 978 digits = ITOA_UPPER_DIGITS; in HiLogSecOutputS() 983 digits = ITOA_LOWER_DIGITS; in HiLogSecOutputS() 990 … prefix[1] = (SecChar)(digits[16]); /* The serial number of 'x' or 'X' is 16 */ in HiLogSecOutputS() 1184 … *--formatBuf.str = digits[n32Tmp % 10]; /* securec radix decimal is 10 */ in HiLogSecOutputS() 1208 *--formatBuf.str = digits[digit]; in HiLogSecOutputS()
|
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/ |
H A D | js-apis-system-parameterEnhance-sys.md | 30 …m parameter. The value can contain a maximum of 128 bytes. Only letters, digits, periods (.), hyph… 73 …m parameter. The value can contain a maximum of 128 bytes. Only letters, digits, periods (.), hyph… 116 …m parameter. The value can contain a maximum of 128 bytes. Only letters, digits, periods (.), hyph… 161 …m parameter. The value can contain a maximum of 128 bytes. Only letters, digits, periods (.), hyph… 210 …m parameter. The value can contain a maximum of 128 bytes. Only letters, digits, periods (.), hyph… 248 …m parameter. The value can contain a maximum of 128 bytes. Only letters, digits, periods (.), hyph… 292 …m parameter. The value can contain a maximum of 128 bytes. Only letters, digits, periods (.), hyph…
|
/ohos5.0/docs/en/application-dev/reference/apis-performance-analysis-kit/ |
H A D | errorcode-hiappevent.md | 48 - The event domain name contains only digits, letters, and underscores (\_). 71 - The event name contains only the dollar sign ($), digits, letters, and underscores (_). 132 - The event parameter name contains only the dollar sign ($), digits, letters, and underscores (_). 190 - The watcher name can contain only digits, letters, and underscores (\_). 212 - The event domain name contains only digits, letters, and underscores (\_). 288 - The quota value consists of only digits and a unit (including b|k|kb|m|mb|g|gb|t|tb, which are ca…
|
H A D | js-apis-hiviewdfx-hiappevent.md | 70 …The value is string that contains a maximum of 256 characters, including digits (0 to 9), letters … 82 …ter name is a string that contains a maximum of 32 characters, including digits (0 to 9), letters … 94 … | Event domain. The value is a string of up to 32 characters, including digits (0 to 9), letters … 95 … The value is string that contains a maximum of 48 characters, including digits (0 to 9), letters … 261 … | Event domain. The value is a string of up to 32 characters, including digits (0 to 9), letters … 262 … The value is string that contains a maximum of 48 characters, including digits (0 to 9), letters … 280 …ter name is a string that contains a maximum of 32 characters, including digits (0 to 9), letters … 402 …The value is string that contains a maximum of 256 characters, including digits (0 to 9), letters … 437 …The value is string that contains a maximum of 256 characters, including digits (0 to 9), letters … 479 …The value is string that contains a maximum of 256 characters, including digits (0 to 9), letters … [all …]
|
H A D | errorcode-hisysevent-sys.md | 21 - The event domain name contains only digits, letters, and underscores (\_). 43 - The event name contains only digits, letters, and underscores (\_). 102 - The event parameter name contains only digits, letters, and underscores (\_).
|
/ohos5.0/base/startup/hvb/libhvb/include/ |
H A D | hvb_util.h | 54 uint64_t hvb_uint64_to_base10(uint64_t value, char digits[HVB_MAX_DIGITS_UINT64]);
|
/ohos5.0/base/hiviewdfx/hisysevent/ |
H A D | README.md | 52 …digits (0-9), lowercase letters (a-z), uppercase letters (A-Z), and underscores (_). It must start…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-basic-components-textinput-sys.md | 15 …<sup>11+</sup> | Lock screen password input mode. This mode accepts only digits, letters, undersco…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkts/ |
H A D | js-apis-arkts-decimal.md | 1498 Converts this decimal into a binary string, with the number of significant digits specified. 1603 Converts this decimal into an octal string, with the number of significant digits specified. 2270 Converts this decimal into a string, with the number of significant digits specified. 2282 | significantDigits | number | Yes | Number of significant digits to reserve.| 2350 Converts this decimal into another one with the number of significant digits specified. 2362 | [Decimal](#decimal) | **Decimal** object with the specified number of significant digits.| 2376 Converts this decimal into another one with the number of significant digits specified. 2388 | significantDigits | number | Yes | Number of significant digits to reserve.| 2560 Returns the number of significant digits of this decimal. 2570 | number | Number of significant digits.| [all …]
|
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/vsnprintf/ |
H A D | output_p.inl | 87 *--formatBuf.str = digits[_val % Base]; \ 413 const char *digits = itoaUpperDigits; local 846 digits = itoaLowerDigits; 859 digits = itoaLowerDigits; 867 digits = itoaUpperDigits; 871 digits = itoaLowerDigits; 878 prefix[1] = (SecChar)(digits[16]); /* 'x' or 'X' */ 1083 *--formatBuf.str = digits[n32Tmp % 10]; 1108 *--formatBuf.str = digits[digit];
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-dfx-hisysevent-listening.md | 40 … 1 to 16 characters, including uppercase letters, lowercase letters, and digits.<br>- **ruleType**… 41 …digits, and underscores.<br>- **eventName**: event name for the **ListenerRule** object. The value… 42 …digits, and underscores.<br>- **eventName**: event name for the **ListenerRule** object. The value…
|
H A D | subsys-dfx-hisysevent-logging-config.md | 60 …- The name must start with a letter and can contain only uppercase letters, digits, and underscore… 64 …- The name must start with a letter and can contain only uppercase letters, digits, and underscore… 69 …- The name must start with a letter and can contain only uppercase letters, digits, and underscore…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/qrcode/ |
H A D | qrcode_patch2.patch | 26 -QrSegment QrSegment::makeNumeric(const char *digits) { 31 - for (; *digits != '\0'; digits++, charCount++) { 32 - char c = *digits; 43 - if (accumCount > 0) // 1 or 2 digits remaining 728 - * Returns a segment representing the given string of decimal digits encoded in numeric mode. 730 - public: static QrSegment makeNumeric(const char *digits);
|
/ohos5.0/docs/en/application-dev/quick-start/ |
H A D | app-structure.md | 10 …r>The bundle name must start with a letter and can contain only letters, digits, underscores (_), … 25 …d earlier versions: The value is a non-negative integer within 32 binary digits, which is converte…
|
/ohos5.0/docs/en/application-dev/reference/apis-localization-kit/ |
H A D | js-apis-intl.md | 527 | minimumIntegerDigits | number | No | Minimum number of digits allowed in the integer part … 528 | minimumFractionDigits | number | No | Minimum number of digits in the fraction part of a nu… 529 | maximumFractionDigits | number | No | Maximum number of digits in the fraction part of a nu… 530 | minimumSignificantDigits | number | No | Minimum number of the least significant digits. The v… 531 | maximumSignificantDigits | number | No | Maximum number of the least significant digits. The v… 754 | minimumIntegerDigits | number | Yes | Yes | Minimum number of digits allowed in the integ… 755 | minimumFractionDigits | number | Yes | Yes | Minimum number of digits in the fraction part… 756 | maximumFractionDigits | number | Yes | Yes | Maximum number of digits in the fraction part… 757 …igits | number | Yes | Yes | Minimum number of the least significant digits. The value ranges … 758 …igits | number | Yes | Yes | Maximum number of the least significant digits. The value ranges …
|