Lines Matching refs:keywords
1683 StringEnumeration *keywords;
1692 keywords = l.createKeywords(status);
1699 if(keywords) {
1700 if((keyCount = keywords->count(status)) != testCases[i].numKeywords) {
1701 err("Expected to get %i keywords, got %i\n", testCases[i].numKeywords, keyCount);
1706 if((keyword = keywords->next(&keywordLen, status)) == NULL) {
1713 if((keywordString = keywords->snext(status)) == NULL) {
1723 // replace keywords with a clone of itself
1724 StringEnumeration *k2 = keywords->clone();
1728 delete keywords;
1729 keywords = k2;
1733 keywords->reset(status); // Make sure that reset works.
1735 if((keyword = keywords->next(&keywordLen, status)) == NULL) {
1744 delete keywords;
2523 /* trim space and sort keywords, ';' is separator so not present at end in canonical form */
2527 /* PRE_EURO and EURO conversions don't affect other keywords */