OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:flattenvariables
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/common/
rbbinode.h
92
RBBINode *
flattenVariables
();
rbbinode.cpp
171
//
flattenVariables
Walk a parse tree, replacing any variable
187
RBBINode *RBBINode::
flattenVariables
() {
195
fLeftChild = fLeftChild->
flattenVariables
();
199
fRightChild = fRightChild->
flattenVariables
();
rbbitblb.cpp
78
fTree = fTree->
flattenVariables
();
[
all
...]
Completed in 47 milliseconds