Home | History | Annotate | Download | only in voicedialer

Lines Matching refs:trim

271                         word = word.trim();
427 // trim
428 name = name.trim();
873 number = number.trim();
970 String[] commands = semantic.trim().split(" ");
980 literal.split(" ")[0].trim() + " " + num, "", 0);
1055 // trim last two words, ie 'at home', etc
1058 String[] words = literal.trim().split(" ");
1161 String[] components = meaning.trim().split(" ");