Lines Matching full:variable
65 // looks up a variable name and returns a UnicodeString
68 // The variable name does NOT include the leading $.
85 exprNode = varRefNode->fLeftChild; // Root node of expression for variable
87 // The $variable refers to a single UnicodeSet
96 // The variable refers to something other than just a set.
110 // mechanism to get all references to the same $variable
130 // looks for a $variable name in the source text.
162 // RBBISymbolTable::lookupNode Given a key (a variable name), return the
183 // variable assignments.
211 // The "val" of a symbol table entry is a variable reference node.
213 // Unlike other node types, children of variable reference nodes are not
229 RBBIDebugPrintf("Variable Definitions\n"
248 RBBIDebugPrintf("\nParsed Variable Definitions\n");