Searched refs:stringStart (Results 1 – 2 of 2) sorted by relevance
271 const char* stringStart = ++p; in expectContainment() local277 stringLength = (int32_t)(p - stringStart - 1); in expectContainment()278 strncpy(strCopy, stringStart, stringLength); in expectContainment()281 u_charsToUChars(stringStart, ustr, stringLength); in expectContainment()418 const char* stringStart = ++p; in expectItems() local424 stringLength = (int32_t)(p - stringStart - 1); in expectItems()425 strncpy(strCopy, stringStart, stringLength); in expectItems()428 u_charsToUChars(stringStart, ustr, stringLength); in expectItems()
579 const char* stringStart = script; in innerScript() local586 operand.fOperand.fString->set(stringStart, script - stringStart); in innerScript()587 script = stringStart; in innerScript()