ICU-4881 Update version 3.5 ->3.6

X-SVN-Rev: 19819
This commit is contained in:
George Rhoten 2006-07-11 00:30:28 +00:00
parent f57dcd6274
commit d64ae22468
14 changed files with 1657 additions and 1657 deletions

View File

@ -39,10 +39,10 @@
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
OutputFile="..\..\bin\icuuc35.dll"
OutputFile="..\..\bin\icuuc36.dll"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
ProgramDatabaseFile=".\..\..\lib\icuuc35.pdb"
ProgramDatabaseFile=".\..\..\lib\icuuc36.pdb"
EnableCOMDATFolding="2"
BaseAddress="0x4a800000"
ImportLibrary="..\..\lib\icuuc.lib"/>
@ -104,11 +104,11 @@
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
OutputFile="..\..\bin\icuuc35d.dll"
OutputFile="..\..\bin\icuuc36d.dll"
LinkIncremental="2"
SuppressStartupBanner="TRUE"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\..\..\lib\icuuc35d.pdb"
ProgramDatabaseFile=".\..\..\lib\icuuc36d.pdb"
BaseAddress="0x4a800000"
ImportLibrary="..\..\lib\icuucd.lib"/>
<Tool

View File

@ -34,15 +34,15 @@
# define utrans_open utrans_open_DEPRECATED_API_DO_NOT_USE
# define utrans_unregister utrans_unregister_DEPRECATED_API_DO_NOT_USE
# else
# define ucol_getContractions_3_5 ucol_getContractions_DEPRECATED_API_DO_NOT_USE
# define ucol_getLocale_3_5 ucol_getLocale_DEPRECATED_API_DO_NOT_USE
# define ures_countArrayItems_3_5 ures_countArrayItems_DEPRECATED_API_DO_NOT_USE
# define ures_getLocale_3_5 ures_getLocale_DEPRECATED_API_DO_NOT_USE
# define ures_getVersionNumber_3_5 ures_getVersionNumber_DEPRECATED_API_DO_NOT_USE
# define utrans_getAvailableID_3_5 utrans_getAvailableID_DEPRECATED_API_DO_NOT_USE
# define utrans_getID_3_5 utrans_getID_DEPRECATED_API_DO_NOT_USE
# define utrans_open_3_5 utrans_open_DEPRECATED_API_DO_NOT_USE
# define utrans_unregister_3_5 utrans_unregister_DEPRECATED_API_DO_NOT_USE
# define ucol_getContractions_3_6 ucol_getContractions_DEPRECATED_API_DO_NOT_USE
# define ucol_getLocale_3_6 ucol_getLocale_DEPRECATED_API_DO_NOT_USE
# define ures_countArrayItems_3_6 ures_countArrayItems_DEPRECATED_API_DO_NOT_USE
# define ures_getLocale_3_6 ures_getLocale_DEPRECATED_API_DO_NOT_USE
# define ures_getVersionNumber_3_6 ures_getVersionNumber_DEPRECATED_API_DO_NOT_USE
# define utrans_getAvailableID_3_6 utrans_getAvailableID_DEPRECATED_API_DO_NOT_USE
# define utrans_getID_3_6 utrans_getID_DEPRECATED_API_DO_NOT_USE
# define utrans_open_3_6 utrans_open_DEPRECATED_API_DO_NOT_USE
# define utrans_unregister_3_6 utrans_unregister_DEPRECATED_API_DO_NOT_USE
# endif /* U_DISABLE_RENAMING */
#endif /* U_HIDE_DEPRECATED_API */

View File

