Lines Matching refs:stringLength
313 int32_t stringLength = 0; in expectContainment() local
318 stringLength = (int32_t)(p - stringStart - 1); in expectContainment()
319 strncpy(strCopy, stringStart, stringLength); in expectContainment()
320 strCopy[stringLength] = 0; in expectContainment()
322 u_charsToUChars(stringStart, ustr, stringLength); in expectContainment()
324 if (uset_containsString(set, ustr, stringLength) == isIn) { in expectContainment()
460 int32_t stringLength = 0; in expectItems() local
465 stringLength = (int32_t)(p - stringStart - 1); in expectItems()
466 strncpy(strCopy, stringStart, stringLength); in expectItems()
467 strCopy[stringLength] = 0; in expectItems()
469 u_charsToUChars(stringStart, ustr, stringLength); in expectItems()
470 ustr[stringLength] = 0; in expectItems()