Searched refs:startWithValue (Results 1 – 1 of 1) sorted by relevance
811 const std::string startWithValue = "THIS IS A STRING"; variable814 size_t prefixLen = startWithValue.size();815 ASSERT_EQ(StringUtils::StartWith(startWithValue, prefixString), true);816 ASSERT_EQ(StringUtils::StartWith(startWithValue, prefixChar, prefixLen), true);817 ASSERT_EQ(StringUtils::EndWith(startWithValue, prefixString), true);818 ASSERT_EQ(StringUtils::EndWith(startWithValue, prefixString), true);