Searched refs:OH_TextConfig_GetSelection (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/inputmethod/imf/interfaces/kits/c/ |
H A D | inputmethod_text_config_capi.h | 212 InputMethod_ErrorCode OH_TextConfig_GetSelection(InputMethod_TextConfig *config, int32_t *start, in…
|
/ohos5.0/base/inputmethod/imf/frameworks/ndk/src/ |
H A D | inputmethod_text_config_capi.cpp | 157 InputMethod_ErrorCode OH_TextConfig_GetSelection(InputMethod_TextConfig *config, int32_t *start, in… in OH_TextConfig_GetSelection() function
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ime-kit/ |
H A D | inputmethod__text__config__capi_8h.md | 43 | [InputMethod_ErrorCode](_input_method.md#inputmethod_errorcode) [OH_TextConfig_GetSelection](_inp…
|
H A D | _input_method.md | 125 | [InputMethod_ErrorCode](#inputmethod_errorcode) [OH_TextConfig_GetSelection](#oh_textconfig_getse… 1959 ### OH_TextConfig_GetSelection() 1962 InputMethod_ErrorCode OH_TextConfig_GetSelection (InputMethod_TextConfig * config, int32_t * start,…
|
/ohos5.0/docs/en/application-dev/reference/apis-ime-kit/ |
H A D | inputmethod__text__config__capi_8h.md | 43 | [InputMethod_ErrorCode](_input_method.md#inputmethod_errorcode) [OH_TextConfig_GetSelection](_inp…
|
H A D | _input_method.md | 125 | [InputMethod_ErrorCode](#inputmethod_errorcode) [OH_TextConfig_GetSelection](#oh_textconfig_getse… 1959 ### OH_TextConfig_GetSelection() 1962 InputMethod_ErrorCode OH_TextConfig_GetSelection (InputMethod_TextConfig * config, int32_t * start,…
|
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | inputmethod_controller_capi_test.cpp | 117 EXPECT_EQ(IME_ERR_OK, OH_TextConfig_GetSelection(config, &actStart, &actEnd)); 556 auto ret = OH_TextConfig_GetSelection(nullptr, nullptr, nullptr); 560 ret = OH_TextConfig_GetSelection(config, nullptr, nullptr); 562 ret = OH_TextConfig_GetSelection(config, &start, nullptr);
|