Searched refs:fPatRefCount (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Duregex.cpp38 u_atomic_int32_t *fPatRefCount; member in struct:RegularExpression
53 fPatRefCount = NULL;
65 if (fPatRefCount!=NULL && umtx_atomic_dec(fPatRefCount)==0) {
68 uprv_free((void *)fPatRefCount);
135 re->fPatRefCount = refC;
136 *re->fPatRefCount = 1;
219 re->fPatRefCount = refC;
220 *re->fPatRefCount = 1;
303 clone->fPatRefCount
[all...]

Completed in 84 milliseconds