Home
last modified time | relevance | path

Searched refs:stringLength (Results 1 - 10 of 10) sorted by relevance

/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/
H A DStringPool.java68 int stringLength = lengthMap.get(currentIndex); in StringPool()
69 offsetMap.put(currentIndex, new StringItem(current, stringLength)); in StringPool()
70 current += stringLength; in StringPool()
/base/global/i18n_lite/frameworks/i18n/include/
H A Ddata_resource.h117 uint32_t target, char **stringArray, uint32_t stringLength) const;
/base/global/i18n_lite/frameworks/i18n/src/
H A Ddata_resource.cpp122 char **stringArray, uint32_t stringLength) const in BinarySearchString()
124 if ((indexArray == nullptr) || (stringArray == nullptr) || (stringLength == 0) || (length == 0)) { in BinarySearchString()
131 if (mid > static_cast<int32_t>(stringLength)) { in BinarySearchString()
/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_call_defs.h166 int32_t stringLength; member
/base/security/permission_lite/services/pms/src/
H A Dpms_impl.c74 int stringLength = strlen(string); in WriteString() local
75 int writtenLength = write(fd, (void*)string, stringLength); in WriteString()
77 if (writtenLength != stringLength) { in WriteString()
/base/telephony/ril_adapter/services/vendor/src/
H A Dat_call.c646 int32_t stringLength = 0; in ReqSendDtmf() local
655 for (stringLength = 0; stringLength < info.stringLength; stringLength++) { in ReqSendDtmf()
656 ret = GenerateCommand(cmd, MAX_CMD_LENGTH, "AT^DTMF=%d,%c,%d,%d", info.callId, info.dtmfKey[stringLength], in ReqSendDtmf()
/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_call.cpp460 dtmfInfo.stringLength = sDTMFCode.length(); in SendDtmfString()
475 dtmfInfo.stringLength = DTMF_STRING_LENGTH; in SendDtmf()
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dril_call_test.cpp1076 dtmfInfo.stringLength = 1; in HWTEST_F()
1098 dtmfInfo.stringLength = 1; in HWTEST_F()
/base/telephony/ril_adapter/services/hril/src/
H A Dhril_call.cpp391 info.stringLength = dtmfInfo.stringLength; in SendDtmf()
/base/telephony/ril_adapter/test/unittest/
H A Dril_interface_test.cpp332 dtmfInfo.stringLength = 1; in SendDtmfTest()

Completed in 17 milliseconds