icu's namespace has become icu_58
This commit is contained in:
parent
a98e69a80d
commit
41f356a94d
1 changed files with 23 additions and 23 deletions
46
common.gypi
46
common.gypi
|
@ -162,32 +162,32 @@
|
||||||
'conditions': [
|
'conditions': [
|
||||||
['target_arch=="ia32"', {
|
['target_arch=="ia32"', {
|
||||||
'reference_symbols': [
|
'reference_symbols': [
|
||||||
'_u_errorName_56',
|
'_u_errorName_58',
|
||||||
'_ubidi_setPara_56',
|
'_ubidi_setPara_58',
|
||||||
'_ucsdet_getName_56',
|
'_ucsdet_getName_58',
|
||||||
'_uidna_openUTS46_56',
|
'_uidna_openUTS46_58',
|
||||||
'_ulocdata_close_56',
|
'_ulocdata_close_58',
|
||||||
'_unorm_normalize_56',
|
'_unorm_normalize_58',
|
||||||
'_uregex_matches_56',
|
'_uregex_matches_58',
|
||||||
'_uscript_getCode_56',
|
'_uscript_getCode_58',
|
||||||
'_uspoof_open_56',
|
'_uspoof_open_58',
|
||||||
'_usearch_setPattern_56',
|
'_usearch_setPattern_58',
|
||||||
'?createInstance@Transliterator@icu_56@@SAPAV12@ABVUnicodeString@2@W4UTransDirection@@AAW4UErrorCode@@@Z',
|
'?createInstance@Transliterator@icu_58@@SAPAV12@ABVUnicodeString@2@W4UTransDirection@@AAW4UErrorCode@@@Z',
|
||||||
'??0MeasureFormat@icu_56@@QAE@ABVLocale@1@W4UMeasureFormatWidth@@AAW4UErrorCode@@@Z',
|
'??0MeasureFormat@icu_58@@QAE@ABVLocale@1@W4UMeasureFormatWidth@@AAW4UErrorCode@@@Z',
|
||||||
],
|
],
|
||||||
}, {
|
}, {
|
||||||
'reference_symbols': [
|
'reference_symbols': [
|
||||||
'u_errorName_56',
|
'u_errorName_58',
|
||||||
'ubidi_setPara_56',
|
'ubidi_setPara_58',
|
||||||
'ucsdet_getName_56',
|
'ucsdet_getName_58',
|
||||||
'uidna_openUTS46_56',
|
'uidna_openUTS46_58',
|
||||||
'ulocdata_close_56',
|
'ulocdata_close_58',
|
||||||
'unorm_normalize_56',
|
'unorm_normalize_58',
|
||||||
'uregex_matches_56',
|
'uregex_matches_58',
|
||||||
'uspoof_open_56',
|
'uspoof_open_58',
|
||||||
'usearch_setPattern_56',
|
'usearch_setPattern_58',
|
||||||
'?createInstance@Transliterator@icu_56@@SAPEAV12@AEBVUnicodeString@2@W4UTransDirection@@AEAW4UErrorCode@@@Z',
|
'?createInstance@Transliterator@icu_58@@SAPEAV12@AEBVUnicodeString@2@W4UTransDirection@@AEAW4UErrorCode@@@Z',
|
||||||
'??0MeasureFormat@icu_56@@QEAA@AEBVLocale@1@W4UMeasureFormatWidth@@AEAW4UErrorCode@@@Z',
|
'??0MeasureFormat@icu_58@@QEAA@AEBVLocale@1@W4UMeasureFormatWidth@@AEAW4UErrorCode@@@Z',
|
||||||
],
|
],
|
||||||
}],
|
}],
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue