Lines Matching defs:ubuf
1148 UChar ubuf[64]; /* adjust as needed */
1166 u_uastrcpy(ubuf, "[:unassigned:]");
1167 unassignedSet = uset_openPattern(ubuf, -1, &ec);
1204 u_uastrcpy(ubuf, cbuf);
1205 codeSets[j] = uset_openPattern(ubuf, -1, &ec);
1212 strLen = uset_getItem(exemplarSet, m, &start, &end, ubuf,
1213 UPRV_LENGTHOF(ubuf), &ec);
1225 if (codeSets[j]!=NULL && uset_containsString(codeSets[j], ubuf, strLen)) {