Home | History | Annotate | Download | only in cintltst

Lines Matching defs:ubuf

1083     UChar ubuf[64]; /* adjust as needed */
1101 u_uastrcpy(ubuf, "[:unassigned:]");
1102 unassignedSet = uset_openPattern(ubuf, -1, &ec);
1136 u_uastrcpy(ubuf, cbuf);
1137 codeSets[j] = uset_openPattern(ubuf, -1, &ec);
1144 strLen = uset_getItem(exemplarSet, m, &start, &end, ubuf,
1145 sizeof(ubuf)/sizeof(ubuf[0]), &ec);
1157 if (codeSets[j]!=NULL && uset_containsString(codeSets[j], ubuf, strLen)) {