Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_select_controller.cpp315 bool leftContinue = true; in GetSubParagraphByOffset() local
319 leftContinue = false; in GetSubParagraphByOffset()
322 while (leftContinue || rightContinue) { in GetSubParagraphByOffset()
323 if (leftContinue) { in GetSubParagraphByOffset()
326 leftContinue = false; in GetSubParagraphByOffset()