@ -123,104 +123,104 @@
# define utext_setNativeIndex utext_setNativeIndex_DRAFT_API_DO_NOT_USE
# define utext_setup utext_setup_DRAFT_API_DO_NOT_USE
# else
# define u_fclose_3_5 u_fclose_DRAFT_API_DO_NOT_USE
# define u_feof_3_5 u_feof_DRAFT_API_DO_NOT_USE
# define u_fflush_3_5 u_fflush_DRAFT_API_DO_NOT_USE
# define u_fgetConverter_3_5 u_fgetConverter_DRAFT_API_DO_NOT_USE
# define u_fgetc_3_5 u_fgetc_DRAFT_API_DO_NOT_USE
# define u_fgetcodepage_3_5 u_fgetcodepage_DRAFT_API_DO_NOT_USE
# define u_fgetcx_3_5 u_fgetcx_DRAFT_API_DO_NOT_USE
# define u_fgetfile_3_5 u_fgetfile_DRAFT_API_DO_NOT_USE
# define u_fgetlocale_3_5 u_fgetlocale_DRAFT_API_DO_NOT_USE
# define u_fgets_3_5 u_fgets_DRAFT_API_DO_NOT_USE
# define u_file_read_3_5 u_file_read_DRAFT_API_DO_NOT_USE
# define u_file_write_3_5 u_file_write_DRAFT_API_DO_NOT_USE
# define u_finit_3_5 u_finit_DRAFT_API_DO_NOT_USE
# define u_fopen_3_5 u_fopen_DRAFT_API_DO_NOT_USE
# define u_fprintf_3_5 u_fprintf_DRAFT_API_DO_NOT_USE
# define u_fprintf_u_3_5 u_fprintf_u_DRAFT_API_DO_NOT_USE
# define u_fputc_3_5 u_fputc_DRAFT_API_DO_NOT_USE
# define u_fputs_3_5 u_fputs_DRAFT_API_DO_NOT_USE
# define u_frewind_3_5 u_frewind_DRAFT_API_DO_NOT_USE
# define u_fscanf_3_5 u_fscanf_DRAFT_API_DO_NOT_USE
# define u_fscanf_u_3_5 u_fscanf_u_DRAFT_API_DO_NOT_USE
# define u_fsetcodepage_3_5 u_fsetcodepage_DRAFT_API_DO_NOT_USE
# define u_fsetlocale_3_5 u_fsetlocale_DRAFT_API_DO_NOT_USE
# define u_fsettransliterator_3_5 u_fsettransliterator_DRAFT_API_DO_NOT_USE
# define u_fstropen_3_5 u_fstropen_DRAFT_API_DO_NOT_USE
# define u_fungetc_3_5 u_fungetc_DRAFT_API_DO_NOT_USE
# define u_snprintf_3_5 u_snprintf_DRAFT_API_DO_NOT_USE
# define u_snprintf_u_3_5 u_snprintf_u_DRAFT_API_DO_NOT_USE
# define u_sprintf_3_5 u_sprintf_DRAFT_API_DO_NOT_USE
# define u_sprintf_u_3_5 u_sprintf_u_DRAFT_API_DO_NOT_USE
# define u_sscanf_3_5 u_sscanf_DRAFT_API_DO_NOT_USE
# define u_sscanf_u_3_5 u_sscanf_u_DRAFT_API_DO_NOT_USE
# define u_vfprintf_3_5 u_vfprintf_DRAFT_API_DO_NOT_USE
# define u_vfprintf_u_3_5 u_vfprintf_u_DRAFT_API_DO_NOT_USE
# define u_vfscanf_3_5 u_vfscanf_DRAFT_API_DO_NOT_USE
# define u_vfscanf_u_3_5 u_vfscanf_u_DRAFT_API_DO_NOT_USE
# define u_vsnprintf_3_5 u_vsnprintf_DRAFT_API_DO_NOT_USE
# define u_vsnprintf_u_3_5 u_vsnprintf_u_DRAFT_API_DO_NOT_USE
# define u_vsprintf_3_5 u_vsprintf_DRAFT_API_DO_NOT_USE
# define u_vsprintf_u_3_5 u_vsprintf_u_DRAFT_API_DO_NOT_USE
# define u_vsscanf_3_5 u_vsscanf_DRAFT_API_DO_NOT_USE
# define u_vsscanf_u_3_5 u_vsscanf_u_DRAFT_API_DO_NOT_USE
# define ubrk_setUText_3_5 ubrk_setUText_DRAFT_API_DO_NOT_USE
# define ucasemap_close_3_5 ucasemap_close_DRAFT_API_DO_NOT_USE
# define ucasemap_getLocale_3_5 ucasemap_getLocale_DRAFT_API_DO_NOT_USE
# define ucasemap_getOptions_3_5 ucasemap_getOptions_DRAFT_API_DO_NOT_USE
# define ucasemap_open_3_5 ucasemap_open_DRAFT_API_DO_NOT_USE
# define ucasemap_setLocale_3_5 ucasemap_setLocale_DRAFT_API_DO_NOT_USE
# define ucasemap_setOptions_3_5 ucasemap_setOptions_DRAFT_API_DO_NOT_USE
# define ucasemap_utf8ToLower_3_5 ucasemap_utf8ToLower_DRAFT_API_DO_NOT_USE
# define ucasemap_utf8ToUpper_3_5 ucasemap_utf8ToUpper_DRAFT_API_DO_NOT_USE
# define ucnv_fromUCountPending_3_5 ucnv_fromUCountPending_DRAFT_API_DO_NOT_USE
# define ucnv_toUCountPending_3_5 ucnv_toUCountPending_DRAFT_API_DO_NOT_USE
# define ucol_getContractionsAndExpansions_3_5 ucol_getContractionsAndExpansions_DRAFT_API_DO_NOT_USE
# define ucsdet_close_3_5 ucsdet_close_DRAFT_API_DO_NOT_USE
# define ucsdet_detectAll_3_5 ucsdet_detectAll_DRAFT_API_DO_NOT_USE
# define ucsdet_detect_3_5 ucsdet_detect_DRAFT_API_DO_NOT_USE
# define ucsdet_enableInputFilter_3_5 ucsdet_enableInputFilter_DRAFT_API_DO_NOT_USE
# define ucsdet_getAllDetectableCharsets_3_5 ucsdet_getAllDetectableCharsets_DRAFT_API_DO_NOT_USE
# define ucsdet_getConfidence_3_5 ucsdet_getConfidence_DRAFT_API_DO_NOT_USE
# define ucsdet_getLanguage_3_5 ucsdet_getLanguage_DRAFT_API_DO_NOT_USE
# define ucsdet_getName_3_5 ucsdet_getName_DRAFT_API_DO_NOT_USE
# define ucsdet_getUChars_3_5 ucsdet_getUChars_DRAFT_API_DO_NOT_USE
# define ucsdet_isInputFilterEnabled_3_5 ucsdet_isInputFilterEnabled_DRAFT_API_DO_NOT_USE
# define ucsdet_open_3_5 ucsdet_open_DRAFT_API_DO_NOT_USE
# define ucsdet_setDeclaredEncoding_3_5 ucsdet_setDeclaredEncoding_DRAFT_API_DO_NOT_USE
# define ucsdet_setText_3_5 ucsdet_setText_DRAFT_API_DO_NOT_USE
# define udata_setFileAccess_3_5 udata_setFileAccess_DRAFT_API_DO_NOT_USE
# define ulocdata_close_3_5 ulocdata_close_DRAFT_API_DO_NOT_USE
# define ulocdata_getDelimiter_3_5 ulocdata_getDelimiter_DRAFT_API_DO_NOT_USE
# define ulocdata_getExemplarSet_3_5 ulocdata_getExemplarSet_DRAFT_API_DO_NOT_USE
# define ulocdata_getNoSubstitute_3_5 ulocdata_getNoSubstitute_DRAFT_API_DO_NOT_USE
# define ulocdata_open_3_5 ulocdata_open_DRAFT_API_DO_NOT_USE
# define ulocdata_setNoSubstitute_3_5 ulocdata_setNoSubstitute_DRAFT_API_DO_NOT_USE
# define umsg_autoQuoteApostrophe_3_5 umsg_autoQuoteApostrophe_DRAFT_API_DO_NOT_USE
# define uset_addAllCodePoints_3_5 uset_addAllCodePoints_DRAFT_API_DO_NOT_USE
# define uset_containsAllCodePoints_3_5 uset_containsAllCodePoints_DRAFT_API_DO_NOT_USE
# define utext_char32At_3_5 utext_char32At_DRAFT_API_DO_NOT_USE
# define utext_clone_3_5 utext_clone_DRAFT_API_DO_NOT_USE
# define utext_close_3_5 utext_close_DRAFT_API_DO_NOT_USE
# define utext_copy_3_5 utext_copy_DRAFT_API_DO_NOT_USE
# define utext_current32_3_5 utext_current32_DRAFT_API_DO_NOT_USE
# define utext_extract_3_5 utext_extract_DRAFT_API_DO_NOT_USE
# define utext_getNativeIndex_3_5 utext_getNativeIndex_DRAFT_API_DO_NOT_USE
# define utext_hasMetaData_3_5 utext_hasMetaData_DRAFT_API_DO_NOT_USE
# define utext_isLengthExpensive_3_5 utext_isLengthExpensive_DRAFT_API_DO_NOT_USE
# define utext_isWritable_3_5 utext_isWritable_DRAFT_API_DO_NOT_USE
# define utext_moveIndex32_3_5 utext_moveIndex32_DRAFT_API_DO_NOT_USE
# define utext_nativeLength_3_5 utext_nativeLength_DRAFT_API_DO_NOT_USE
# define utext_next32From_3_5 utext_next32From_DRAFT_API_DO_NOT_USE
# define utext_next32_3_5 utext_next32_DRAFT_API_DO_NOT_USE
# define utext_openUChars_3_5 utext_openUChars_DRAFT_API_DO_NOT_USE
# define utext_openUTF8_3_5 utext_openUTF8_DRAFT_API_DO_NOT_USE
# define utext_previous32From_3_5 utext_previous32From_DRAFT_API_DO_NOT_USE
# define utext_previous32_3_5 utext_previous32_DRAFT_API_DO_NOT_USE
# define utext_replace_3_5 utext_replace_DRAFT_API_DO_NOT_USE
# define utext_setNativeIndex_3_5 utext_setNativeIndex_DRAFT_API_DO_NOT_USE
# define utext_setup_3_5 utext_setup_DRAFT_API_DO_NOT_USE
# define u_fclose_3_6 u_fclose_DRAFT_API_DO_NOT_USE
# define u_feof_3_6 u_feof_DRAFT_API_DO_NOT_USE
# define u_fflush_3_6 u_fflush_DRAFT_API_DO_NOT_USE
# define u_fgetConverter_3_6 u_fgetConverter_DRAFT_API_DO_NOT_USE
# define u_fgetc_3_6 u_fgetc_DRAFT_API_DO_NOT_USE
# define u_fgetcodepage_3_6 u_fgetcodepage_DRAFT_API_DO_NOT_USE
# define u_fgetcx_3_6 u_fgetcx_DRAFT_API_DO_NOT_USE
# define u_fgetfile_3_6 u_fgetfile_DRAFT_API_DO_NOT_USE
# define u_fgetlocale_3_6 u_fgetlocale_DRAFT_API_DO_NOT_USE
# define u_fgets_3_6 u_fgets_DRAFT_API_DO_NOT_USE
# define u_file_read_3_6 u_file_read_DRAFT_API_DO_NOT_USE
# define u_file_write_3_6 u_file_write_DRAFT_API_DO_NOT_USE
# define u_finit_3_6 u_finit_DRAFT_API_DO_NOT_USE
# define u_fopen_3_6 u_fopen_DRAFT_API_DO_NOT_USE
# define u_fprintf_3_6 u_fprintf_DRAFT_API_DO_NOT_USE
# define u_fprintf_u_3_6 u_fprintf_u_DRAFT_API_DO_NOT_USE
# define u_fputc_3_6 u_fputc_DRAFT_API_DO_NOT_USE
# define u_fputs_3_6 u_fputs_DRAFT_API_DO_NOT_USE
# define u_frewind_3_6 u_frewind_DRAFT_API_DO_NOT_USE
# define u_fscanf_3_6 u_fscanf_DRAFT_API_DO_NOT_USE
# define u_fscanf_u_3_6 u_fscanf_u_DRAFT_API_DO_NOT_USE
# define u_fsetcodepage_3_6 u_fsetcodepage_DRAFT_API_DO_NOT_USE
# define u_fsetlocale_3_6 u_fsetlocale_DRAFT_API_DO_NOT_USE
# define u_fsettransliterator_3_6 u_fsettransliterator_DRAFT_API_DO_NOT_USE
# define u_fstropen_3_6 u_fstropen_DRAFT_API_DO_NOT_USE
# define u_fungetc_3_6 u_fungetc_DRAFT_API_DO_NOT_USE
# define u_snprintf_3_6 u_snprintf_DRAFT_API_DO_NOT_USE
# define u_snprintf_u_3_6 u_snprintf_u_DRAFT_API_DO_NOT_USE
# define u_sprintf_3_6 u_sprintf_DRAFT_API_DO_NOT_USE
# define u_sprintf_u_3_6 u_sprintf_u_DRAFT_API_DO_NOT_USE
# define u_sscanf_3_6 u_sscanf_DRAFT_API_DO_NOT_USE
# define u_sscanf_u_3_6 u_sscanf_u_DRAFT_API_DO_NOT_USE
# define u_vfprintf_3_6 u_vfprintf_DRAFT_API_DO_NOT_USE
# define u_vfprintf_u_3_6 u_vfprintf_u_DRAFT_API_DO_NOT_USE
# define u_vfscanf_3_6 u_vfscanf_DRAFT_API_DO_NOT_USE
# define u_vfscanf_u_3_6 u_vfscanf_u_DRAFT_API_DO_NOT_USE
# define u_vsnprintf_3_6 u_vsnprintf_DRAFT_API_DO_NOT_USE
# define u_vsnprintf_u_3_6 u_vsnprintf_u_DRAFT_API_DO_NOT_USE
# define u_vsprintf_3_6 u_vsprintf_DRAFT_API_DO_NOT_USE
# define u_vsprintf_u_3_6 u_vsprintf_u_DRAFT_API_DO_NOT_USE
# define u_vsscanf_3_6 u_vsscanf_DRAFT_API_DO_NOT_USE
# define u_vsscanf_u_3_6 u_vsscanf_u_DRAFT_API_DO_NOT_USE
# define ubrk_setUText_3_6 ubrk_setUText_DRAFT_API_DO_NOT_USE
# define ucasemap_close_3_6 ucasemap_close_DRAFT_API_DO_NOT_USE
# define ucasemap_getLocale_3_6 ucasemap_getLocale_DRAFT_API_DO_NOT_USE
# define ucasemap_getOptions_3_6 ucasemap_getOptions_DRAFT_API_DO_NOT_USE
# define ucasemap_open_3_6 ucasemap_open_DRAFT_API_DO_NOT_USE
# define ucasemap_setLocale_3_6 ucasemap_setLocale_DRAFT_API_DO_NOT_USE
# define ucasemap_setOptions_3_6 ucasemap_setOptions_DRAFT_API_DO_NOT_USE
# define ucasemap_utf8ToLower_3_6 ucasemap_utf8ToLower_DRAFT_API_DO_NOT_USE
# define ucasemap_utf8ToUpper_3_6 ucasemap_utf8ToUpper_DRAFT_API_DO_NOT_USE
# define ucnv_fromUCountPending_3_6 ucnv_fromUCountPending_DRAFT_API_DO_NOT_USE
# define ucnv_toUCountPending_3_6 ucnv_toUCountPending_DRAFT_API_DO_NOT_USE
# define ucol_getContractionsAndExpansions_3_6 ucol_getContractionsAndExpansions_DRAFT_API_DO_NOT_USE
# define ucsdet_close_3_6 ucsdet_close_DRAFT_API_DO_NOT_USE
# define ucsdet_detectAll_3_6 ucsdet_detectAll_DRAFT_API_DO_NOT_USE
# define ucsdet_detect_3_6 ucsdet_detect_DRAFT_API_DO_NOT_USE
# define ucsdet_enableInputFilter_3_6 ucsdet_enableInputFilter_DRAFT_API_DO_NOT_USE
# define ucsdet_getAllDetectableCharsets_3_6 ucsdet_getAllDetectableCharsets_DRAFT_API_DO_NOT_USE
# define ucsdet_getConfidence_3_6 ucsdet_getConfidence_DRAFT_API_DO_NOT_USE
# define ucsdet_getLanguage_3_6 ucsdet_getLanguage_DRAFT_API_DO_NOT_USE
# define ucsdet_getName_3_6 ucsdet_getName_DRAFT_API_DO_NOT_USE
# define ucsdet_getUChars_3_6 ucsdet_getUChars_DRAFT_API_DO_NOT_USE
# define ucsdet_isInputFilterEnabled_3_6 ucsdet_isInputFilterEnabled_DRAFT_API_DO_NOT_USE
# define ucsdet_open_3_6 ucsdet_open_DRAFT_API_DO_NOT_USE
# define ucsdet_setDeclaredEncoding_3_6 ucsdet_setDeclaredEncoding_DRAFT_API_DO_NOT_USE
# define ucsdet_setText_3_6 ucsdet_setText_DRAFT_API_DO_NOT_USE
# define udata_setFileAccess_3_6 udata_setFileAccess_DRAFT_API_DO_NOT_USE
# define ulocdata_close_3_6 ulocdata_close_DRAFT_API_DO_NOT_USE
# define ulocdata_getDelimiter_3_6 ulocdata_getDelimiter_DRAFT_API_DO_NOT_USE
# define ulocdata_getExemplarSet_3_6 ulocdata_getExemplarSet_DRAFT_API_DO_NOT_USE
# define ulocdata_getNoSubstitute_3_6 ulocdata_getNoSubstitute_DRAFT_API_DO_NOT_USE
# define ulocdata_open_3_6 ulocdata_open_DRAFT_API_DO_NOT_USE
# define ulocdata_setNoSubstitute_3_6 ulocdata_setNoSubstitute_DRAFT_API_DO_NOT_USE
# define umsg_autoQuoteApostrophe_3_6 umsg_autoQuoteApostrophe_DRAFT_API_DO_NOT_USE
# define uset_addAllCodePoints_3_6 uset_addAllCodePoints_DRAFT_API_DO_NOT_USE
# define uset_containsAllCodePoints_3_6 uset_containsAllCodePoints_DRAFT_API_DO_NOT_USE
# define utext_char32At_3_6 utext_char32At_DRAFT_API_DO_NOT_USE
# define utext_clone_3_6 utext_clone_DRAFT_API_DO_NOT_USE
# define utext_close_3_6 utext_close_DRAFT_API_DO_NOT_USE
# define utext_copy_3_6 utext_copy_DRAFT_API_DO_NOT_USE
# define utext_current32_3_6 utext_current32_DRAFT_API_DO_NOT_USE
# define utext_extract_3_6 utext_extract_DRAFT_API_DO_NOT_USE
# define utext_getNativeIndex_3_6 utext_getNativeIndex_DRAFT_API_DO_NOT_USE
# define utext_hasMetaData_3_6 utext_hasMetaData_DRAFT_API_DO_NOT_USE
# define utext_isLengthExpensive_3_6 utext_isLengthExpensive_DRAFT_API_DO_NOT_USE
# define utext_isWritable_3_6 utext_isWritable_DRAFT_API_DO_NOT_USE
# define utext_moveIndex32_3_6 utext_moveIndex32_DRAFT_API_DO_NOT_USE
# define utext_nativeLength_3_6 utext_nativeLength_DRAFT_API_DO_NOT_USE
# define utext_next32From_3_6 utext_next32From_DRAFT_API_DO_NOT_USE
# define utext_next32_3_6 utext_next32_DRAFT_API_DO_NOT_USE
# define utext_openUChars_3_6 utext_openUChars_DRAFT_API_DO_NOT_USE
# define utext_openUTF8_3_6 utext_openUTF8_DRAFT_API_DO_NOT_USE
# define utext_previous32From_3_6 utext_previous32From_DRAFT_API_DO_NOT_USE
# define utext_previous32_3_6 utext_previous32_DRAFT_API_DO_NOT_USE
# define utext_replace_3_6 utext_replace_DRAFT_API_DO_NOT_USE
# define utext_setNativeIndex_3_6 utext_setNativeIndex_DRAFT_API_DO_NOT_USE
# define utext_setup_3_6 utext_setup_DRAFT_API_DO_NOT_USE
# endif /* U_DISABLE_RENAMING */
#endif /* U_HIDE_DRAFT_API */

