Lines Matching refs:expectedFieldPositions
172 const UFieldPosition* expectedFieldPositions, in checkFormattedValue() argument
177 converted[i].field = expectedFieldPositions[i].field; in checkFormattedValue()
178 converted[i].beginIndex = expectedFieldPositions[i].beginIndex; in checkFormattedValue()
179 converted[i].endIndex = expectedFieldPositions[i].endIndex; in checkFormattedValue()
204 const UFieldPositionWithCategory* expectedFieldPositions, in checkMixedFormattedValue() argument
225 int32_t expectedCategory = expectedFieldPositions[i].category; in checkMixedFormattedValue()
226 int32_t expectedField = expectedFieldPositions[i].field; in checkMixedFormattedValue()
227 int32_t expectedStart = expectedFieldPositions[i].beginIndex; in checkMixedFormattedValue()
228 int32_t expectedLimit = expectedFieldPositions[i].endIndex; in checkMixedFormattedValue()
246 if (expectedFieldPositions[i].category != category) { in checkMixedFormattedValue()
251 int32_t expectedCategory = expectedFieldPositions[i].category; in checkMixedFormattedValue()
252 int32_t expectedField = expectedFieldPositions[i].field; in checkMixedFormattedValue()
253 int32_t expectedStart = expectedFieldPositions[i].beginIndex; in checkMixedFormattedValue()
254 int32_t expectedLimit = expectedFieldPositions[i].endIndex; in checkMixedFormattedValue()
271 uniqueFields.insert({expectedFieldPositions[i].category, expectedFieldPositions[i].field}); in checkMixedFormattedValue()
277 if (expectedFieldPositions[i].category != categoryAndField.first) { in checkMixedFormattedValue()
280 if (expectedFieldPositions[i].field != categoryAndField.second) { in checkMixedFormattedValue()
285 int32_t expectedCategory = expectedFieldPositions[i].category; in checkMixedFormattedValue()
286 int32_t expectedField = expectedFieldPositions[i].field; in checkMixedFormattedValue()
287 int32_t expectedStart = expectedFieldPositions[i].beginIndex; in checkMixedFormattedValue()
288 int32_t expectedLimit = expectedFieldPositions[i].endIndex; in checkMixedFormattedValue()