----------------------------------------------------------------------------- Constructor -----------------------------------------------------------------------------
| 155 | // Constructor |
| 156 | //----------------------------------------------------------------------------- |
| 157 | const char *CUtlCharConversion::GetConversionString( char c ) const |
| 158 | { |
| 159 | return m_pReplacements[ (unsigned char)c ].m_pReplacementString; |
| 160 | } |
| 161 | |
| 162 | int CUtlCharConversion::GetConversionLength( char c ) const |
| 163 | { |
no outgoing calls
no test coverage detected