HomeSort by relevance Sort by last modified time
    Searched refs:fPatRefCount (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/icu/source/i18n/
uregex.cpp 31 int32_t *fPatRefCount;
48 fPatRefCount = NULL;
59 if (fPatRefCount!=NULL && umtx_atomic_dec(fPatRefCount)==0) {
62 uprv_free(fPatRefCount);
121 re->fPatRefCount = refC;
122 *re->fPatRefCount = 1;
200 clone->fPatRefCount = source->fPatRefCount;
203 umtx_atomic_inc(source->fPatRefCount);
    [all...]
  /external/icu4c/i18n/
uregex.cpp 37 int32_t *fPatRefCount;
52 fPatRefCount = NULL;
64 if (fPatRefCount!=NULL && umtx_atomic_dec(fPatRefCount)==0) {
67 uprv_free(fPatRefCount);
134 re->fPatRefCount = refC;
135 *re->fPatRefCount = 1;
218 re->fPatRefCount = refC;
219 *re->fPatRefCount = 1;
302 clone->fPatRefCount = source->fPatRefCount;
    [all...]

Completed in 36 milliseconds