Home | History | Annotate | Download | only in i18n

Lines Matching defs:keyword

101     UnicodeString keyword ;
143 keyword += ch;
153 //Handle the keyword state
161 keyword += ch;
198 //Matching keyword, phrase pair found
200 //Check validity of keyword
201 if (parsedValuesHash->get(keyword) != NULL) {
206 if (keyword.length() == 0) {
212 //Store the keyword, phrase pair in hashTable
214 parsedValuesHash->put( keyword, ptrPhrase, status);
217 keyword.remove();
249 //Check if "other" keyword is present
276 SelectFormat::format(const UnicodeString& keyword,
288 //Check for the validity of the keyword
289 if ( !checkValidKeyword(keyword) ){
294 UnicodeString *selectedPattern = (UnicodeString *)parsedValuesHash->get(keyword);