Lines Matching refs:fv
169 const FormattedValue& fv, in checkFormattedValue() argument
181 checkMixedFormattedValue(message, fv, expectedString, converted.getAlias(), length); in checkFormattedValue()
202 const FormattedValue& fv, in checkMixedFormattedValue() argument
207 UnicodeString baseMessage = UnicodeString(message) + u": " + fv.toString(status) + u": "; in checkMixedFormattedValue()
210 assertEquals(baseMessage + u"string", expectedString, fv.toString(status)); in checkMixedFormattedValue()
211 assertEquals(baseMessage + u"temp string", expectedString, fv.toTempString(status)); in checkMixedFormattedValue()
214 UnicodeString readOnlyAlias = fv.toTempString(status); in checkMixedFormattedValue()
224 fv.nextPosition(cfpos, status)); in checkMixedFormattedValue()
238 UBool afterLoopResult = fv.nextPosition(cfpos, status); in checkMixedFormattedValue()
240 afterLoopResult = fv.nextPosition(cfpos, status); in checkMixedFormattedValue()
255 fv.nextPosition(cfpos, status)); in checkMixedFormattedValue()
269 UBool afterLoopResult = fv.nextPosition(cfpos, status); in checkMixedFormattedValue()
271 afterLoopResult = fv.nextPosition(cfpos, status); in checkMixedFormattedValue()
291 fv.nextPosition(cfpos, status)); in checkMixedFormattedValue()
305 UBool afterLoopResult = fv.nextPosition(cfpos, status); in checkMixedFormattedValue()
307 afterLoopResult = fv.nextPosition(cfpos, status); in checkMixedFormattedValue()