Home | History | Annotate | Download | only in i18n

Lines Matching defs:node

1375     RuleChain *node=header;
1376 while(node!=NULL) {
1377 fKeywordNames.addElement(new UnicodeString(node->fKeyword), status);
1381 if (0 == node->fKeyword.compare(PLURAL_KEYWORD_OTHER, 5)) {
1384 node=node->fNext;