Home | History | Annotate | Download | only in i18n

Lines Matching full:refc

126     u_atomic_int32_t   *refC   = (u_atomic_int32_t *)uprv_malloc(sizeof(int32_t));
128 if (re == NULL || refC == NULL || patBuf == NULL) {
131 uprv_free((void *)refC);
135 re->fPatRefCount = refC;
210 u_atomic_int32_t *refC = (u_atomic_int32_t *)uprv_malloc(sizeof(int32_t));
212 if (re == NULL || refC == NULL || patBuf == NULL) {
215 uprv_free((void *)refC);
219 re->fPatRefCount = refC;