Home
last modified time | relevance | path

Searched refs:NotInUtf16Bmp (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ime/
H A Dtext_editing_value.cpp83 …selection.Update(StringUtils::NotInUtf16Bmp(utf16Text[prevCharIndex]) ? prevCharIndex - 1 : prevCh… in MoveLeft()
98 selection.Update(StringUtils::NotInUtf16Bmp(utf16Text[nextCharIndex]) in MoveRight()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_base.cpp47 return StringUtils::NotInUtf16Bmp(aroundChar) ? 2 : 1; in GetGraphemeClusterLength()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Dtext_overlay_manager.cpp153 int32_t graphemeClusterLength = StringUtils::NotInUtf16Bmp(prevChar) ? 2 : 1;
390 return StringUtils::NotInUtf16Bmp(aroundChar) ? 2 : 1;
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dstring_utils.h124 inline bool NotInUtf16Bmp(char16_t c) in NotInUtf16Bmp() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_select_controller.cpp352 return StringUtils::NotInUtf16Bmp(aroundChar) ? 2 : 1; in GetGraphemeClusterLength()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dtxt_paragraph.cpp492 int32_t graphemeClusterLength = StringUtils::NotInUtf16Bmp(prevChar) ? 2 : 1; in ComputeOffsetForCaretUpstream()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/base/
H A Dbase_utils_test.cpp460 ASSERT_EQ(StringUtils::NotInUtf16Bmp(testChar16), true);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drosen_render_text_field.cpp1340 int32_t graphemeClusterLength = StringUtils::NotInUtf16Bmp(prevChar) ? 2 : 1;
H A Drender_text_field.cpp2697 return StringUtils::NotInUtf16Bmp(aroundChar) ? 2 : 1; in GetGraphemeClusterLength()