OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lastchain
(Results
1 - 1
of
1
) sorted by null
/external/icu4c/i18n/
plurrule.cpp
291
RuleChain *
lastChain
=NULL;
311
lastChain
= &rules;
312
while (
lastChain
->next !=NULL) {
313
lastChain
=
lastChain
->next;
315
orNode=
lastChain
->ruleHeader;
Completed in 21 milliseconds