OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:curorconstraint
(Results
1 - 1
of
1
) sorted by null
/external/icu/icu4c/source/i18n/
plurrule.cpp
842
OrConstraint *
curOrConstraint
=this;
844
while (
curOrConstraint
->next!=NULL) {
845
curOrConstraint
=
curOrConstraint
->next;
847
U_ASSERT(
curOrConstraint
->childNode == NULL);
848
curOrConstraint
->childNode = new AndConstraint();
850
return
curOrConstraint
->childNode;
[
all
...]
Completed in 78 milliseconds