Lines Matching refs:offsets
77 int32_t offsets[] = { 0 }; in TestNoArguments() local
81 fmt.formatAndAppend(NULL, 0, appendTo, offsets, 1, status)); in TestNoArguments()
82 assertEquals("formatAndAppend offsets[0]", -1, offsets[0]); in TestNoArguments()
163 int32_t offsets[6]; in TestManyArguments() local
173 offsets, in TestManyArguments()
174 UPRV_LENGTHOF(offsets), in TestManyArguments()
179 verifyOffsets(expectedOffsets, offsets, UPRV_LENGTHOF(expectedOffsets)); in TestManyArguments()
184 offsets[UPRV_LENGTHOF(offsets) - 1] = 289; in TestManyArguments()
190 offsets, in TestManyArguments()
191 UPRV_LENGTHOF(offsets) - 1, in TestManyArguments()
193 assertEquals("Offsets buffer length", 289, offsets[UPRV_LENGTHOF(offsets) - 1]); in TestManyArguments()
346 int32_t offsets[4]; in TestFormatReplaceNoOptimization() local
358 offsets, in TestFormatReplaceNoOptimization()
359 UPRV_LENGTHOF(offsets), in TestFormatReplaceNoOptimization()
365 verifyOffsets(expectedOffsets, offsets, UPRV_LENGTHOF(expectedOffsets)); in TestFormatReplaceNoOptimization()
376 int32_t offsets[4]; in TestFormatReplaceNoOptimizationLeadingText() local
388 offsets, in TestFormatReplaceNoOptimizationLeadingText()
389 UPRV_LENGTHOF(offsets), in TestFormatReplaceNoOptimizationLeadingText()
395 verifyOffsets(expectedOffsets, offsets, UPRV_LENGTHOF(expectedOffsets)); in TestFormatReplaceNoOptimizationLeadingText()
406 int32_t offsets[4]; in TestFormatReplaceOptimization() local
418 offsets, in TestFormatReplaceOptimization()
419 UPRV_LENGTHOF(offsets), in TestFormatReplaceOptimization()
425 verifyOffsets(expectedOffsets, offsets, UPRV_LENGTHOF(expectedOffsets)); in TestFormatReplaceOptimization()
436 int32_t offsets[4]; in TestFormatReplaceNoOptimizationLeadingArgumentUsedTwice() local
448 offsets, in TestFormatReplaceNoOptimizationLeadingArgumentUsedTwice()
449 UPRV_LENGTHOF(offsets), in TestFormatReplaceNoOptimizationLeadingArgumentUsedTwice()
455 verifyOffsets(expectedOffsets, offsets, UPRV_LENGTHOF(expectedOffsets)); in TestFormatReplaceNoOptimizationLeadingArgumentUsedTwice()