Lines Matching refs:ustr
297 UChar ustr[4096]; in expectContainment() local
303 length = uset_toPattern(set, ustr, sizeof(ustr), TRUE, &ec); in expectContainment()
308 pat=aescstrdup(ustr, length); in expectContainment()
322 u_charsToUChars(stringStart, ustr, stringLength); in expectContainment()
324 if (uset_containsString(set, ustr, stringLength) == isIn) { in expectContainment()
338 u_charsToUChars(p, ustr, 1); in expectContainment()
339 c = ustr[0]; in expectContainment()
398 UChar ustr[4096], itemStr[4096]; in expectItems() local
409 length = uset_toPattern(set, ustr, sizeof(ustr), TRUE, &ec); in expectItems()
414 pat=aescstrdup(ustr, length); in expectItems()
423 if (u_strlen(ustr) > 2 && ustr[1] == 0x5e /*'^'*/) { in expectItems()
469 u_charsToUChars(stringStart, ustr, stringLength); in expectItems()
470 ustr[stringLength] = 0; in expectItems()
478 if (u_strcmp(ustr, itemStr) != 0) { in expectItems()
488 u_charsToUChars(p, ustr, 1); in expectItems()
489 c = ustr[0]; in expectItems()