Searched defs:newChar (Results 1 – 4 of 4) sorted by relevance
118 char newChar = rand() % ('z' - 'a') + 'a'; in RandomStringGenerator() local
75 std::string StringHelper::Replace(const std::string &value, char oldChar, char newChar) in Replace()
82 std::string StringHelper::Replace(const std::string &value, char oldChar, char newChar) in Replace()
657 int newChar; in LZWEncode() local