Home | History | Annotate | Download | only in cintltst

Lines Matching refs:ubuf

1077     UChar ubuf[64]; /* adjust as needed */
1095 u_uastrcpy(ubuf, "[:unassigned:]");
1096 unassignedSet = uset_openPattern(ubuf, -1, &ec);
1130 u_uastrcpy(ubuf, cbuf);
1131 codeSets[j] = uset_openPattern(ubuf, -1, &ec);
1138 strLen = uset_getItem(exemplarSet, m, &start, &end, ubuf,
1139 sizeof(ubuf)/sizeof(ubuf[0]), &ec);
1151 if (codeSets[j]!=NULL && uset_containsString(codeSets[j], ubuf, strLen)) {