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