ssearch.cpp | 445 UCD *ucd = NULL; local 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); local 642 BMS *bms = bms_open(ucd, pattern.getBuffer(), pattern.length(), target.getBuffer(), target.length(), &status); 647 ucd_close(ucd); 671 ucd_close(ucd); [all...] |