Lines Matching refs:keywords
1621 StringEnumeration *keywords;
1630 keywords = l.createKeywords(status);
1637 if(keywords) {
1638 if((keyCount = keywords->count(status)) != testCases[i].numKeywords) {
1639 err("Expected to get %i keywords, got %i\n", testCases[i].numKeywords, keyCount);
1644 if((keyword = keywords->next(&keywordLen, status)) == NULL) {
1651 if((keywordString = keywords->snext(status)) == NULL) {
1661 // replace keywords with a clone of itself
1662 StringEnumeration *k2 = keywords->clone();
1666 delete keywords;
1667 keywords = k2;
1671 keywords->reset(status); // Make sure that reset works.
1673 if((keyword = keywords->next(&keywordLen, status)) == NULL) {
1682 delete keywords;
2177 /* trim space and sort keywords, ';' is separator so not present at end in canonical form */
2181 /* PRE_EURO and EURO conversions don't affect other keywords */