Home | History | Annotate | Download | only in intltest

Lines Matching refs:ucd

445         UCD *ucd = NULL;
453 ucd = ucd_open(coll, &status);
460 bms = bms_open(ucd, pattern, plen, target, targetLen, &status);
480 ucd_close(ucd);
641 UCD *ucd = ucd_open(collator, &status);
642 BMS *bms = bms_open(ucd, pattern.getBuffer(), pattern.length(), target.getBuffer(), target.length(), &status);
647 ucd_close(ucd);
671 ucd_close(ucd);
1287 UCD *data = NULL;