Lines Matching refs:stringLength
272 int32_t stringLength = 0; in expectContainment() local
277 stringLength = (int32_t)(p - stringStart - 1); in expectContainment()
278 strncpy(strCopy, stringStart, stringLength); in expectContainment()
279 strCopy[stringLength] = 0; in expectContainment()
281 u_charsToUChars(stringStart, ustr, stringLength); in expectContainment()
283 if (uset_containsString(set, ustr, stringLength) == isIn) { in expectContainment()
419 int32_t stringLength = 0; in expectItems() local
424 stringLength = (int32_t)(p - stringStart - 1); in expectItems()
425 strncpy(strCopy, stringStart, stringLength); in expectItems()
426 strCopy[stringLength] = 0; in expectItems()
428 u_charsToUChars(stringStart, ustr, stringLength); in expectItems()
429 ustr[stringLength] = 0; in expectItems()