Home | History | Annotate | Download | only in i18n

Lines Matching refs:done

300     UBool *done = NULL;
345 done = (UBool*)uprv_malloc(sizeof(UBool)*ruleCount);
346 if (done == NULL) {
364 done[i] = !avail;
395 if (done[i]) {
501 done[i] = TRUE;
512 if (done != NULL) {
513 uprv_free(done);
531 if (done != NULL) {
540 uprv_free(done);