Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_controller_test.cpp243 int32_t InputMethodControllerTest::oldBegin_ = 0;
244 int32_t InputMethodControllerTest::oldEnd_ = 0;
245 int32_t InputMethodControllerTest::newBegin_ = 0;
246 int32_t InputMethodControllerTest::newEnd_ = 0;
247 std::string InputMethodControllerTest::text_;
317 void InputMethodControllerTest::SetUp(void) in SetUp()
322 void InputMethodControllerTest::TearDown(void) in TearDown()
467 … && InputMethodControllerTest::newBegin_ == start && InputMethodControllerTest::newEnd_ == end; in TriggerSelectionChangeCallback()
767 InputMethodControllerTest::text_ = "";
791 InputMethodControllerTest::text_ = "";
[all …]
/ohos5.0/base/inputmethod/imf/test/unittest/
H A DBUILD.gn31 "cpp_test:InputMethodControllerTest",
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/
H A DBUILD.gn29 ohos_unittest("InputMethodControllerTest") {