Be descriptive with the method names to create code that explains itself, there shouldn't be any collisions because you shouldn't have two methods doing exactly the same thing, so you should have no reason to need a character to prefix method names with.
Some people prefix private fields with "m_", I have not seen any similar styles for private methods.