Home
last modified time | relevance | path

Searched refs:fInputSet (Results 1 – 5 of 5) sorted by relevance

/external/icu4c/common/
Drbbinode.cpp54 fInputSet = NULL; in RBBINode()
82 fInputSet = other.fInputSet; in RBBINode()
107 delete fInputSet; in ~RBBINode()
108 fInputSet = NULL; in ~RBBINode()
Drbbinode.h58 UnicodeSet *fInputSet; // For uset nodes only. variable
Drbbisetb.cpp161 UnicodeSet *inputSet = usetNode->fInputSet; in build()
270 UnicodeSet *inputSet = usetNode->fInputSet; in build()
Drbbistbl.cpp91 This->fCachedSetLookup = usetNode->fInputSet; in lookup()
Drbbiscan.cpp706 usetNode->fInputSet = setToAdopt; in findSetFor()