Fix unresolved symbol to icu::DateInterval
This commit is contained in:
parent
e6e985c677
commit
620a1ca167
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,8 @@
|
|||
#include <io.h>
|
||||
|
||||
#define U_I18N_IMPLEMENTATION
|
||||
#define U_COMMON_IMPLEMENTATION
|
||||
#define U_COMBINED_IMPLEMENTATION
|
||||
|
||||
#include "third_party/icu/source/common/unicode/ubidi.h"
|
||||
#include "third_party/icu/source/common/unicode/uchar.h"
|
||||
|
@ -61,6 +63,7 @@ void ReferenceSymbols() {
|
|||
UMeasureFormatWidth width = UMEASFMT_WIDTH_WIDE;
|
||||
UErrorCode status = U_ZERO_ERROR;
|
||||
icu::MeasureFormat format(icu::Locale::getRoot(), width, status);
|
||||
icu::DateInterval internal(0, 0);
|
||||
icu::DateIntervalFormat::createInstance(UnicodeString(),
|
||||
icu::Locale::getRoot(), status);
|
||||
reinterpret_cast<icu::Transliterator*>(nullptr)->clone();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue