Searched defs:fInstance (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/common/
H A Dmutex.h93 void *fInstance; member in struct:SimpleSingleton
110 void reset() { fInstance=NULL; }
125 delete (T *)singleton.fInstance;
146 void *fInstance; member in struct:TriStateSingleton
182 delete (T *)singleton.fInstance;

Completed in 90 milliseconds