Exemplo n.º 1
0
 bool matchEncoded( const lString8 & prefix )
 {
     if ( prefix.empty() )
         return false;
     return encoded.startsWith( prefix );
 }