Lines Matching defs:doStuff
474 * ThreadSafeFormat::doStuff() is called concurrently to test the thread safety of
481 UBool doStuff(int32_t offset, UnicodeString &appendErr, UErrorCode &status) const;
493 UBool ThreadSafeFormat::doStuff(int32_t offset, UnicodeString &appendErr, UErrorCode &status) const {
755 if(!fTSF->doStuff(fNum, appendErr, status)) {