View File

@ -43,24 +43,24 @@
# define utf8_nextCharSafeBody utf8_nextCharSafeBody_INTERNAL_API_DO_NOT_USE
# define utf8_prevCharSafeBody utf8_prevCharSafeBody_INTERNAL_API_DO_NOT_USE
# else
# define RegexPatternDump_3_5 RegexPatternDump_INTERNAL_API_DO_NOT_USE
# define ucol_collatorToIdentifier_3_5 ucol_collatorToIdentifier_INTERNAL_API_DO_NOT_USE
# define ucol_equals_3_5 ucol_equals_INTERNAL_API_DO_NOT_USE
# define ucol_forgetUCA_3_5 ucol_forgetUCA_INTERNAL_API_DO_NOT_USE
# define ucol_getAttributeOrDefault_3_5 ucol_getAttributeOrDefault_INTERNAL_API_DO_NOT_USE
# define ucol_getUnsafeSet_3_5 ucol_getUnsafeSet_INTERNAL_API_DO_NOT_USE
# define ucol_identifierToShortString_3_5 ucol_identifierToShortString_INTERNAL_API_DO_NOT_USE
# define ucol_openFromIdentifier_3_5 ucol_openFromIdentifier_INTERNAL_API_DO_NOT_USE
# define ucol_prepareShortStringOpen_3_5 ucol_prepareShortStringOpen_INTERNAL_API_DO_NOT_USE
# define ucol_shortStringToIdentifier_3_5 ucol_shortStringToIdentifier_INTERNAL_API_DO_NOT_USE
# define uprv_getDefaultCodepage_3_5 uprv_getDefaultCodepage_INTERNAL_API_DO_NOT_USE
# define uprv_getDefaultLocaleID_3_5 uprv_getDefaultLocaleID_INTERNAL_API_DO_NOT_USE
# define ures_openFillIn_3_5 ures_openFillIn_INTERNAL_API_DO_NOT_USE
# define utf8_appendCharSafeBody_3_5 utf8_appendCharSafeBody_INTERNAL_API_DO_NOT_USE
# define utf8_back1SafeBody_3_5 utf8_back1SafeBody_INTERNAL_API_DO_NOT_USE
# define utf8_countTrailBytes_3_5 utf8_countTrailBytes_INTERNAL_API_DO_NOT_USE
# define utf8_nextCharSafeBody_3_5 utf8_nextCharSafeBody_INTERNAL_API_DO_NOT_USE
# define utf8_prevCharSafeBody_3_5 utf8_prevCharSafeBody_INTERNAL_API_DO_NOT_USE
# define RegexPatternDump_3_6 RegexPatternDump_INTERNAL_API_DO_NOT_USE
# define ucol_collatorToIdentifier_3_6 ucol_collatorToIdentifier_INTERNAL_API_DO_NOT_USE
# define ucol_equals_3_6 ucol_equals_INTERNAL_API_DO_NOT_USE
# define ucol_forgetUCA_3_6 ucol_forgetUCA_INTERNAL_API_DO_NOT_USE
# define ucol_getAttributeOrDefault_3_6 ucol_getAttributeOrDefault_INTERNAL_API_DO_NOT_USE
# define ucol_getUnsafeSet_3_6 ucol_getUnsafeSet_INTERNAL_API_DO_NOT_USE
# define ucol_identifierToShortString_3_6 ucol_identifierToShortString_INTERNAL_API_DO_NOT_USE
# define ucol_openFromIdentifier_3_6 ucol_openFromIdentifier_INTERNAL_API_DO_NOT_USE
# define ucol_prepareShortStringOpen_3_6 ucol_prepareShortStringOpen_INTERNAL_API_DO_NOT_USE
# define ucol_shortStringToIdentifier_3_6 ucol_shortStringToIdentifier_INTERNAL_API_DO_NOT_USE
# define uprv_getDefaultCodepage_3_6 uprv_getDefaultCodepage_INTERNAL_API_DO_NOT_USE
# define uprv_getDefaultLocaleID_3_6 uprv_getDefaultLocaleID_INTERNAL_API_DO_NOT_USE
# define ures_openFillIn_3_6 ures_openFillIn_INTERNAL_API_DO_NOT_USE
# define utf8_appendCharSafeBody_3_6 utf8_appendCharSafeBody_INTERNAL_API_DO_NOT_USE
# define utf8_back1SafeBody_3_6 utf8_back1SafeBody_INTERNAL_API_DO_NOT_USE
# define utf8_countTrailBytes_3_6 utf8_countTrailBytes_INTERNAL_API_DO_NOT_USE
# define utf8_nextCharSafeBody_3_6 utf8_nextCharSafeBody_INTERNAL_API_DO_NOT_USE
# define utf8_prevCharSafeBody_3_6 utf8_prevCharSafeBody_INTERNAL_API_DO_NOT_USE
# endif /* U_DISABLE_RENAMING */
#endif /* U_HIDE_INTERNAL_API */

