Home | History | Annotate | Download | only in voicedialer

Lines Matching defs:words

252             // scan list, adding complete phrases, as well as individual words
267 // split it into individual words, and insert them
268 String[] words = label.split(" ");
269 if (words.length > 1) {
270 for (String word : words) {
272 // words must be three characters long, or two if capitalized
339 // the we store our own mapping table between words and component
1055 // trim last two words, ie 'at home', etc
1058 String[] words = literal.trim().split(" ");
1060 for (int i = 0; i < words.length - 2; i++) {
1064 sb.append(words[i]);