Home
last modified time | relevance | path

Searched defs:strLen (Results 76 - 100 of 119) sorted by relevance

12345

/foundation/distributedhardware/distributed_input/utils/src/
H A Ddinput_utils_tool.cpp210 size_t strLen = value.length(); in GetAnonyString() local
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/
H A Ddrawing_types.h500 uint32_t strLen; member
/third_party/icu/icu4c/source/test/cintltst/
H A Dcustrtrn.c1433 int32_t strLen =0; in Test_WCHART_LongString() local
H A Dcitertst.c1065 int strLen = u_unescape(src[count], str, 20); in TestDiscontiguos() local
/third_party/icu/icu4c/source/common/
H A Duset.cpp90 uset_addString(USet* set, const UChar* str, int32_t strLen) { in uset_addString() argument
97 uset_addAllCodePoints(USet* set, const UChar *str, int32_t strLen) { in uset_addAllCodePoints() argument
114 uset_removeString(USet* set, const UChar* str, int32_t strLen) { in uset_removeString() argument
215 uset_containsString(const USet* set, const UChar* str, int32_t strLen) uset_containsString() argument
226 uset_containsAllCodePoints(const USet* set, const UChar *str, int32_t strLen) uset_containsAllCodePoints() argument
[all...]
/third_party/node/deps/icu-small/source/common/
H A Duset.cpp90 uset_addString(USet* set, const char16_t* str, int32_t strLen) { in uset_addString() argument
97 uset_addAllCodePoints(USet* set, const char16_t *str, int32_t strLen) { in uset_addAllCodePoints() argument
114 uset_removeString(USet* set, const char16_t* str, int32_t strLen) { in uset_removeString() argument
215 uset_containsString(const USet* set, const char16_t* str, int32_t strLen) uset_containsString() argument
226 uset_containsAllCodePoints(const USet* set, const char16_t *str, int32_t strLen) uset_containsAllCodePoints() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkBinaryRegistry.cpp171 const size_t strLen = combinedStr.size(); in getSearchPath() local
/third_party/skia/src/core/
H A DSkString.cpp62 size_t strLen = strlen(string); in SkStrEndsWith() local
70 size_t strLen = strlen(string); in SkStrEndsWith() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DStringMap.h132 explicit StringMapEntry(unsigned strLen) in StringMapEntry() argument
135 StringMapEntry(unsigned strLen, InitTy &&... InitVals) in StringMapEntry() argument
/third_party/skia/third_party/externals/icu/source/common/
H A Duset.cpp90 uset_addString(USet* set, const UChar* str, int32_t strLen) { in uset_addString() argument
97 uset_addAllCodePoints(USet* set, const UChar *str, int32_t strLen) { in uset_addAllCodePoints() argument
114 uset_removeString(USet* set, const UChar* str, int32_t strLen) { in uset_removeString() argument
210 uset_containsString(const USet* set, const UChar* str, int32_t strLen) uset_containsString() argument
221 uset_containsAllCodePoints(const USet* set, const UChar *str, int32_t strLen) uset_containsAllCodePoints() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DStringMap.h131 explicit StringMapEntryStorage(size_t strLen) in StringMapEntryStorage() argument
134 StringMapEntryStorage(size_t strLen, InitTy &&... InitVals) in StringMapEntryStorage() argument
147 explicit StringMapEntryStorage(size_t strLen, NoneType none = None) in StringMapEntryStorage() argument
/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_ability_common/
H A Dnapi_common_ability_wrap_utils.cpp212 size_t strLen = 0; in GetContinueAbilityOptionsDeviceID() local
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/
H A Dnapi_zlib.cpp464 size_t strLen = 0; in UnwrapStringArrayParam() local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_fileext_test/src/
H A Dmedialibrary_fileext_test.cpp188 int size_written = -1, size_read = -1, strLen = strlen(str); in HWTEST_F() local
/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_p2p.c650 uint32_t strLen = strlen(reply) + 1; in SendVerifyP2pFailRsp() local
681 uint32_t strLen = strlen(reply) + 1; in SendVerifyP2pRsp() local
1072 uint32_t strLen = strlen(msg) + 1; in StartVerifyP2pInfo() local
[all...]
/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp66 size_t strLen = value.length(); in GetAnonyString() local
/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H A Dudmf.cpp91 unsigned int strLen = strVector[i].length() + 1; in StrVectorToTypesArray() local
/kernel/liteos_a/kernel/extended/dynload/src/
H A Dlos_load_elf.c640 UINT32 offset, strLen; in OsCopyParams() local
[all...]
/test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreNdktestHvigor/entry/src/main/cpp/
H A Dnapi_init.cpp738 int strLen = 50; in OH_Rdb_SetStoreName_Param_0600() local
964 int strLen = 50; in OH_Rdb_SetBundleName_0600() local
1190 int strLen = 50; in OH_Rdb_SetModuleName_0600() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dwpa_debug.c543 int strLen = os_strlen(str); in anonymize_ssid() local
589 int strLen = os_strlen(str); in anonymize_common() local
[all...]
/foundation/arkui/ace_engine/interfaces/napi/kits/utils/
H A Dnapi_utils.cpp674 size_t strLen = GetParamLen(env, indexValue) + 1; in ParseResourceParam() local
688 size_t strLen = GetParamLen(env, bundleNameNApi) + 1; in ParseResourceParam() local
697 size_t strLen = GetParamLen(env, moduleNameNApi) + 1; in ParseResourceParam() local
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcanvas_component.cpp2009 size_t strLen = strlen(src) + 1; in ParseImageName() local
H A Dcomponent.cpp880 void Component::SetAnimationTimingFunction(const char *strValue, size_t strLen) in SetAnimationTimingFunction() argument
904 void Component::SetAnimationFillMode(const char *strValue, size_t strLen) in SetAnimationFillMode() argument
968 const size_t strLen = GetStyleStrValueLen(styleItem); in SetAnimationStyle() local
/foundation/arkui/ui_lite/interfaces/kits/font/
H A Dui_font_header.h392 uint16_t strLen; member
/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/
H A Daudio_utils.cpp1295 size_t strLen = src.length(); in GetEncryptStr() local

Completed in 42 milliseconds

12345