Home
last modified time | relevance | path

Searched defs:stringLength (Results 1 – 6 of 6) sorted by relevance

/foundation/arkui/ace_engine/component_ext/ext_common/
Dext_napi_utils.cpp119 size_t stringLength = 0; in GetStringFromValueUtf8() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
Dpng_image_chunk_utils.cpp150 const size_t stringLength = strnlen(chunkData, dataLength); in FetchString() local
/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
Dutils.h600 int32_t stringLength = 0; in ParseUtf8TextLength() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/common_napi_utils/
Dcommon_napi_utils.cpp164 size_t stringLength = 0; in GetStringFromValueUtf8() local
/foundation/communication/netstack/utils/napi_utils/src/
Dnapi_utils.cpp302 size_t stringLength = 0; in GetStringFromValueUtf8() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
Drich_editor_pattern.cpp439 auto stringLength = styledString->GetLength(); in BeforeStyledStringChange() local
481 auto stringLength = static_cast<int32_t>(StringUtils::ToWstring(string).length()); in AfterStyledStringChange() local