Searched defs:lastChain (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/i18n/
H A Dplurrule.cpp350 RuleChain *lastChain=NULL; local
370 lastChain = &rules;
371 while (lastChain->next !=NULL) {
372 lastChain = lastChain->next;
374 orNode=lastChain->ruleHeader;

Completed in 368 milliseconds