phoneengine/phonemodel/src/cpeparserphonenumberhandler.cpp
changeset 45 6b911d05207e
parent 37 ba76fc04e6c2
child 46 bc5a64e5bc3c
equal deleted inserted replaced
37:ba76fc04e6c2 45:6b911d05207e
   183             if ( i < stripStart || stripStart == KErrNotFound )
   183             if ( i < stripStart || stripStart == KErrNotFound )
   184                 {
   184                 {
   185                 stripStart = i;
   185                 stripStart = i;
   186                 }
   186                 }
   187             }
   187             }
       
   188         input.Inc();
   188         }
   189         }
   189     if ( stripStart != KErrNotFound )
   190     if ( stripStart != KErrNotFound )
   190         {
   191         {
   191         return aPostfix.Left( stripStart );
   192         return aPostfix.Left( stripStart );
   192         }
   193         }