Searched defs:ThreadSafeFormat (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtsmthred.cpp688 class ThreadSafeFormat { class
691 ThreadSafeFormat();
708 LocalPointer<NumberFormat> ThreadSafeFormat::gFormat;
709 Formattable ThreadSafeFormat::gYDDThing;
710 Formattable ThreadSafeFormat::gBBDThing;
712 NumberFormat *ThreadSafeFormat::createFormat(UErrorCode &status) {
722 void ThreadSafeFormat::init(UErrorCode &status) {
733 void ThreadSafeFormat::fini(UErrorCode &/*status*/) {
737 ThreadSafeFormat::ThreadSafeFormat() { function in class:ThreadSafeFormat
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dtsmthred.cpp693 class ThreadSafeFormat { class
696 ThreadSafeFormat();
713 LocalPointer<NumberFormat> ThreadSafeFormat::gFormat;
714 Formattable ThreadSafeFormat::gYDDThing;
715 Formattable ThreadSafeFormat::gBBDThing;
717 NumberFormat *ThreadSafeFormat::createFormat(UErrorCode &status) {
727 void ThreadSafeFormat::init(UErrorCode &status) {
738 void ThreadSafeFormat::fini(UErrorCode &/*status*/) {
742 ThreadSafeFormat::ThreadSafeFormat() { function in class:ThreadSafeFormat
[all...]

Completed in 224 milliseconds