Home | History | Annotate | Download | only in i18n

Lines Matching full:phrase

102     UnicodeString phrase ;
122 //Allow any character in phrase but nowhere else
125 phrase += ch;
190 //Handle the phrase state
195 phrase += ch;
198 //Matching keyword, phrase pair found
212 //Store the keyword, phrase pair in hashTable
213 ptrPhrase = new UnicodeString(phrase);
218 phrase.remove();
225 phrase += ch;
229 phrase += ch;