Lines Matching refs:result
289 * kDouble then the result is undefined.
299 * object is a Measure, then the result of
311 * kLong then the result is undefined.
325 * the object is a Measure, then the result of
337 * kInt64 then the result is undefined.
350 * is kObject and the object is a Measure, then the result of
362 * kDate then the result is undefined.
380 * kString then the result is undefined.
381 * @param result Output param to receive the Date value of this object.
382 * @return A reference to 'result'.
385 UnicodeString& getString(UnicodeString& result) const
386 { result=*fValue.fString; return result; }
392 * @param result Output param to receive the Date value of this object.
394 * @return A reference to 'result'.
397 UnicodeString& getString(UnicodeString& result, UErrorCode& status) const;
401 * this object is not of type kString then the result is
411 * U_INVALID_FORMAT_ERROR and the result is a bogus string.
420 * object is not of type kString then the result is undefined.
429 * and the result is a bogus string.
438 * is not of type kArray then the result is undefined.
449 * set to 0, and the result is nullptr.
460 * the result is undefined.