Lines Matching refs:fKeyword
378 if (rc->fKeyword == keyword) { in rulesForKeyword()
558 newChain->fKeyword = token; in parse()
566 insertAfter->fNext->fKeyword.compare(PLURAL_KEYWORD_OTHER, 5) != 0 ){ in parse()
859 RuleChain::RuleChain(): fKeyword(), fNext(NULL), ruleHeader(NULL), fDecimalSamples(), fIntegerSampl… in RuleChain()
864 … fKeyword(other.fKeyword), fNext(NULL), ruleHeader(NULL), fDecimalSamples(other.fDecimalSamples), in RuleChain()
886 return rules->fKeyword; in select()
917 result += fKeyword; in dumpRules()
1005 keywords[arraySize++]=fKeyword; in getKeywords()
1021 if ( fKeyword == keywordParam ) { in isKeyword()
1337 fKeywordNames.addElement(new UnicodeString(node->fKeyword), status); in PluralKeywordEnumeration()
1341 if (0 == node->fKeyword.compare(PLURAL_KEYWORD_OTHER, 5)) { in PluralKeywordEnumeration()