Lines Matching refs:stringLength
273 int32_t stringLength = 0; in expectContainment() local
278 stringLength = (int32_t)(p - stringStart - 1); in expectContainment()
279 strncpy(strCopy, stringStart, stringLength); in expectContainment()
280 strCopy[stringLength] = 0; in expectContainment()
282 u_charsToUChars(stringStart, ustr, stringLength); in expectContainment()
284 if (uset_containsString(set, ustr, stringLength) == isIn) { in expectContainment()
420 int32_t stringLength = 0; in expectItems() local
425 stringLength = (int32_t)(p - stringStart - 1); in expectItems()
426 strncpy(strCopy, stringStart, stringLength); in expectItems()
427 strCopy[stringLength] = 0; in expectItems()
429 u_charsToUChars(stringStart, ustr, stringLength); in expectItems()
430 ustr[stringLength] = 0; in expectItems()