Lines Matching refs:stringLength
328 int32_t stringLength = 0; in expectContainment() local
333 stringLength = (int32_t)(p - stringStart - 1); in expectContainment()
334 strncpy(strCopy, stringStart, stringLength); in expectContainment()
335 strCopy[stringLength] = 0; in expectContainment()
337 u_charsToUChars(stringStart, ustr, stringLength); in expectContainment()
339 if (uset_containsString(set, ustr, stringLength) == isIn) { in expectContainment()
486 int32_t stringLength = 0; in expectItems() local
491 stringLength = (int32_t)(p - stringStart - 1); in expectItems()
492 strncpy(strCopy, stringStart, stringLength); in expectItems()
493 strCopy[stringLength] = 0; in expectItems()
495 u_charsToUChars(stringStart, ustr, stringLength); in expectItems()
496 ustr[stringLength] = 0; in expectItems()