Lines Matching refs:fResults
365 : fResults(src.fResults), fErrorCode(src.fErrorCode) { in FormattedNumberRange()
367 src.fResults = nullptr; in FormattedNumberRange()
372 delete fResults; in operator =()
373 fResults = src.fResults; in operator =()
376 src.fResults = nullptr; in operator =()
385 if (fResults == nullptr) { in toString()
389 return fResults->string.toUnicodeString(); in toString()
396 if (fResults == nullptr) { in appendTo()
400 appendable.appendString(fResults->string.chars(), fResults->string.length()); in appendTo()
408 if (fResults == nullptr) { in nextFieldPosition()
413 return fResults->string.nextFieldPosition(fieldPosition, status) ? TRUE : FALSE; in nextFieldPosition()
426 if (fResults == nullptr) { in getAllFieldPositionsImpl()
430 fResults->string.getAllFieldPositions(fpih, status); in getAllFieldPositionsImpl()
437 if (fResults == nullptr) { in getFirstDecimal()
441 return fResults->quantity1.toScientificString(); in getFirstDecimal()
448 if (fResults == nullptr) { in getSecondDecimal()
452 return fResults->quantity2.toScientificString(); in getSecondDecimal()
459 if (fResults == nullptr) { in getIdentityResult()
463 return fResults->identityResult; in getIdentityResult()
467 delete fResults; in ~FormattedNumberRange()