Searched refs:PreprocessString (Results 1 – 2 of 2) sorted by relevance
94 std::string PreprocessString(int32_t startIndex, int32_t endIndex, const std::string& value);
40 std::string ContentController::PreprocessString(int32_t startIndex, int32_t endIndex, const std::st… in PreprocessString() function in OHOS::Ace::NG::ContentController86 auto tmp = PreprocessString(startIndex, endIndex, value); in ReplaceSelectedValue()