File diff suppressed because it is too large Load Diff

View File

@ -31,12 +31,12 @@
# define uloc_getDefault uloc_getDefault_SYSTEM_API_DO_NOT_USE
# define uloc_setDefault uloc_setDefault_SYSTEM_API_DO_NOT_USE
# else
# define u_cleanup_3_5 u_cleanup_SYSTEM_API_DO_NOT_USE
# define u_setAtomicIncDecFunctions_3_5 u_setAtomicIncDecFunctions_SYSTEM_API_DO_NOT_USE
# define u_setMemoryFunctions_3_5 u_setMemoryFunctions_SYSTEM_API_DO_NOT_USE
# define u_setMutexFunctions_3_5 u_setMutexFunctions_SYSTEM_API_DO_NOT_USE
# define uloc_getDefault_3_5 uloc_getDefault_SYSTEM_API_DO_NOT_USE
# define uloc_setDefault_3_5 uloc_setDefault_SYSTEM_API_DO_NOT_USE
# define u_cleanup_3_6 u_cleanup_SYSTEM_API_DO_NOT_USE
# define u_setAtomicIncDecFunctions_3_6 u_setAtomicIncDecFunctions_SYSTEM_API_DO_NOT_USE
# define u_setMemoryFunctions_3_6 u_setMemoryFunctions_SYSTEM_API_DO_NOT_USE
# define u_setMutexFunctions_3_6 u_setMutexFunctions_SYSTEM_API_DO_NOT_USE
# define uloc_getDefault_3_6 uloc_getDefault_SYSTEM_API_DO_NOT_USE
# define uloc_setDefault_3_6 uloc_setDefault_SYSTEM_API_DO_NOT_USE
# endif /* U_DISABLE_RENAMING */
#endif /* U_HIDE_SYSTEM_API */

