ssearch.cpp | 438 UCD *ucd = NULL; local 446 ucd = ucd_open(coll, &status); 453 bms = bms_open(ucd, pattern, plen, target, targetLen, &status); 473 ucd_close(ucd); 634 UCD *ucd = ucd_open(collator, &status); local 635 BMS *bms = bms_open(ucd, pattern.getBuffer(), pattern.length(), target.getBuffer(), target.length(), &status); 640 ucd_close(ucd); 664 ucd_close(ucd); [all...] |