Home
last modified time | relevance | path

Searched refs:isPrefix (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/telephony/ril_adapter/services/vendor/src/
H A Dat_support.c162 int32_t isPrefix = ReportStrWith(responseLine, (const char *)g_prefix); in ProcessResponse() local
188 …if (((isdigit(responseLine[0]) || isPrefix) && g_smsPdu == NULL) || (g_smsPdu != NULL && isPrefix)… in ProcessResponse()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Dtext_overlay_manager.h203 int32_t GetGraphemeClusterLength(int32_t extend, bool isPrefix) const;
H A Dtext_overlay_manager.cpp377 int32_t TextOverlayBase::GetGraphemeClusterLength(int32_t extend, bool isPrefix) const
381 if (isPrefix) {
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.h499 int32_t GetGraphemeClusterLength(int32_t extend, bool isPrefix) const;
H A Drender_text_field.cpp2684 int32_t RenderTextField::GetGraphemeClusterLength(int32_t extend, bool isPrefix) const in GetGraphemeClusterLength()
2688 if (isPrefix) { in GetGraphemeClusterLength()