Home | History | Annotate | Download | only in common

Lines Matching refs:UVector

61     // Set functions for UVector.
62 // TODO: make a USet subclass of UVector
64 void setAdd(UVector *dest, UVector *source);
65 UBool setEquals(UVector *a, UVector *b);
67 void sortedAdd(UVector **dest, int32_t val);
71 void printSet(UVector *s);
88 UVector *fDStates; // D states (Aho's terminology)
105 UVector *fTagVals;
107 UVector *fPositions; // Set of parse tree positions associated
109 // UVector contents are RBBINode *
111 UVector *fDtran; // Transitions out of this state.