Searched refs:specialChar (Results 1 – 1 of 1) sorted by relevance
58 …char specialChar = property->GetTextInputType().value() == TextInputType::NUMBER_DECIMAL ? '.' : '… in PreprocessString() local59 …if (content_.find(specialChar) != std::string::npos && value.find(specialChar) != std::string::npo… in PreprocessString()60 GetSelectedValue(startIndex, endIndex).find(specialChar) == std::string::npos) { in PreprocessString()62 …std::remove_if(tmp.begin(), tmp.end(), [&specialChar](char c) { return c == specialChar; }), tmp.e… in PreprocessString()