ICU-4620 uconfig.h fixes
X-SVN-Rev: 18187
This commit is contained in:
parent
9c8f7adcc4
commit
8dcffb23b3
@ -16,6 +16,8 @@
|
||||
#include "unicode/utimer.h"
|
||||
#include "ucbuf.h"
|
||||
|
||||
#if !UCONFIG_NO_CONVERSION
|
||||
|
||||
U_NAMESPACE_USE
|
||||
// Use the TESTCASE macro in subclasses of IntlTest. Define the
|
||||
// runIndexedTest method in this fashion:
|
||||
@ -157,4 +159,5 @@ public:
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
@ -10,6 +10,7 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#if !UCONFIG_NO_CONVERSION
|
||||
static const char delim = '/';
|
||||
static int32_t execCount = 0;
|
||||
UPerfTest* UPerfTest::gTest = NULL;
|
||||
@ -466,4 +467,4 @@ UPerfTest::~UPerfTest(){
|
||||
ucbuf_close(ucharBuf);
|
||||
}
|
||||
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user