View File

@ -1,6 +1,6 @@
/*
*******************************************************************************
* Copyright (C) 2000-2005, International Business Machines
* Copyright (C) 2000-2006, International Business Machines
* Corporation and others. All Rights Reserved.
*******************************************************************************
*
@ -67,7 +67,7 @@
* This value will change in the subsequent releases of ICU
* @stable ICU 2.6
*/
#define U_ICU_VERSION_MINOR_NUM 5
#define U_ICU_VERSION_MINOR_NUM 6
/** The current ICU patchlevel version as an integer.
* This value will change in the subsequent releases of ICU
@ -79,20 +79,20 @@
* This value will change in the subsequent releases of ICU
* @stable ICU 2.6
*/
#define U_ICU_VERSION_SUFFIX _3_5
#define U_ICU_VERSION_SUFFIX _3_6
/** The current ICU library version as a dotted-decimal string. The patchlevel
* only appears in this string if it non-zero.
* This value will change in the subsequent releases of ICU
* @stable ICU 2.4
*/
#define U_ICU_VERSION "3.5"
#define U_ICU_VERSION "3.6"
/** The current ICU library major/minor version as a string without dots, for library name suffixes.
* This value will change in the subsequent releases of ICU
* @stable ICU 2.6
*/
#define U_ICU_VERSION_SHORT "35"
#define U_ICU_VERSION_SHORT "36"
/** An ICU version consists of up to 4 numbers from 0..255.
* @stable ICU 2.4
@ -119,7 +119,7 @@ typedef uint8_t UVersionInfo[U_MAX_VERSION_LENGTH];
#define U_ICU_NAMESPACE icu
namespace U_ICU_NAMESPACE { }
#else
#define U_ICU_NAMESPACE icu_3_5
#define U_ICU_NAMESPACE icu_3_6
namespace U_ICU_NAMESPACE { }
namespace icu = U_ICU_NAMESPACE;
#endif

View File

@ -10,7 +10,7 @@
##############################################################################
# Keep the following in sync with the version - see common/unicode/uversion.h
U_ICUDATA_NAME=icudt35
U_ICUDATA_NAME=icudt36
##############################################################################
U_ICUDATA_ENDIAN_SUFFIX=l
UNICODE_VERSION=5.0

View File

@ -40,10 +40,10 @@
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
OutputFile="..\..\bin\icuin35.dll"
OutputFile="..\..\bin\icuin36.dll"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
ProgramDatabaseFile=".\..\..\lib\icuin35.pdb"
ProgramDatabaseFile=".\..\..\lib\icuin36.pdb"
EnableCOMDATFolding="2"
BaseAddress="0x4a900000"
ImportLibrary="..\..\lib\icuin.lib"/>
@ -108,11 +108,11 @@
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
OutputFile="..\..\bin\icuin35d.dll"
OutputFile="..\..\bin\icuin36d.dll"
LinkIncremental="2"
SuppressStartupBanner="TRUE"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\..\..\lib\icuin35d.pdb"
ProgramDatabaseFile=".\..\..\lib\icuin36d.pdb"
BaseAddress="0x4a900000"
ImportLibrary="..\..\lib\icuind.lib"/>
<Tool

View File

@ -40,10 +40,10 @@
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
OutputFile="..\..\bin\icuio35.dll"
OutputFile="..\..\bin\icuio36.dll"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
ProgramDatabaseFile=".\..\..\lib\icuio35.pdb"
ProgramDatabaseFile=".\..\..\lib\icuio36.pdb"
EnableCOMDATFolding="2"
BaseAddress="0x4ab00000"
ImportLibrary="..\..\lib\icuio.lib"/>
@ -108,11 +108,11 @@
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
OutputFile="..\..\bin\icuio35d.dll"
OutputFile="..\..\bin\icuio36d.dll"
LinkIncremental="2"
SuppressStartupBanner="TRUE"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\..\..\lib\icuio35d.pdb"
ProgramDatabaseFile=".\..\..\lib\icuio36d.pdb"
BaseAddress="0x4ab00000"
ImportLibrary="..\..\lib\icuiod.lib"/>
<Tool

View File

@ -42,11 +42,11 @@
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
OutputFile="..\..\bin\icule35d.dll"
OutputFile="..\..\bin\icule36d.dll"
LinkIncremental="2"
SuppressStartupBanner="TRUE"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\..\..\lib\icule35d.pdb"
ProgramDatabaseFile=".\..\..\lib\icule36d.pdb"
BaseAddress="0x4ac00000"
ImportLibrary="..\..\lib\iculed.lib"/>
<Tool
@ -107,10 +107,10 @@
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
OutputFile="..\..\bin\icule35.dll"
OutputFile="..\..\bin\icule36.dll"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
ProgramDatabaseFile=".\..\..\lib\icule35.pdb"
ProgramDatabaseFile=".\..\..\lib\icule36.pdb"
EnableCOMDATFolding="2"
BaseAddress="0x4ac00000"
ImportLibrary="..\..\lib\icule.lib"/>

View File

@ -39,10 +39,10 @@
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
OutputFile="..\..\bin\iculx35.dll"
OutputFile="..\..\bin\iculx36.dll"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
ProgramDatabaseFile=".\..\..\lib\iculx35.pdb"
ProgramDatabaseFile=".\..\..\lib\iculx36.pdb"
EnableCOMDATFolding="2"
BaseAddress="0x4ac80000"
ImportLibrary="..\..\lib\iculx.lib"/>
@ -106,11 +106,11 @@
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
OutputFile="..\..\bin\iculx35d.dll"
OutputFile="..\..\bin\iculx36d.dll"
LinkIncremental="2"
SuppressStartupBanner="TRUE"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\..\..\lib\iculx35d.pdb"
ProgramDatabaseFile=".\..\..\lib\iculx36d.pdb"
BaseAddress="0x4ac80000"
ImportLibrary="..\..\lib\iculxd.lib"/>
<Tool

View File

@ -39,10 +39,10 @@
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
OutputFile="..\..\bin\icudt35.dll"
OutputFile="..\..\bin\icudt36.dll"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
ProgramDatabaseFile=".\Release/icudt35.pdb"
ProgramDatabaseFile=".\Release/icudt36.pdb"
ResourceOnlyDLL="TRUE"
ImportLibrary="..\..\lib\icudt.lib"/>
<Tool
@ -104,9 +104,9 @@
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
OutputFile="..\..\bin\icudt35.dll"
OutputFile="..\..\bin\icudt36.dll"
SuppressStartupBanner="TRUE"
ProgramDatabaseFile=".\Debug/icudt35.pdb"
ProgramDatabaseFile=".\Debug/icudt36.pdb"
ResourceOnlyDLL="TRUE"
ImportLibrary="..\..\lib\icudt.lib"/>
<Tool

View File

@ -39,11 +39,11 @@
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
OutputFile="..\..\..\bin\icutu35.dll"
OutputFile="..\..\..\bin\icutu36.dll"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\..\lib"
ProgramDatabaseFile=".\..\..\..\lib\icutu35.pdb"
ProgramDatabaseFile=".\..\..\..\lib\icutu36.pdb"
EnableCOMDATFolding="2"
BaseAddress="0x4ac00000"
ImportLibrary="..\..\..\lib\icutu.lib"/>
@ -106,12 +106,12 @@
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
OutputFile="..\..\..\bin\icutu35d.dll"
OutputFile="..\..\..\bin\icutu36d.dll"
LinkIncremental="2"
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\..\lib"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\..\..\..\lib\icutu35d.pdb"
ProgramDatabaseFile=".\..\..\..\lib\icutu36d.pdb"
BaseAddress="0x4ac00000"
ImportLibrary="..\..\..\lib\icutud.lib"/>
<Tool