michael@0: /* michael@0: ******************************************************************************* michael@0: * Copyright (C) 2002-2013, International Business Machines michael@0: * Corporation and others. All Rights Reserved. michael@0: ******************************************************************************* michael@0: * michael@0: * file name: urename.h michael@0: * encoding: US-ASCII michael@0: * tab size: 8 (not used) michael@0: * indentation:4 michael@0: * michael@0: * Created by: Perl script tools/genren.pl written by Vladimir Weinstein michael@0: * michael@0: * Contains data for renaming ICU exports. michael@0: * Gets included by umachine.h michael@0: * michael@0: * THIS FILE IS MACHINE-GENERATED, DON'T PLAY WITH IT IF YOU DON'T KNOW WHAT michael@0: * YOU ARE DOING, OTHERWISE VERY BAD THINGS WILL HAPPEN! michael@0: */ michael@0: michael@0: #ifndef URENAME_H michael@0: #define URENAME_H michael@0: michael@0: /* U_DISABLE_RENAMING can be defined in the following ways: michael@0: * - when running configure, e.g. michael@0: * runConfigureICU Linux --disable-renaming michael@0: * - by changing the default setting of U_DISABLE_RENAMING in uconfig.h michael@0: */ michael@0: michael@0: #include "unicode/uconfig.h" michael@0: michael@0: #if !U_DISABLE_RENAMING michael@0: michael@0: /* We need the U_ICU_ENTRY_POINT_RENAME definition. There's a default one in unicode/uvernum.h we can use, but we will give michael@0: the platform a chance to define it first. michael@0: Normally (if utypes.h or umachine.h was included first) this will not be necessary as it will already be defined. michael@0: */ michael@0: michael@0: #ifndef U_ICU_ENTRY_POINT_RENAME michael@0: #include "unicode/umachine.h" michael@0: #endif michael@0: michael@0: /* If we still don't have U_ICU_ENTRY_POINT_RENAME use the default. */ michael@0: #ifndef U_ICU_ENTRY_POINT_RENAME michael@0: #include "unicode/uvernum.h" michael@0: #endif michael@0: michael@0: /* Error out before the following defines cause very strange and unexpected code breakage */ michael@0: #ifndef U_ICU_ENTRY_POINT_RENAME michael@0: #error U_ICU_ENTRY_POINT_RENAME is not defined - cannot continue. Consider defining U_DISABLE_RENAMING if renaming should not be used. michael@0: #endif michael@0: michael@0: michael@0: /* C exports renaming data */ michael@0: michael@0: #define T_CString_int64ToString U_ICU_ENTRY_POINT_RENAME(T_CString_int64ToString) michael@0: #define T_CString_integerToString U_ICU_ENTRY_POINT_RENAME(T_CString_integerToString) michael@0: #define T_CString_stringToInteger U_ICU_ENTRY_POINT_RENAME(T_CString_stringToInteger) michael@0: #define T_CString_toLowerCase U_ICU_ENTRY_POINT_RENAME(T_CString_toLowerCase) michael@0: #define T_CString_toUpperCase U_ICU_ENTRY_POINT_RENAME(T_CString_toUpperCase) michael@0: #define UCNV_FROM_U_CALLBACK_ESCAPE U_ICU_ENTRY_POINT_RENAME(UCNV_FROM_U_CALLBACK_ESCAPE) michael@0: #define UCNV_FROM_U_CALLBACK_SKIP U_ICU_ENTRY_POINT_RENAME(UCNV_FROM_U_CALLBACK_SKIP) michael@0: #define UCNV_FROM_U_CALLBACK_STOP U_ICU_ENTRY_POINT_RENAME(UCNV_FROM_U_CALLBACK_STOP) michael@0: #define UCNV_FROM_U_CALLBACK_SUBSTITUTE U_ICU_ENTRY_POINT_RENAME(UCNV_FROM_U_CALLBACK_SUBSTITUTE) michael@0: #define UCNV_TO_U_CALLBACK_ESCAPE U_ICU_ENTRY_POINT_RENAME(UCNV_TO_U_CALLBACK_ESCAPE) michael@0: #define UCNV_TO_U_CALLBACK_SKIP U_ICU_ENTRY_POINT_RENAME(UCNV_TO_U_CALLBACK_SKIP) michael@0: #define UCNV_TO_U_CALLBACK_STOP U_ICU_ENTRY_POINT_RENAME(UCNV_TO_U_CALLBACK_STOP) michael@0: #define UCNV_TO_U_CALLBACK_SUBSTITUTE U_ICU_ENTRY_POINT_RENAME(UCNV_TO_U_CALLBACK_SUBSTITUTE) michael@0: #define UDataMemory_createNewInstance U_ICU_ENTRY_POINT_RENAME(UDataMemory_createNewInstance) michael@0: #define UDataMemory_init U_ICU_ENTRY_POINT_RENAME(UDataMemory_init) michael@0: #define UDataMemory_isLoaded U_ICU_ENTRY_POINT_RENAME(UDataMemory_isLoaded) michael@0: #define UDataMemory_normalizeDataPointer U_ICU_ENTRY_POINT_RENAME(UDataMemory_normalizeDataPointer) michael@0: #define UDataMemory_setData U_ICU_ENTRY_POINT_RENAME(UDataMemory_setData) michael@0: #define UDatamemory_assign U_ICU_ENTRY_POINT_RENAME(UDatamemory_assign) michael@0: #define _ASCIIData U_ICU_ENTRY_POINT_RENAME(_ASCIIData) michael@0: #define _Bocu1Data U_ICU_ENTRY_POINT_RENAME(_Bocu1Data) michael@0: #define _CESU8Data U_ICU_ENTRY_POINT_RENAME(_CESU8Data) michael@0: #define _CompoundTextData U_ICU_ENTRY_POINT_RENAME(_CompoundTextData) michael@0: #define _HZData U_ICU_ENTRY_POINT_RENAME(_HZData) michael@0: #define _IMAPData U_ICU_ENTRY_POINT_RENAME(_IMAPData) michael@0: #define _ISCIIData U_ICU_ENTRY_POINT_RENAME(_ISCIIData) michael@0: #define _ISO2022Data U_ICU_ENTRY_POINT_RENAME(_ISO2022Data) michael@0: #define _LMBCSData1 U_ICU_ENTRY_POINT_RENAME(_LMBCSData1) michael@0: #define _LMBCSData11 U_ICU_ENTRY_POINT_RENAME(_LMBCSData11) michael@0: #define _LMBCSData16 U_ICU_ENTRY_POINT_RENAME(_LMBCSData16) michael@0: #define _LMBCSData17 U_ICU_ENTRY_POINT_RENAME(_LMBCSData17) michael@0: #define _LMBCSData18 U_ICU_ENTRY_POINT_RENAME(_LMBCSData18) michael@0: #define _LMBCSData19 U_ICU_ENTRY_POINT_RENAME(_LMBCSData19) michael@0: #define _LMBCSData2 U_ICU_ENTRY_POINT_RENAME(_LMBCSData2) michael@0: #define _LMBCSData3 U_ICU_ENTRY_POINT_RENAME(_LMBCSData3) michael@0: #define _LMBCSData4 U_ICU_ENTRY_POINT_RENAME(_LMBCSData4) michael@0: #define _LMBCSData5 U_ICU_ENTRY_POINT_RENAME(_LMBCSData5) michael@0: #define _LMBCSData6 U_ICU_ENTRY_POINT_RENAME(_LMBCSData6) michael@0: #define _LMBCSData8 U_ICU_ENTRY_POINT_RENAME(_LMBCSData8) michael@0: #define _Latin1Data U_ICU_ENTRY_POINT_RENAME(_Latin1Data) michael@0: #define _MBCSData U_ICU_ENTRY_POINT_RENAME(_MBCSData) michael@0: #define _SCSUData U_ICU_ENTRY_POINT_RENAME(_SCSUData) michael@0: #define _UTF16BEData U_ICU_ENTRY_POINT_RENAME(_UTF16BEData) michael@0: #define _UTF16Data U_ICU_ENTRY_POINT_RENAME(_UTF16Data) michael@0: #define _UTF16LEData U_ICU_ENTRY_POINT_RENAME(_UTF16LEData) michael@0: #define _UTF32BEData U_ICU_ENTRY_POINT_RENAME(_UTF32BEData) michael@0: #define _UTF32Data U_ICU_ENTRY_POINT_RENAME(_UTF32Data) michael@0: #define _UTF32LEData U_ICU_ENTRY_POINT_RENAME(_UTF32LEData) michael@0: #define _UTF7Data U_ICU_ENTRY_POINT_RENAME(_UTF7Data) michael@0: #define _UTF8Data U_ICU_ENTRY_POINT_RENAME(_UTF8Data) michael@0: #define cmemory_cleanup U_ICU_ENTRY_POINT_RENAME(cmemory_cleanup) michael@0: #define cmemory_inUse U_ICU_ENTRY_POINT_RENAME(cmemory_inUse) michael@0: #define izrule_clone U_ICU_ENTRY_POINT_RENAME(izrule_clone) michael@0: #define izrule_close U_ICU_ENTRY_POINT_RENAME(izrule_close) michael@0: #define izrule_equals U_ICU_ENTRY_POINT_RENAME(izrule_equals) michael@0: #define izrule_getDSTSavings U_ICU_ENTRY_POINT_RENAME(izrule_getDSTSavings) michael@0: #define izrule_getDynamicClassID U_ICU_ENTRY_POINT_RENAME(izrule_getDynamicClassID) michael@0: #define izrule_getFinalStart U_ICU_ENTRY_POINT_RENAME(izrule_getFinalStart) michael@0: #define izrule_getFirstStart U_ICU_ENTRY_POINT_RENAME(izrule_getFirstStart) michael@0: #define izrule_getName U_ICU_ENTRY_POINT_RENAME(izrule_getName) michael@0: #define izrule_getNextStart U_ICU_ENTRY_POINT_RENAME(izrule_getNextStart) michael@0: #define izrule_getPreviousStart U_ICU_ENTRY_POINT_RENAME(izrule_getPreviousStart) michael@0: #define izrule_getRawOffset U_ICU_ENTRY_POINT_RENAME(izrule_getRawOffset) michael@0: #define izrule_getStaticClassID U_ICU_ENTRY_POINT_RENAME(izrule_getStaticClassID) michael@0: #define izrule_isEquivalentTo U_ICU_ENTRY_POINT_RENAME(izrule_isEquivalentTo) michael@0: #define izrule_open U_ICU_ENTRY_POINT_RENAME(izrule_open) michael@0: #define le_close U_ICU_ENTRY_POINT_RENAME(le_close) michael@0: #define le_create U_ICU_ENTRY_POINT_RENAME(le_create) michael@0: #define le_getCharIndices U_ICU_ENTRY_POINT_RENAME(le_getCharIndices) michael@0: #define le_getCharIndicesWithBase U_ICU_ENTRY_POINT_RENAME(le_getCharIndicesWithBase) michael@0: #define le_getGlyphCount U_ICU_ENTRY_POINT_RENAME(le_getGlyphCount) michael@0: #define le_getGlyphPosition U_ICU_ENTRY_POINT_RENAME(le_getGlyphPosition) michael@0: #define le_getGlyphPositions U_ICU_ENTRY_POINT_RENAME(le_getGlyphPositions) michael@0: #define le_getGlyphs U_ICU_ENTRY_POINT_RENAME(le_getGlyphs) michael@0: #define le_layoutChars U_ICU_ENTRY_POINT_RENAME(le_layoutChars) michael@0: #define le_reset U_ICU_ENTRY_POINT_RENAME(le_reset) michael@0: #define locale_getKeywords U_ICU_ENTRY_POINT_RENAME(locale_getKeywords) michael@0: #define locale_getKeywordsStart U_ICU_ENTRY_POINT_RENAME(locale_getKeywordsStart) michael@0: #define locale_get_default U_ICU_ENTRY_POINT_RENAME(locale_get_default) michael@0: #define locale_set_default U_ICU_ENTRY_POINT_RENAME(locale_set_default) michael@0: #define pl_addFontRun U_ICU_ENTRY_POINT_RENAME(pl_addFontRun) michael@0: #define pl_addLocaleRun U_ICU_ENTRY_POINT_RENAME(pl_addLocaleRun) michael@0: #define pl_addValueRun U_ICU_ENTRY_POINT_RENAME(pl_addValueRun) michael@0: #define pl_close U_ICU_ENTRY_POINT_RENAME(pl_close) michael@0: #define pl_closeFontRuns U_ICU_ENTRY_POINT_RENAME(pl_closeFontRuns) michael@0: #define pl_closeLine U_ICU_ENTRY_POINT_RENAME(pl_closeLine) michael@0: #define pl_closeLocaleRuns U_ICU_ENTRY_POINT_RENAME(pl_closeLocaleRuns) michael@0: #define pl_closeValueRuns U_ICU_ENTRY_POINT_RENAME(pl_closeValueRuns) michael@0: #define pl_countLineRuns U_ICU_ENTRY_POINT_RENAME(pl_countLineRuns) michael@0: #define pl_create U_ICU_ENTRY_POINT_RENAME(pl_create) michael@0: #define pl_getAscent U_ICU_ENTRY_POINT_RENAME(pl_getAscent) michael@0: #define pl_getDescent U_ICU_ENTRY_POINT_RENAME(pl_getDescent) michael@0: #define pl_getFontRunCount U_ICU_ENTRY_POINT_RENAME(pl_getFontRunCount) michael@0: #define pl_getFontRunFont U_ICU_ENTRY_POINT_RENAME(pl_getFontRunFont) michael@0: #define pl_getFontRunLastLimit U_ICU_ENTRY_POINT_RENAME(pl_getFontRunLastLimit) michael@0: #define pl_getFontRunLimit U_ICU_ENTRY_POINT_RENAME(pl_getFontRunLimit) michael@0: #define pl_getLeading U_ICU_ENTRY_POINT_RENAME(pl_getLeading) michael@0: #define pl_getLineAscent U_ICU_ENTRY_POINT_RENAME(pl_getLineAscent) michael@0: #define pl_getLineDescent U_ICU_ENTRY_POINT_RENAME(pl_getLineDescent) michael@0: #define pl_getLineLeading U_ICU_ENTRY_POINT_RENAME(pl_getLineLeading) michael@0: #define pl_getLineVisualRun U_ICU_ENTRY_POINT_RENAME(pl_getLineVisualRun) michael@0: #define pl_getLineWidth U_ICU_ENTRY_POINT_RENAME(pl_getLineWidth) michael@0: #define pl_getLocaleRunCount U_ICU_ENTRY_POINT_RENAME(pl_getLocaleRunCount) michael@0: #define pl_getLocaleRunLastLimit U_ICU_ENTRY_POINT_RENAME(pl_getLocaleRunLastLimit) michael@0: #define pl_getLocaleRunLimit U_ICU_ENTRY_POINT_RENAME(pl_getLocaleRunLimit) michael@0: #define pl_getLocaleRunLocale U_ICU_ENTRY_POINT_RENAME(pl_getLocaleRunLocale) michael@0: #define pl_getParagraphLevel U_ICU_ENTRY_POINT_RENAME(pl_getParagraphLevel) michael@0: #define pl_getTextDirection U_ICU_ENTRY_POINT_RENAME(pl_getTextDirection) michael@0: #define pl_getValueRunCount U_ICU_ENTRY_POINT_RENAME(pl_getValueRunCount) michael@0: #define pl_getValueRunLastLimit U_ICU_ENTRY_POINT_RENAME(pl_getValueRunLastLimit) michael@0: #define pl_getValueRunLimit U_ICU_ENTRY_POINT_RENAME(pl_getValueRunLimit) michael@0: #define pl_getValueRunValue U_ICU_ENTRY_POINT_RENAME(pl_getValueRunValue) michael@0: #define pl_getVisualRunAscent U_ICU_ENTRY_POINT_RENAME(pl_getVisualRunAscent) michael@0: #define pl_getVisualRunDescent U_ICU_ENTRY_POINT_RENAME(pl_getVisualRunDescent) michael@0: #define pl_getVisualRunDirection U_ICU_ENTRY_POINT_RENAME(pl_getVisualRunDirection) michael@0: #define pl_getVisualRunFont U_ICU_ENTRY_POINT_RENAME(pl_getVisualRunFont) michael@0: #define pl_getVisualRunGlyphCount U_ICU_ENTRY_POINT_RENAME(pl_getVisualRunGlyphCount) michael@0: #define pl_getVisualRunGlyphToCharMap U_ICU_ENTRY_POINT_RENAME(pl_getVisualRunGlyphToCharMap) michael@0: #define pl_getVisualRunGlyphs U_ICU_ENTRY_POINT_RENAME(pl_getVisualRunGlyphs) michael@0: #define pl_getVisualRunLeading U_ICU_ENTRY_POINT_RENAME(pl_getVisualRunLeading) michael@0: #define pl_getVisualRunPositions U_ICU_ENTRY_POINT_RENAME(pl_getVisualRunPositions) michael@0: #define pl_isComplex U_ICU_ENTRY_POINT_RENAME(pl_isComplex) michael@0: #define pl_nextLine U_ICU_ENTRY_POINT_RENAME(pl_nextLine) michael@0: #define pl_openEmptyFontRuns U_ICU_ENTRY_POINT_RENAME(pl_openEmptyFontRuns) michael@0: #define pl_openEmptyLocaleRuns U_ICU_ENTRY_POINT_RENAME(pl_openEmptyLocaleRuns) michael@0: #define pl_openEmptyValueRuns U_ICU_ENTRY_POINT_RENAME(pl_openEmptyValueRuns) michael@0: #define pl_openFontRuns U_ICU_ENTRY_POINT_RENAME(pl_openFontRuns) michael@0: #define pl_openLocaleRuns U_ICU_ENTRY_POINT_RENAME(pl_openLocaleRuns) michael@0: #define pl_openValueRuns U_ICU_ENTRY_POINT_RENAME(pl_openValueRuns) michael@0: #define pl_reflow U_ICU_ENTRY_POINT_RENAME(pl_reflow) michael@0: #define pl_resetFontRuns U_ICU_ENTRY_POINT_RENAME(pl_resetFontRuns) michael@0: #define pl_resetLocaleRuns U_ICU_ENTRY_POINT_RENAME(pl_resetLocaleRuns) michael@0: #define pl_resetValueRuns U_ICU_ENTRY_POINT_RENAME(pl_resetValueRuns) michael@0: #define res_countArrayItems U_ICU_ENTRY_POINT_RENAME(res_countArrayItems) michael@0: #define res_findResource U_ICU_ENTRY_POINT_RENAME(res_findResource) michael@0: #define res_getAlias U_ICU_ENTRY_POINT_RENAME(res_getAlias) michael@0: #define res_getArrayItem U_ICU_ENTRY_POINT_RENAME(res_getArrayItem) michael@0: #define res_getBinary U_ICU_ENTRY_POINT_RENAME(res_getBinary) michael@0: #define res_getIntVector U_ICU_ENTRY_POINT_RENAME(res_getIntVector) michael@0: #define res_getPublicType U_ICU_ENTRY_POINT_RENAME(res_getPublicType) michael@0: #define res_getResource U_ICU_ENTRY_POINT_RENAME(res_getResource) michael@0: #define res_getString U_ICU_ENTRY_POINT_RENAME(res_getString) michael@0: #define res_getTableItemByIndex U_ICU_ENTRY_POINT_RENAME(res_getTableItemByIndex) michael@0: #define res_getTableItemByKey U_ICU_ENTRY_POINT_RENAME(res_getTableItemByKey) michael@0: #define res_load U_ICU_ENTRY_POINT_RENAME(res_load) michael@0: #define res_read U_ICU_ENTRY_POINT_RENAME(res_read) michael@0: #define res_unload U_ICU_ENTRY_POINT_RENAME(res_unload) michael@0: #define u_UCharsToChars U_ICU_ENTRY_POINT_RENAME(u_UCharsToChars) michael@0: #define u_austrcpy U_ICU_ENTRY_POINT_RENAME(u_austrcpy) michael@0: #define u_austrncpy U_ICU_ENTRY_POINT_RENAME(u_austrncpy) michael@0: #define u_catclose U_ICU_ENTRY_POINT_RENAME(u_catclose) michael@0: #define u_catgets U_ICU_ENTRY_POINT_RENAME(u_catgets) michael@0: #define u_catopen U_ICU_ENTRY_POINT_RENAME(u_catopen) michael@0: #define u_charAge U_ICU_ENTRY_POINT_RENAME(u_charAge) michael@0: #define u_charDigitValue U_ICU_ENTRY_POINT_RENAME(u_charDigitValue) michael@0: #define u_charDirection U_ICU_ENTRY_POINT_RENAME(u_charDirection) michael@0: #define u_charFromName U_ICU_ENTRY_POINT_RENAME(u_charFromName) michael@0: #define u_charMirror U_ICU_ENTRY_POINT_RENAME(u_charMirror) michael@0: #define u_charName U_ICU_ENTRY_POINT_RENAME(u_charName) michael@0: #define u_charType U_ICU_ENTRY_POINT_RENAME(u_charType) michael@0: #define u_charsToUChars U_ICU_ENTRY_POINT_RENAME(u_charsToUChars) michael@0: #define u_cleanup U_ICU_ENTRY_POINT_RENAME(u_cleanup) michael@0: #define u_countChar32 U_ICU_ENTRY_POINT_RENAME(u_countChar32) michael@0: #define u_digit U_ICU_ENTRY_POINT_RENAME(u_digit) michael@0: #define u_enumCharNames U_ICU_ENTRY_POINT_RENAME(u_enumCharNames) michael@0: #define u_enumCharTypes U_ICU_ENTRY_POINT_RENAME(u_enumCharTypes) michael@0: #define u_errorName U_ICU_ENTRY_POINT_RENAME(u_errorName) michael@0: #define u_fadopt U_ICU_ENTRY_POINT_RENAME(u_fadopt) michael@0: #define u_fclose U_ICU_ENTRY_POINT_RENAME(u_fclose) michael@0: #define u_feof U_ICU_ENTRY_POINT_RENAME(u_feof) michael@0: #define u_fflush U_ICU_ENTRY_POINT_RENAME(u_fflush) michael@0: #define u_fgetConverter U_ICU_ENTRY_POINT_RENAME(u_fgetConverter) michael@0: #define u_fgetNumberFormat U_ICU_ENTRY_POINT_RENAME(u_fgetNumberFormat) michael@0: #define u_fgetc U_ICU_ENTRY_POINT_RENAME(u_fgetc) michael@0: #define u_fgetcodepage U_ICU_ENTRY_POINT_RENAME(u_fgetcodepage) michael@0: #define u_fgetcx U_ICU_ENTRY_POINT_RENAME(u_fgetcx) michael@0: #define u_fgetfile U_ICU_ENTRY_POINT_RENAME(u_fgetfile) michael@0: #define u_fgetlocale U_ICU_ENTRY_POINT_RENAME(u_fgetlocale) michael@0: #define u_fgets U_ICU_ENTRY_POINT_RENAME(u_fgets) michael@0: #define u_file_read U_ICU_ENTRY_POINT_RENAME(u_file_read) michael@0: #define u_file_write U_ICU_ENTRY_POINT_RENAME(u_file_write) michael@0: #define u_file_write_flush U_ICU_ENTRY_POINT_RENAME(u_file_write_flush) michael@0: #define u_finit U_ICU_ENTRY_POINT_RENAME(u_finit) michael@0: #define u_flushDefaultConverter U_ICU_ENTRY_POINT_RENAME(u_flushDefaultConverter) michael@0: #define u_foldCase U_ICU_ENTRY_POINT_RENAME(u_foldCase) michael@0: #define u_fopen U_ICU_ENTRY_POINT_RENAME(u_fopen) michael@0: #define u_forDigit U_ICU_ENTRY_POINT_RENAME(u_forDigit) michael@0: #define u_formatMessage U_ICU_ENTRY_POINT_RENAME(u_formatMessage) michael@0: #define u_formatMessageWithError U_ICU_ENTRY_POINT_RENAME(u_formatMessageWithError) michael@0: #define u_fprintf U_ICU_ENTRY_POINT_RENAME(u_fprintf) michael@0: #define u_fprintf_u U_ICU_ENTRY_POINT_RENAME(u_fprintf_u) michael@0: #define u_fputc U_ICU_ENTRY_POINT_RENAME(u_fputc) michael@0: #define u_fputs U_ICU_ENTRY_POINT_RENAME(u_fputs) michael@0: #define u_frewind U_ICU_ENTRY_POINT_RENAME(u_frewind) michael@0: #define u_fscanf U_ICU_ENTRY_POINT_RENAME(u_fscanf) michael@0: #define u_fscanf_u U_ICU_ENTRY_POINT_RENAME(u_fscanf_u) michael@0: #define u_fsetcodepage U_ICU_ENTRY_POINT_RENAME(u_fsetcodepage) michael@0: #define u_fsetlocale U_ICU_ENTRY_POINT_RENAME(u_fsetlocale) michael@0: #define u_fsettransliterator U_ICU_ENTRY_POINT_RENAME(u_fsettransliterator) michael@0: #define u_fstropen U_ICU_ENTRY_POINT_RENAME(u_fstropen) michael@0: #define u_fungetc U_ICU_ENTRY_POINT_RENAME(u_fungetc) michael@0: #define u_getBidiPairedBracket U_ICU_ENTRY_POINT_RENAME(u_getBidiPairedBracket) michael@0: #define u_getCombiningClass U_ICU_ENTRY_POINT_RENAME(u_getCombiningClass) michael@0: #define u_getDataDirectory U_ICU_ENTRY_POINT_RENAME(u_getDataDirectory) michael@0: #define u_getDataVersion U_ICU_ENTRY_POINT_RENAME(u_getDataVersion) michael@0: #define u_getDefaultConverter U_ICU_ENTRY_POINT_RENAME(u_getDefaultConverter) michael@0: #define u_getFC_NFKC_Closure U_ICU_ENTRY_POINT_RENAME(u_getFC_NFKC_Closure) michael@0: #define u_getISOComment U_ICU_ENTRY_POINT_RENAME(u_getISOComment) michael@0: #define u_getIntPropertyMaxValue U_ICU_ENTRY_POINT_RENAME(u_getIntPropertyMaxValue) michael@0: #define u_getIntPropertyMinValue U_ICU_ENTRY_POINT_RENAME(u_getIntPropertyMinValue) michael@0: #define u_getIntPropertyValue U_ICU_ENTRY_POINT_RENAME(u_getIntPropertyValue) michael@0: #define u_getMainProperties U_ICU_ENTRY_POINT_RENAME(u_getMainProperties) michael@0: #define u_getNumericValue U_ICU_ENTRY_POINT_RENAME(u_getNumericValue) michael@0: #define u_getPropertyEnum U_ICU_ENTRY_POINT_RENAME(u_getPropertyEnum) michael@0: #define u_getPropertyName U_ICU_ENTRY_POINT_RENAME(u_getPropertyName) michael@0: #define u_getPropertyValueEnum U_ICU_ENTRY_POINT_RENAME(u_getPropertyValueEnum) michael@0: #define u_getPropertyValueName U_ICU_ENTRY_POINT_RENAME(u_getPropertyValueName) michael@0: #define u_getUnicodeProperties U_ICU_ENTRY_POINT_RENAME(u_getUnicodeProperties) michael@0: #define u_getUnicodeVersion U_ICU_ENTRY_POINT_RENAME(u_getUnicodeVersion) michael@0: #define u_getVersion U_ICU_ENTRY_POINT_RENAME(u_getVersion) michael@0: #define u_get_stdout U_ICU_ENTRY_POINT_RENAME(u_get_stdout) michael@0: #define u_hasBinaryProperty U_ICU_ENTRY_POINT_RENAME(u_hasBinaryProperty) michael@0: #define u_init U_ICU_ENTRY_POINT_RENAME(u_init) michael@0: #define u_isIDIgnorable U_ICU_ENTRY_POINT_RENAME(u_isIDIgnorable) michael@0: #define u_isIDPart U_ICU_ENTRY_POINT_RENAME(u_isIDPart) michael@0: #define u_isIDStart U_ICU_ENTRY_POINT_RENAME(u_isIDStart) michael@0: #define u_isISOControl U_ICU_ENTRY_POINT_RENAME(u_isISOControl) michael@0: #define u_isJavaIDPart U_ICU_ENTRY_POINT_RENAME(u_isJavaIDPart) michael@0: #define u_isJavaIDStart U_ICU_ENTRY_POINT_RENAME(u_isJavaIDStart) michael@0: #define u_isJavaSpaceChar U_ICU_ENTRY_POINT_RENAME(u_isJavaSpaceChar) michael@0: #define u_isMirrored U_ICU_ENTRY_POINT_RENAME(u_isMirrored) michael@0: #define u_isUAlphabetic U_ICU_ENTRY_POINT_RENAME(u_isUAlphabetic) michael@0: #define u_isULowercase U_ICU_ENTRY_POINT_RENAME(u_isULowercase) michael@0: #define u_isUUppercase U_ICU_ENTRY_POINT_RENAME(u_isUUppercase) michael@0: #define u_isUWhiteSpace U_ICU_ENTRY_POINT_RENAME(u_isUWhiteSpace) michael@0: #define u_isWhitespace U_ICU_ENTRY_POINT_RENAME(u_isWhitespace) michael@0: #define u_isalnum U_ICU_ENTRY_POINT_RENAME(u_isalnum) michael@0: #define u_isalnumPOSIX U_ICU_ENTRY_POINT_RENAME(u_isalnumPOSIX) michael@0: #define u_isalpha U_ICU_ENTRY_POINT_RENAME(u_isalpha) michael@0: #define u_isbase U_ICU_ENTRY_POINT_RENAME(u_isbase) michael@0: #define u_isblank U_ICU_ENTRY_POINT_RENAME(u_isblank) michael@0: #define u_iscntrl U_ICU_ENTRY_POINT_RENAME(u_iscntrl) michael@0: #define u_isdefined U_ICU_ENTRY_POINT_RENAME(u_isdefined) michael@0: #define u_isdigit U_ICU_ENTRY_POINT_RENAME(u_isdigit) michael@0: #define u_isgraph U_ICU_ENTRY_POINT_RENAME(u_isgraph) michael@0: #define u_isgraphPOSIX U_ICU_ENTRY_POINT_RENAME(u_isgraphPOSIX) michael@0: #define u_islower U_ICU_ENTRY_POINT_RENAME(u_islower) michael@0: #define u_isprint U_ICU_ENTRY_POINT_RENAME(u_isprint) michael@0: #define u_isprintPOSIX U_ICU_ENTRY_POINT_RENAME(u_isprintPOSIX) michael@0: #define u_ispunct U_ICU_ENTRY_POINT_RENAME(u_ispunct) michael@0: #define u_isspace U_ICU_ENTRY_POINT_RENAME(u_isspace) michael@0: #define u_istitle U_ICU_ENTRY_POINT_RENAME(u_istitle) michael@0: #define u_isupper U_ICU_ENTRY_POINT_RENAME(u_isupper) michael@0: #define u_isxdigit U_ICU_ENTRY_POINT_RENAME(u_isxdigit) michael@0: #define u_locbund_close U_ICU_ENTRY_POINT_RENAME(u_locbund_close) michael@0: #define u_locbund_getNumberFormat U_ICU_ENTRY_POINT_RENAME(u_locbund_getNumberFormat) michael@0: #define u_locbund_init U_ICU_ENTRY_POINT_RENAME(u_locbund_init) michael@0: #define u_memcasecmp U_ICU_ENTRY_POINT_RENAME(u_memcasecmp) michael@0: #define u_memchr U_ICU_ENTRY_POINT_RENAME(u_memchr) michael@0: #define u_memchr32 U_ICU_ENTRY_POINT_RENAME(u_memchr32) michael@0: #define u_memcmp U_ICU_ENTRY_POINT_RENAME(u_memcmp) michael@0: #define u_memcmpCodePointOrder U_ICU_ENTRY_POINT_RENAME(u_memcmpCodePointOrder) michael@0: #define u_memcpy U_ICU_ENTRY_POINT_RENAME(u_memcpy) michael@0: #define u_memmove U_ICU_ENTRY_POINT_RENAME(u_memmove) michael@0: #define u_memrchr U_ICU_ENTRY_POINT_RENAME(u_memrchr) michael@0: #define u_memrchr32 U_ICU_ENTRY_POINT_RENAME(u_memrchr32) michael@0: #define u_memset U_ICU_ENTRY_POINT_RENAME(u_memset) michael@0: #define u_parseMessage U_ICU_ENTRY_POINT_RENAME(u_parseMessage) michael@0: #define u_parseMessageWithError U_ICU_ENTRY_POINT_RENAME(u_parseMessageWithError) michael@0: #define u_printf U_ICU_ENTRY_POINT_RENAME(u_printf) michael@0: #define u_printf_parse U_ICU_ENTRY_POINT_RENAME(u_printf_parse) michael@0: #define u_printf_u U_ICU_ENTRY_POINT_RENAME(u_printf_u) michael@0: #define u_releaseDefaultConverter U_ICU_ENTRY_POINT_RENAME(u_releaseDefaultConverter) michael@0: #define u_scanf_parse U_ICU_ENTRY_POINT_RENAME(u_scanf_parse) michael@0: #define u_setAtomicIncDecFunctions U_ICU_ENTRY_POINT_RENAME(u_setAtomicIncDecFunctions) michael@0: #define u_setDataDirectory U_ICU_ENTRY_POINT_RENAME(u_setDataDirectory) michael@0: #define u_setMemoryFunctions U_ICU_ENTRY_POINT_RENAME(u_setMemoryFunctions) michael@0: #define u_setMutexFunctions U_ICU_ENTRY_POINT_RENAME(u_setMutexFunctions) michael@0: #define u_shapeArabic U_ICU_ENTRY_POINT_RENAME(u_shapeArabic) michael@0: #define u_snprintf U_ICU_ENTRY_POINT_RENAME(u_snprintf) michael@0: #define u_snprintf_u U_ICU_ENTRY_POINT_RENAME(u_snprintf_u) michael@0: #define u_sprintf U_ICU_ENTRY_POINT_RENAME(u_sprintf) michael@0: #define u_sprintf_u U_ICU_ENTRY_POINT_RENAME(u_sprintf_u) michael@0: #define u_sscanf U_ICU_ENTRY_POINT_RENAME(u_sscanf) michael@0: #define u_sscanf_u U_ICU_ENTRY_POINT_RENAME(u_sscanf_u) michael@0: #define u_strCaseCompare U_ICU_ENTRY_POINT_RENAME(u_strCaseCompare) michael@0: #define u_strCompare U_ICU_ENTRY_POINT_RENAME(u_strCompare) michael@0: #define u_strCompareIter U_ICU_ENTRY_POINT_RENAME(u_strCompareIter) michael@0: #define u_strFindFirst U_ICU_ENTRY_POINT_RENAME(u_strFindFirst) michael@0: #define u_strFindLast U_ICU_ENTRY_POINT_RENAME(u_strFindLast) michael@0: #define u_strFoldCase U_ICU_ENTRY_POINT_RENAME(u_strFoldCase) michael@0: #define u_strFromJavaModifiedUTF8WithSub U_ICU_ENTRY_POINT_RENAME(u_strFromJavaModifiedUTF8WithSub) michael@0: #define u_strFromPunycode U_ICU_ENTRY_POINT_RENAME(u_strFromPunycode) michael@0: #define u_strFromUTF32 U_ICU_ENTRY_POINT_RENAME(u_strFromUTF32) michael@0: #define u_strFromUTF32WithSub U_ICU_ENTRY_POINT_RENAME(u_strFromUTF32WithSub) michael@0: #define u_strFromUTF8 U_ICU_ENTRY_POINT_RENAME(u_strFromUTF8) michael@0: #define u_strFromUTF8Lenient U_ICU_ENTRY_POINT_RENAME(u_strFromUTF8Lenient) michael@0: #define u_strFromUTF8WithSub U_ICU_ENTRY_POINT_RENAME(u_strFromUTF8WithSub) michael@0: #define u_strFromWCS U_ICU_ENTRY_POINT_RENAME(u_strFromWCS) michael@0: #define u_strHasMoreChar32Than U_ICU_ENTRY_POINT_RENAME(u_strHasMoreChar32Than) michael@0: #define u_strToJavaModifiedUTF8 U_ICU_ENTRY_POINT_RENAME(u_strToJavaModifiedUTF8) michael@0: #define u_strToLower U_ICU_ENTRY_POINT_RENAME(u_strToLower) michael@0: #define u_strToPunycode U_ICU_ENTRY_POINT_RENAME(u_strToPunycode) michael@0: #define u_strToTitle U_ICU_ENTRY_POINT_RENAME(u_strToTitle) michael@0: #define u_strToUTF32 U_ICU_ENTRY_POINT_RENAME(u_strToUTF32) michael@0: #define u_strToUTF32WithSub U_ICU_ENTRY_POINT_RENAME(u_strToUTF32WithSub) michael@0: #define u_strToUTF8 U_ICU_ENTRY_POINT_RENAME(u_strToUTF8) michael@0: #define u_strToUTF8WithSub U_ICU_ENTRY_POINT_RENAME(u_strToUTF8WithSub) michael@0: #define u_strToUpper U_ICU_ENTRY_POINT_RENAME(u_strToUpper) michael@0: #define u_strToWCS U_ICU_ENTRY_POINT_RENAME(u_strToWCS) michael@0: #define u_strcasecmp U_ICU_ENTRY_POINT_RENAME(u_strcasecmp) michael@0: #define u_strcat U_ICU_ENTRY_POINT_RENAME(u_strcat) michael@0: #define u_strchr U_ICU_ENTRY_POINT_RENAME(u_strchr) michael@0: #define u_strchr32 U_ICU_ENTRY_POINT_RENAME(u_strchr32) michael@0: #define u_strcmp U_ICU_ENTRY_POINT_RENAME(u_strcmp) michael@0: #define u_strcmpCodePointOrder U_ICU_ENTRY_POINT_RENAME(u_strcmpCodePointOrder) michael@0: #define u_strcmpFold U_ICU_ENTRY_POINT_RENAME(u_strcmpFold) michael@0: #define u_strcpy U_ICU_ENTRY_POINT_RENAME(u_strcpy) michael@0: #define u_strcspn U_ICU_ENTRY_POINT_RENAME(u_strcspn) michael@0: #define u_strlen U_ICU_ENTRY_POINT_RENAME(u_strlen) michael@0: #define u_strncasecmp U_ICU_ENTRY_POINT_RENAME(u_strncasecmp) michael@0: #define u_strncat U_ICU_ENTRY_POINT_RENAME(u_strncat) michael@0: #define u_strncmp U_ICU_ENTRY_POINT_RENAME(u_strncmp) michael@0: #define u_strncmpCodePointOrder U_ICU_ENTRY_POINT_RENAME(u_strncmpCodePointOrder) michael@0: #define u_strncpy U_ICU_ENTRY_POINT_RENAME(u_strncpy) michael@0: #define u_strpbrk U_ICU_ENTRY_POINT_RENAME(u_strpbrk) michael@0: #define u_strrchr U_ICU_ENTRY_POINT_RENAME(u_strrchr) michael@0: #define u_strrchr32 U_ICU_ENTRY_POINT_RENAME(u_strrchr32) michael@0: #define u_strrstr U_ICU_ENTRY_POINT_RENAME(u_strrstr) michael@0: #define u_strspn U_ICU_ENTRY_POINT_RENAME(u_strspn) michael@0: #define u_strstr U_ICU_ENTRY_POINT_RENAME(u_strstr) michael@0: #define u_strtok_r U_ICU_ENTRY_POINT_RENAME(u_strtok_r) michael@0: #define u_terminateChars U_ICU_ENTRY_POINT_RENAME(u_terminateChars) michael@0: #define u_terminateUChar32s U_ICU_ENTRY_POINT_RENAME(u_terminateUChar32s) michael@0: #define u_terminateUChars U_ICU_ENTRY_POINT_RENAME(u_terminateUChars) michael@0: #define u_terminateWChars U_ICU_ENTRY_POINT_RENAME(u_terminateWChars) michael@0: #define u_tolower U_ICU_ENTRY_POINT_RENAME(u_tolower) michael@0: #define u_totitle U_ICU_ENTRY_POINT_RENAME(u_totitle) michael@0: #define u_toupper U_ICU_ENTRY_POINT_RENAME(u_toupper) michael@0: #define u_uastrcpy U_ICU_ENTRY_POINT_RENAME(u_uastrcpy) michael@0: #define u_uastrncpy U_ICU_ENTRY_POINT_RENAME(u_uastrncpy) michael@0: #define u_unescape U_ICU_ENTRY_POINT_RENAME(u_unescape) michael@0: #define u_unescapeAt U_ICU_ENTRY_POINT_RENAME(u_unescapeAt) michael@0: #define u_versionFromString U_ICU_ENTRY_POINT_RENAME(u_versionFromString) michael@0: #define u_versionFromUString U_ICU_ENTRY_POINT_RENAME(u_versionFromUString) michael@0: #define u_versionToString U_ICU_ENTRY_POINT_RENAME(u_versionToString) michael@0: #define u_vformatMessage U_ICU_ENTRY_POINT_RENAME(u_vformatMessage) michael@0: #define u_vformatMessageWithError U_ICU_ENTRY_POINT_RENAME(u_vformatMessageWithError) michael@0: #define u_vfprintf U_ICU_ENTRY_POINT_RENAME(u_vfprintf) michael@0: #define u_vfprintf_u U_ICU_ENTRY_POINT_RENAME(u_vfprintf_u) michael@0: #define u_vfscanf U_ICU_ENTRY_POINT_RENAME(u_vfscanf) michael@0: #define u_vfscanf_u U_ICU_ENTRY_POINT_RENAME(u_vfscanf_u) michael@0: #define u_vparseMessage U_ICU_ENTRY_POINT_RENAME(u_vparseMessage) michael@0: #define u_vparseMessageWithError U_ICU_ENTRY_POINT_RENAME(u_vparseMessageWithError) michael@0: #define u_vsnprintf U_ICU_ENTRY_POINT_RENAME(u_vsnprintf) michael@0: #define u_vsnprintf_u U_ICU_ENTRY_POINT_RENAME(u_vsnprintf_u) michael@0: #define u_vsprintf U_ICU_ENTRY_POINT_RENAME(u_vsprintf) michael@0: #define u_vsprintf_u U_ICU_ENTRY_POINT_RENAME(u_vsprintf_u) michael@0: #define u_vsscanf U_ICU_ENTRY_POINT_RENAME(u_vsscanf) michael@0: #define u_vsscanf_u U_ICU_ENTRY_POINT_RENAME(u_vsscanf_u) michael@0: #define u_writeDiff U_ICU_ENTRY_POINT_RENAME(u_writeDiff) michael@0: #define u_writeIdenticalLevelRun U_ICU_ENTRY_POINT_RENAME(u_writeIdenticalLevelRun) michael@0: #define u_writeIdenticalLevelRunTwoChars U_ICU_ENTRY_POINT_RENAME(u_writeIdenticalLevelRunTwoChars) michael@0: #define ubidi_addPropertyStarts U_ICU_ENTRY_POINT_RENAME(ubidi_addPropertyStarts) michael@0: #define ubidi_close U_ICU_ENTRY_POINT_RENAME(ubidi_close) michael@0: #define ubidi_countParagraphs U_ICU_ENTRY_POINT_RENAME(ubidi_countParagraphs) michael@0: #define ubidi_countRuns U_ICU_ENTRY_POINT_RENAME(ubidi_countRuns) michael@0: #define ubidi_getBaseDirection U_ICU_ENTRY_POINT_RENAME(ubidi_getBaseDirection) michael@0: #define ubidi_getClass U_ICU_ENTRY_POINT_RENAME(ubidi_getClass) michael@0: #define ubidi_getClassCallback U_ICU_ENTRY_POINT_RENAME(ubidi_getClassCallback) michael@0: #define ubidi_getCustomizedClass U_ICU_ENTRY_POINT_RENAME(ubidi_getCustomizedClass) michael@0: #define ubidi_getDirection U_ICU_ENTRY_POINT_RENAME(ubidi_getDirection) michael@0: #define ubidi_getJoiningGroup U_ICU_ENTRY_POINT_RENAME(ubidi_getJoiningGroup) michael@0: #define ubidi_getJoiningType U_ICU_ENTRY_POINT_RENAME(ubidi_getJoiningType) michael@0: #define ubidi_getLength U_ICU_ENTRY_POINT_RENAME(ubidi_getLength) michael@0: #define ubidi_getLevelAt U_ICU_ENTRY_POINT_RENAME(ubidi_getLevelAt) michael@0: #define ubidi_getLevels U_ICU_ENTRY_POINT_RENAME(ubidi_getLevels) michael@0: #define ubidi_getLogicalIndex U_ICU_ENTRY_POINT_RENAME(ubidi_getLogicalIndex) michael@0: #define ubidi_getLogicalMap U_ICU_ENTRY_POINT_RENAME(ubidi_getLogicalMap) michael@0: #define ubidi_getLogicalRun U_ICU_ENTRY_POINT_RENAME(ubidi_getLogicalRun) michael@0: #define ubidi_getMaxValue U_ICU_ENTRY_POINT_RENAME(ubidi_getMaxValue) michael@0: #define ubidi_getMemory U_ICU_ENTRY_POINT_RENAME(ubidi_getMemory) michael@0: #define ubidi_getMirror U_ICU_ENTRY_POINT_RENAME(ubidi_getMirror) michael@0: #define ubidi_getPairedBracket U_ICU_ENTRY_POINT_RENAME(ubidi_getPairedBracket) michael@0: #define ubidi_getPairedBracketType U_ICU_ENTRY_POINT_RENAME(ubidi_getPairedBracketType) michael@0: #define ubidi_getParaLevel U_ICU_ENTRY_POINT_RENAME(ubidi_getParaLevel) michael@0: #define ubidi_getParaLevelAtIndex U_ICU_ENTRY_POINT_RENAME(ubidi_getParaLevelAtIndex) michael@0: #define ubidi_getParagraph U_ICU_ENTRY_POINT_RENAME(ubidi_getParagraph) michael@0: #define ubidi_getParagraphByIndex U_ICU_ENTRY_POINT_RENAME(ubidi_getParagraphByIndex) michael@0: #define ubidi_getProcessedLength U_ICU_ENTRY_POINT_RENAME(ubidi_getProcessedLength) michael@0: #define ubidi_getReorderingMode U_ICU_ENTRY_POINT_RENAME(ubidi_getReorderingMode) michael@0: #define ubidi_getReorderingOptions U_ICU_ENTRY_POINT_RENAME(ubidi_getReorderingOptions) michael@0: #define ubidi_getResultLength U_ICU_ENTRY_POINT_RENAME(ubidi_getResultLength) michael@0: #define ubidi_getRuns U_ICU_ENTRY_POINT_RENAME(ubidi_getRuns) michael@0: #define ubidi_getSingleton U_ICU_ENTRY_POINT_RENAME(ubidi_getSingleton) michael@0: #define ubidi_getText U_ICU_ENTRY_POINT_RENAME(ubidi_getText) michael@0: #define ubidi_getVisualIndex U_ICU_ENTRY_POINT_RENAME(ubidi_getVisualIndex) michael@0: #define ubidi_getVisualMap U_ICU_ENTRY_POINT_RENAME(ubidi_getVisualMap) michael@0: #define ubidi_getVisualRun U_ICU_ENTRY_POINT_RENAME(ubidi_getVisualRun) michael@0: #define ubidi_invertMap U_ICU_ENTRY_POINT_RENAME(ubidi_invertMap) michael@0: #define ubidi_isBidiControl U_ICU_ENTRY_POINT_RENAME(ubidi_isBidiControl) michael@0: #define ubidi_isInverse U_ICU_ENTRY_POINT_RENAME(ubidi_isInverse) michael@0: #define ubidi_isJoinControl U_ICU_ENTRY_POINT_RENAME(ubidi_isJoinControl) michael@0: #define ubidi_isMirrored U_ICU_ENTRY_POINT_RENAME(ubidi_isMirrored) michael@0: #define ubidi_isOrderParagraphsLTR U_ICU_ENTRY_POINT_RENAME(ubidi_isOrderParagraphsLTR) michael@0: #define ubidi_open U_ICU_ENTRY_POINT_RENAME(ubidi_open) michael@0: #define ubidi_openSized U_ICU_ENTRY_POINT_RENAME(ubidi_openSized) michael@0: #define ubidi_orderParagraphsLTR U_ICU_ENTRY_POINT_RENAME(ubidi_orderParagraphsLTR) michael@0: #define ubidi_reorderLogical U_ICU_ENTRY_POINT_RENAME(ubidi_reorderLogical) michael@0: #define ubidi_reorderVisual U_ICU_ENTRY_POINT_RENAME(ubidi_reorderVisual) michael@0: #define ubidi_setClassCallback U_ICU_ENTRY_POINT_RENAME(ubidi_setClassCallback) michael@0: #define ubidi_setContext U_ICU_ENTRY_POINT_RENAME(ubidi_setContext) michael@0: #define ubidi_setInverse U_ICU_ENTRY_POINT_RENAME(ubidi_setInverse) michael@0: #define ubidi_setLine U_ICU_ENTRY_POINT_RENAME(ubidi_setLine) michael@0: #define ubidi_setPara U_ICU_ENTRY_POINT_RENAME(ubidi_setPara) michael@0: #define ubidi_setReorderingMode U_ICU_ENTRY_POINT_RENAME(ubidi_setReorderingMode) michael@0: #define ubidi_setReorderingOptions U_ICU_ENTRY_POINT_RENAME(ubidi_setReorderingOptions) michael@0: #define ubidi_writeReordered U_ICU_ENTRY_POINT_RENAME(ubidi_writeReordered) michael@0: #define ubidi_writeReverse U_ICU_ENTRY_POINT_RENAME(ubidi_writeReverse) michael@0: #define ublock_getCode U_ICU_ENTRY_POINT_RENAME(ublock_getCode) michael@0: #define ubrk_close U_ICU_ENTRY_POINT_RENAME(ubrk_close) michael@0: #define ubrk_countAvailable U_ICU_ENTRY_POINT_RENAME(ubrk_countAvailable) michael@0: #define ubrk_current U_ICU_ENTRY_POINT_RENAME(ubrk_current) michael@0: #define ubrk_first U_ICU_ENTRY_POINT_RENAME(ubrk_first) michael@0: #define ubrk_following U_ICU_ENTRY_POINT_RENAME(ubrk_following) michael@0: #define ubrk_getAvailable U_ICU_ENTRY_POINT_RENAME(ubrk_getAvailable) michael@0: #define ubrk_getLocaleByType U_ICU_ENTRY_POINT_RENAME(ubrk_getLocaleByType) michael@0: #define ubrk_getRuleStatus U_ICU_ENTRY_POINT_RENAME(ubrk_getRuleStatus) michael@0: #define ubrk_getRuleStatusVec U_ICU_ENTRY_POINT_RENAME(ubrk_getRuleStatusVec) michael@0: #define ubrk_isBoundary U_ICU_ENTRY_POINT_RENAME(ubrk_isBoundary) michael@0: #define ubrk_last U_ICU_ENTRY_POINT_RENAME(ubrk_last) michael@0: #define ubrk_next U_ICU_ENTRY_POINT_RENAME(ubrk_next) michael@0: #define ubrk_open U_ICU_ENTRY_POINT_RENAME(ubrk_open) michael@0: #define ubrk_openRules U_ICU_ENTRY_POINT_RENAME(ubrk_openRules) michael@0: #define ubrk_preceding U_ICU_ENTRY_POINT_RENAME(ubrk_preceding) michael@0: #define ubrk_previous U_ICU_ENTRY_POINT_RENAME(ubrk_previous) michael@0: #define ubrk_refreshUText U_ICU_ENTRY_POINT_RENAME(ubrk_refreshUText) michael@0: #define ubrk_safeClone U_ICU_ENTRY_POINT_RENAME(ubrk_safeClone) michael@0: #define ubrk_setText U_ICU_ENTRY_POINT_RENAME(ubrk_setText) michael@0: #define ubrk_setUText U_ICU_ENTRY_POINT_RENAME(ubrk_setUText) michael@0: #define ubrk_swap U_ICU_ENTRY_POINT_RENAME(ubrk_swap) michael@0: #define ucal_add U_ICU_ENTRY_POINT_RENAME(ucal_add) michael@0: #define ucal_clear U_ICU_ENTRY_POINT_RENAME(ucal_clear) michael@0: #define ucal_clearField U_ICU_ENTRY_POINT_RENAME(ucal_clearField) michael@0: #define ucal_clone U_ICU_ENTRY_POINT_RENAME(ucal_clone) michael@0: #define ucal_close U_ICU_ENTRY_POINT_RENAME(ucal_close) michael@0: #define ucal_countAvailable U_ICU_ENTRY_POINT_RENAME(ucal_countAvailable) michael@0: #define ucal_equivalentTo U_ICU_ENTRY_POINT_RENAME(ucal_equivalentTo) michael@0: #define ucal_get U_ICU_ENTRY_POINT_RENAME(ucal_get) michael@0: #define ucal_getAttribute U_ICU_ENTRY_POINT_RENAME(ucal_getAttribute) michael@0: #define ucal_getAvailable U_ICU_ENTRY_POINT_RENAME(ucal_getAvailable) michael@0: #define ucal_getCanonicalTimeZoneID U_ICU_ENTRY_POINT_RENAME(ucal_getCanonicalTimeZoneID) michael@0: #define ucal_getDSTSavings U_ICU_ENTRY_POINT_RENAME(ucal_getDSTSavings) michael@0: #define ucal_getDayOfWeekType U_ICU_ENTRY_POINT_RENAME(ucal_getDayOfWeekType) michael@0: #define ucal_getDefaultTimeZone U_ICU_ENTRY_POINT_RENAME(ucal_getDefaultTimeZone) michael@0: #define ucal_getFieldDifference U_ICU_ENTRY_POINT_RENAME(ucal_getFieldDifference) michael@0: #define ucal_getGregorianChange U_ICU_ENTRY_POINT_RENAME(ucal_getGregorianChange) michael@0: #define ucal_getKeywordValuesForLocale U_ICU_ENTRY_POINT_RENAME(ucal_getKeywordValuesForLocale) michael@0: #define ucal_getLimit U_ICU_ENTRY_POINT_RENAME(ucal_getLimit) michael@0: #define ucal_getLocaleByType U_ICU_ENTRY_POINT_RENAME(ucal_getLocaleByType) michael@0: #define ucal_getMillis U_ICU_ENTRY_POINT_RENAME(ucal_getMillis) michael@0: #define ucal_getNow U_ICU_ENTRY_POINT_RENAME(ucal_getNow) michael@0: #define ucal_getTZDataVersion U_ICU_ENTRY_POINT_RENAME(ucal_getTZDataVersion) michael@0: #define ucal_getTimeZoneDisplayName U_ICU_ENTRY_POINT_RENAME(ucal_getTimeZoneDisplayName) michael@0: #define ucal_getTimeZoneID U_ICU_ENTRY_POINT_RENAME(ucal_getTimeZoneID) michael@0: #define ucal_getTimeZoneIDForWindowsID U_ICU_ENTRY_POINT_RENAME(ucal_getTimeZoneIDForWindowsID) michael@0: #define ucal_getTimeZoneTransitionDate U_ICU_ENTRY_POINT_RENAME(ucal_getTimeZoneTransitionDate) michael@0: #define ucal_getType U_ICU_ENTRY_POINT_RENAME(ucal_getType) michael@0: #define ucal_getWeekendTransition U_ICU_ENTRY_POINT_RENAME(ucal_getWeekendTransition) michael@0: #define ucal_getWindowsTimeZoneID U_ICU_ENTRY_POINT_RENAME(ucal_getWindowsTimeZoneID) michael@0: #define ucal_inDaylightTime U_ICU_ENTRY_POINT_RENAME(ucal_inDaylightTime) michael@0: #define ucal_isSet U_ICU_ENTRY_POINT_RENAME(ucal_isSet) michael@0: #define ucal_isWeekend U_ICU_ENTRY_POINT_RENAME(ucal_isWeekend) michael@0: #define ucal_open U_ICU_ENTRY_POINT_RENAME(ucal_open) michael@0: #define ucal_openCountryTimeZones U_ICU_ENTRY_POINT_RENAME(ucal_openCountryTimeZones) michael@0: #define ucal_openTimeZoneIDEnumeration U_ICU_ENTRY_POINT_RENAME(ucal_openTimeZoneIDEnumeration) michael@0: #define ucal_openTimeZones U_ICU_ENTRY_POINT_RENAME(ucal_openTimeZones) michael@0: #define ucal_roll U_ICU_ENTRY_POINT_RENAME(ucal_roll) michael@0: #define ucal_set U_ICU_ENTRY_POINT_RENAME(ucal_set) michael@0: #define ucal_setAttribute U_ICU_ENTRY_POINT_RENAME(ucal_setAttribute) michael@0: #define ucal_setDate U_ICU_ENTRY_POINT_RENAME(ucal_setDate) michael@0: #define ucal_setDateTime U_ICU_ENTRY_POINT_RENAME(ucal_setDateTime) michael@0: #define ucal_setDefaultTimeZone U_ICU_ENTRY_POINT_RENAME(ucal_setDefaultTimeZone) michael@0: #define ucal_setGregorianChange U_ICU_ENTRY_POINT_RENAME(ucal_setGregorianChange) michael@0: #define ucal_setMillis U_ICU_ENTRY_POINT_RENAME(ucal_setMillis) michael@0: #define ucal_setTimeZone U_ICU_ENTRY_POINT_RENAME(ucal_setTimeZone) michael@0: #define ucase_addCaseClosure U_ICU_ENTRY_POINT_RENAME(ucase_addCaseClosure) michael@0: #define ucase_addPropertyStarts U_ICU_ENTRY_POINT_RENAME(ucase_addPropertyStarts) michael@0: #define ucase_addStringCaseClosure U_ICU_ENTRY_POINT_RENAME(ucase_addStringCaseClosure) michael@0: #define ucase_fold U_ICU_ENTRY_POINT_RENAME(ucase_fold) michael@0: #define ucase_getCaseLocale U_ICU_ENTRY_POINT_RENAME(ucase_getCaseLocale) michael@0: #define ucase_getSingleton U_ICU_ENTRY_POINT_RENAME(ucase_getSingleton) michael@0: #define ucase_getType U_ICU_ENTRY_POINT_RENAME(ucase_getType) michael@0: #define ucase_getTypeOrIgnorable U_ICU_ENTRY_POINT_RENAME(ucase_getTypeOrIgnorable) michael@0: #define ucase_hasBinaryProperty U_ICU_ENTRY_POINT_RENAME(ucase_hasBinaryProperty) michael@0: #define ucase_isCaseSensitive U_ICU_ENTRY_POINT_RENAME(ucase_isCaseSensitive) michael@0: #define ucase_isSoftDotted U_ICU_ENTRY_POINT_RENAME(ucase_isSoftDotted) michael@0: #define ucase_toFullFolding U_ICU_ENTRY_POINT_RENAME(ucase_toFullFolding) michael@0: #define ucase_toFullLower U_ICU_ENTRY_POINT_RENAME(ucase_toFullLower) michael@0: #define ucase_toFullTitle U_ICU_ENTRY_POINT_RENAME(ucase_toFullTitle) michael@0: #define ucase_toFullUpper U_ICU_ENTRY_POINT_RENAME(ucase_toFullUpper) michael@0: #define ucase_tolower U_ICU_ENTRY_POINT_RENAME(ucase_tolower) michael@0: #define ucase_totitle U_ICU_ENTRY_POINT_RENAME(ucase_totitle) michael@0: #define ucase_toupper U_ICU_ENTRY_POINT_RENAME(ucase_toupper) michael@0: #define ucasemap_close U_ICU_ENTRY_POINT_RENAME(ucasemap_close) michael@0: #define ucasemap_getBreakIterator U_ICU_ENTRY_POINT_RENAME(ucasemap_getBreakIterator) michael@0: #define ucasemap_getLocale U_ICU_ENTRY_POINT_RENAME(ucasemap_getLocale) michael@0: #define ucasemap_getOptions U_ICU_ENTRY_POINT_RENAME(ucasemap_getOptions) michael@0: #define ucasemap_internalUTF8ToTitle U_ICU_ENTRY_POINT_RENAME(ucasemap_internalUTF8ToTitle) michael@0: #define ucasemap_mapUTF8 U_ICU_ENTRY_POINT_RENAME(ucasemap_mapUTF8) michael@0: #define ucasemap_open U_ICU_ENTRY_POINT_RENAME(ucasemap_open) michael@0: #define ucasemap_setBreakIterator U_ICU_ENTRY_POINT_RENAME(ucasemap_setBreakIterator) michael@0: #define ucasemap_setLocale U_ICU_ENTRY_POINT_RENAME(ucasemap_setLocale) michael@0: #define ucasemap_setOptions U_ICU_ENTRY_POINT_RENAME(ucasemap_setOptions) michael@0: #define ucasemap_toTitle U_ICU_ENTRY_POINT_RENAME(ucasemap_toTitle) michael@0: #define ucasemap_utf8FoldCase U_ICU_ENTRY_POINT_RENAME(ucasemap_utf8FoldCase) michael@0: #define ucasemap_utf8ToLower U_ICU_ENTRY_POINT_RENAME(ucasemap_utf8ToLower) michael@0: #define ucasemap_utf8ToTitle U_ICU_ENTRY_POINT_RENAME(ucasemap_utf8ToTitle) michael@0: #define ucasemap_utf8ToUpper U_ICU_ENTRY_POINT_RENAME(ucasemap_utf8ToUpper) michael@0: #define uchar_addPropertyStarts U_ICU_ENTRY_POINT_RENAME(uchar_addPropertyStarts) michael@0: #define uchar_swapNames U_ICU_ENTRY_POINT_RENAME(uchar_swapNames) michael@0: #define ucln_cleanupOne U_ICU_ENTRY_POINT_RENAME(ucln_cleanupOne) michael@0: #define ucln_common_registerCleanup U_ICU_ENTRY_POINT_RENAME(ucln_common_registerCleanup) michael@0: #define ucln_i18n_registerCleanup U_ICU_ENTRY_POINT_RENAME(ucln_i18n_registerCleanup) michael@0: #define ucln_io_registerCleanup U_ICU_ENTRY_POINT_RENAME(ucln_io_registerCleanup) michael@0: #define ucln_lib_cleanup U_ICU_ENTRY_POINT_RENAME(ucln_lib_cleanup) michael@0: #define ucln_registerCleanup U_ICU_ENTRY_POINT_RENAME(ucln_registerCleanup) michael@0: #define ucnv_MBCSFromUChar32 U_ICU_ENTRY_POINT_RENAME(ucnv_MBCSFromUChar32) michael@0: #define ucnv_MBCSFromUnicodeWithOffsets U_ICU_ENTRY_POINT_RENAME(ucnv_MBCSFromUnicodeWithOffsets) michael@0: #define ucnv_MBCSGetFilteredUnicodeSetForUnicode U_ICU_ENTRY_POINT_RENAME(ucnv_MBCSGetFilteredUnicodeSetForUnicode) michael@0: #define ucnv_MBCSGetType U_ICU_ENTRY_POINT_RENAME(ucnv_MBCSGetType) michael@0: #define ucnv_MBCSGetUnicodeSetForUnicode U_ICU_ENTRY_POINT_RENAME(ucnv_MBCSGetUnicodeSetForUnicode) michael@0: #define ucnv_MBCSIsLeadByte U_ICU_ENTRY_POINT_RENAME(ucnv_MBCSIsLeadByte) michael@0: #define ucnv_MBCSSimpleGetNextUChar U_ICU_ENTRY_POINT_RENAME(ucnv_MBCSSimpleGetNextUChar) michael@0: #define ucnv_MBCSToUnicodeWithOffsets U_ICU_ENTRY_POINT_RENAME(ucnv_MBCSToUnicodeWithOffsets) michael@0: #define ucnv_bld_countAvailableConverters U_ICU_ENTRY_POINT_RENAME(ucnv_bld_countAvailableConverters) michael@0: #define ucnv_bld_getAvailableConverter U_ICU_ENTRY_POINT_RENAME(ucnv_bld_getAvailableConverter) michael@0: #define ucnv_canCreateConverter U_ICU_ENTRY_POINT_RENAME(ucnv_canCreateConverter) michael@0: #define ucnv_cbFromUWriteBytes U_ICU_ENTRY_POINT_RENAME(ucnv_cbFromUWriteBytes) michael@0: #define ucnv_cbFromUWriteSub U_ICU_ENTRY_POINT_RENAME(ucnv_cbFromUWriteSub) michael@0: #define ucnv_cbFromUWriteUChars U_ICU_ENTRY_POINT_RENAME(ucnv_cbFromUWriteUChars) michael@0: #define ucnv_cbToUWriteSub U_ICU_ENTRY_POINT_RENAME(ucnv_cbToUWriteSub) michael@0: #define ucnv_cbToUWriteUChars U_ICU_ENTRY_POINT_RENAME(ucnv_cbToUWriteUChars) michael@0: #define ucnv_close U_ICU_ENTRY_POINT_RENAME(ucnv_close) michael@0: #define ucnv_compareNames U_ICU_ENTRY_POINT_RENAME(ucnv_compareNames) michael@0: #define ucnv_convert U_ICU_ENTRY_POINT_RENAME(ucnv_convert) michael@0: #define ucnv_convertEx U_ICU_ENTRY_POINT_RENAME(ucnv_convertEx) michael@0: #define ucnv_countAliases U_ICU_ENTRY_POINT_RENAME(ucnv_countAliases) michael@0: #define ucnv_countAvailable U_ICU_ENTRY_POINT_RENAME(ucnv_countAvailable) michael@0: #define ucnv_countStandards U_ICU_ENTRY_POINT_RENAME(ucnv_countStandards) michael@0: #define ucnv_createAlgorithmicConverter U_ICU_ENTRY_POINT_RENAME(ucnv_createAlgorithmicConverter) michael@0: #define ucnv_createConverter U_ICU_ENTRY_POINT_RENAME(ucnv_createConverter) michael@0: #define ucnv_createConverterFromPackage U_ICU_ENTRY_POINT_RENAME(ucnv_createConverterFromPackage) michael@0: #define ucnv_createConverterFromSharedData U_ICU_ENTRY_POINT_RENAME(ucnv_createConverterFromSharedData) michael@0: #define ucnv_detectUnicodeSignature U_ICU_ENTRY_POINT_RENAME(ucnv_detectUnicodeSignature) michael@0: #define ucnv_extContinueMatchFromU U_ICU_ENTRY_POINT_RENAME(ucnv_extContinueMatchFromU) michael@0: #define ucnv_extContinueMatchToU U_ICU_ENTRY_POINT_RENAME(ucnv_extContinueMatchToU) michael@0: #define ucnv_extGetUnicodeSet U_ICU_ENTRY_POINT_RENAME(ucnv_extGetUnicodeSet) michael@0: #define ucnv_extInitialMatchFromU U_ICU_ENTRY_POINT_RENAME(ucnv_extInitialMatchFromU) michael@0: #define ucnv_extInitialMatchToU U_ICU_ENTRY_POINT_RENAME(ucnv_extInitialMatchToU) michael@0: #define ucnv_extSimpleMatchFromU U_ICU_ENTRY_POINT_RENAME(ucnv_extSimpleMatchFromU) michael@0: #define ucnv_extSimpleMatchToU U_ICU_ENTRY_POINT_RENAME(ucnv_extSimpleMatchToU) michael@0: #define ucnv_fixFileSeparator U_ICU_ENTRY_POINT_RENAME(ucnv_fixFileSeparator) michael@0: #define ucnv_flushCache U_ICU_ENTRY_POINT_RENAME(ucnv_flushCache) michael@0: #define ucnv_fromAlgorithmic U_ICU_ENTRY_POINT_RENAME(ucnv_fromAlgorithmic) michael@0: #define ucnv_fromUChars U_ICU_ENTRY_POINT_RENAME(ucnv_fromUChars) michael@0: #define ucnv_fromUCountPending U_ICU_ENTRY_POINT_RENAME(ucnv_fromUCountPending) michael@0: #define ucnv_fromUWriteBytes U_ICU_ENTRY_POINT_RENAME(ucnv_fromUWriteBytes) michael@0: #define ucnv_fromUnicode U_ICU_ENTRY_POINT_RENAME(ucnv_fromUnicode) michael@0: #define ucnv_fromUnicode_UTF8 U_ICU_ENTRY_POINT_RENAME(ucnv_fromUnicode_UTF8) michael@0: #define ucnv_fromUnicode_UTF8_OFFSETS_LOGIC U_ICU_ENTRY_POINT_RENAME(ucnv_fromUnicode_UTF8_OFFSETS_LOGIC) michael@0: #define ucnv_getAlias U_ICU_ENTRY_POINT_RENAME(ucnv_getAlias) michael@0: #define ucnv_getAliases U_ICU_ENTRY_POINT_RENAME(ucnv_getAliases) michael@0: #define ucnv_getAvailableName U_ICU_ENTRY_POINT_RENAME(ucnv_getAvailableName) michael@0: #define ucnv_getCCSID U_ICU_ENTRY_POINT_RENAME(ucnv_getCCSID) michael@0: #define ucnv_getCanonicalName U_ICU_ENTRY_POINT_RENAME(ucnv_getCanonicalName) michael@0: #define ucnv_getCompleteUnicodeSet U_ICU_ENTRY_POINT_RENAME(ucnv_getCompleteUnicodeSet) michael@0: #define ucnv_getDefaultName U_ICU_ENTRY_POINT_RENAME(ucnv_getDefaultName) michael@0: #define ucnv_getDisplayName U_ICU_ENTRY_POINT_RENAME(ucnv_getDisplayName) michael@0: #define ucnv_getFromUCallBack U_ICU_ENTRY_POINT_RENAME(ucnv_getFromUCallBack) michael@0: #define ucnv_getInvalidChars U_ICU_ENTRY_POINT_RENAME(ucnv_getInvalidChars) michael@0: #define ucnv_getInvalidUChars U_ICU_ENTRY_POINT_RENAME(ucnv_getInvalidUChars) michael@0: #define ucnv_getMaxCharSize U_ICU_ENTRY_POINT_RENAME(ucnv_getMaxCharSize) michael@0: #define ucnv_getMinCharSize U_ICU_ENTRY_POINT_RENAME(ucnv_getMinCharSize) michael@0: #define ucnv_getName U_ICU_ENTRY_POINT_RENAME(ucnv_getName) michael@0: #define ucnv_getNextUChar U_ICU_ENTRY_POINT_RENAME(ucnv_getNextUChar) michael@0: #define ucnv_getNonSurrogateUnicodeSet U_ICU_ENTRY_POINT_RENAME(ucnv_getNonSurrogateUnicodeSet) michael@0: #define ucnv_getPlatform U_ICU_ENTRY_POINT_RENAME(ucnv_getPlatform) michael@0: #define ucnv_getStandard U_ICU_ENTRY_POINT_RENAME(ucnv_getStandard) michael@0: #define ucnv_getStandardName U_ICU_ENTRY_POINT_RENAME(ucnv_getStandardName) michael@0: #define ucnv_getStarters U_ICU_ENTRY_POINT_RENAME(ucnv_getStarters) michael@0: #define ucnv_getSubstChars U_ICU_ENTRY_POINT_RENAME(ucnv_getSubstChars) michael@0: #define ucnv_getToUCallBack U_ICU_ENTRY_POINT_RENAME(ucnv_getToUCallBack) michael@0: #define ucnv_getType U_ICU_ENTRY_POINT_RENAME(ucnv_getType) michael@0: #define ucnv_getUnicodeSet U_ICU_ENTRY_POINT_RENAME(ucnv_getUnicodeSet) michael@0: #define ucnv_incrementRefCount U_ICU_ENTRY_POINT_RENAME(ucnv_incrementRefCount) michael@0: #define ucnv_io_countKnownConverters U_ICU_ENTRY_POINT_RENAME(ucnv_io_countKnownConverters) michael@0: #define ucnv_io_getConverterName U_ICU_ENTRY_POINT_RENAME(ucnv_io_getConverterName) michael@0: #define ucnv_io_stripASCIIForCompare U_ICU_ENTRY_POINT_RENAME(ucnv_io_stripASCIIForCompare) michael@0: #define ucnv_io_stripEBCDICForCompare U_ICU_ENTRY_POINT_RENAME(ucnv_io_stripEBCDICForCompare) michael@0: #define ucnv_isAmbiguous U_ICU_ENTRY_POINT_RENAME(ucnv_isAmbiguous) michael@0: #define ucnv_isFixedWidth U_ICU_ENTRY_POINT_RENAME(ucnv_isFixedWidth) michael@0: #define ucnv_load U_ICU_ENTRY_POINT_RENAME(ucnv_load) michael@0: #define ucnv_loadSharedData U_ICU_ENTRY_POINT_RENAME(ucnv_loadSharedData) michael@0: #define ucnv_open U_ICU_ENTRY_POINT_RENAME(ucnv_open) michael@0: #define ucnv_openAllNames U_ICU_ENTRY_POINT_RENAME(ucnv_openAllNames) michael@0: #define ucnv_openCCSID U_ICU_ENTRY_POINT_RENAME(ucnv_openCCSID) michael@0: #define ucnv_openPackage U_ICU_ENTRY_POINT_RENAME(ucnv_openPackage) michael@0: #define ucnv_openStandardNames U_ICU_ENTRY_POINT_RENAME(ucnv_openStandardNames) michael@0: #define ucnv_openU U_ICU_ENTRY_POINT_RENAME(ucnv_openU) michael@0: #define ucnv_reset U_ICU_ENTRY_POINT_RENAME(ucnv_reset) michael@0: #define ucnv_resetFromUnicode U_ICU_ENTRY_POINT_RENAME(ucnv_resetFromUnicode) michael@0: #define ucnv_resetToUnicode U_ICU_ENTRY_POINT_RENAME(ucnv_resetToUnicode) michael@0: #define ucnv_safeClone U_ICU_ENTRY_POINT_RENAME(ucnv_safeClone) michael@0: #define ucnv_setDefaultName U_ICU_ENTRY_POINT_RENAME(ucnv_setDefaultName) michael@0: #define ucnv_setFallback U_ICU_ENTRY_POINT_RENAME(ucnv_setFallback) michael@0: #define ucnv_setFromUCallBack U_ICU_ENTRY_POINT_RENAME(ucnv_setFromUCallBack) michael@0: #define ucnv_setSubstChars U_ICU_ENTRY_POINT_RENAME(ucnv_setSubstChars) michael@0: #define ucnv_setSubstString U_ICU_ENTRY_POINT_RENAME(ucnv_setSubstString) michael@0: #define ucnv_setToUCallBack U_ICU_ENTRY_POINT_RENAME(ucnv_setToUCallBack) michael@0: #define ucnv_swap U_ICU_ENTRY_POINT_RENAME(ucnv_swap) michael@0: #define ucnv_swapAliases U_ICU_ENTRY_POINT_RENAME(ucnv_swapAliases) michael@0: #define ucnv_toAlgorithmic U_ICU_ENTRY_POINT_RENAME(ucnv_toAlgorithmic) michael@0: #define ucnv_toUChars U_ICU_ENTRY_POINT_RENAME(ucnv_toUChars) michael@0: #define ucnv_toUCountPending U_ICU_ENTRY_POINT_RENAME(ucnv_toUCountPending) michael@0: #define ucnv_toUWriteCodePoint U_ICU_ENTRY_POINT_RENAME(ucnv_toUWriteCodePoint) michael@0: #define ucnv_toUWriteUChars U_ICU_ENTRY_POINT_RENAME(ucnv_toUWriteUChars) michael@0: #define ucnv_toUnicode U_ICU_ENTRY_POINT_RENAME(ucnv_toUnicode) michael@0: #define ucnv_unload U_ICU_ENTRY_POINT_RENAME(ucnv_unload) michael@0: #define ucnv_unloadSharedDataIfReady U_ICU_ENTRY_POINT_RENAME(ucnv_unloadSharedDataIfReady) michael@0: #define ucnv_usesFallback U_ICU_ENTRY_POINT_RENAME(ucnv_usesFallback) michael@0: #define ucnvsel_close U_ICU_ENTRY_POINT_RENAME(ucnvsel_close) michael@0: #define ucnvsel_open U_ICU_ENTRY_POINT_RENAME(ucnvsel_open) michael@0: #define ucnvsel_openFromSerialized U_ICU_ENTRY_POINT_RENAME(ucnvsel_openFromSerialized) michael@0: #define ucnvsel_selectForString U_ICU_ENTRY_POINT_RENAME(ucnvsel_selectForString) michael@0: #define ucnvsel_selectForUTF8 U_ICU_ENTRY_POINT_RENAME(ucnvsel_selectForUTF8) michael@0: #define ucnvsel_serialize U_ICU_ENTRY_POINT_RENAME(ucnvsel_serialize) michael@0: #define ucol_allocWeights U_ICU_ENTRY_POINT_RENAME(ucol_allocWeights) michael@0: #define ucol_assembleTailoringTable U_ICU_ENTRY_POINT_RENAME(ucol_assembleTailoringTable) michael@0: #define ucol_buildPermutationTable U_ICU_ENTRY_POINT_RENAME(ucol_buildPermutationTable) michael@0: #define ucol_calcSortKey U_ICU_ENTRY_POINT_RENAME(ucol_calcSortKey) michael@0: #define ucol_calcSortKeySimpleTertiary U_ICU_ENTRY_POINT_RENAME(ucol_calcSortKeySimpleTertiary) michael@0: #define ucol_cloneBinary U_ICU_ENTRY_POINT_RENAME(ucol_cloneBinary) michael@0: #define ucol_close U_ICU_ENTRY_POINT_RENAME(ucol_close) michael@0: #define ucol_closeElements U_ICU_ENTRY_POINT_RENAME(ucol_closeElements) michael@0: #define ucol_countAvailable U_ICU_ENTRY_POINT_RENAME(ucol_countAvailable) michael@0: #define ucol_createElements U_ICU_ENTRY_POINT_RENAME(ucol_createElements) michael@0: #define ucol_doCE U_ICU_ENTRY_POINT_RENAME(ucol_doCE) michael@0: #define ucol_equal U_ICU_ENTRY_POINT_RENAME(ucol_equal) michael@0: #define ucol_equals U_ICU_ENTRY_POINT_RENAME(ucol_equals) michael@0: #define ucol_findReorderingEntry U_ICU_ENTRY_POINT_RENAME(ucol_findReorderingEntry) michael@0: #define ucol_forceHanImplicit U_ICU_ENTRY_POINT_RENAME(ucol_forceHanImplicit) michael@0: #define ucol_forgetUCA U_ICU_ENTRY_POINT_RENAME(ucol_forgetUCA) michael@0: #define ucol_freeOffsetBuffer U_ICU_ENTRY_POINT_RENAME(ucol_freeOffsetBuffer) michael@0: #define ucol_getAttribute U_ICU_ENTRY_POINT_RENAME(ucol_getAttribute) michael@0: #define ucol_getAttributeOrDefault U_ICU_ENTRY_POINT_RENAME(ucol_getAttributeOrDefault) michael@0: #define ucol_getAvailable U_ICU_ENTRY_POINT_RENAME(ucol_getAvailable) michael@0: #define ucol_getBound U_ICU_ENTRY_POINT_RENAME(ucol_getBound) michael@0: #define ucol_getCEStrengthDifference U_ICU_ENTRY_POINT_RENAME(ucol_getCEStrengthDifference) michael@0: #define ucol_getCollationKey U_ICU_ENTRY_POINT_RENAME(ucol_getCollationKey) michael@0: #define ucol_getContractions U_ICU_ENTRY_POINT_RENAME(ucol_getContractions) michael@0: #define ucol_getContractionsAndExpansions U_ICU_ENTRY_POINT_RENAME(ucol_getContractionsAndExpansions) michael@0: #define ucol_getDisplayName U_ICU_ENTRY_POINT_RENAME(ucol_getDisplayName) michael@0: #define ucol_getEquivalentReorderCodes U_ICU_ENTRY_POINT_RENAME(ucol_getEquivalentReorderCodes) michael@0: #define ucol_getFirstCE U_ICU_ENTRY_POINT_RENAME(ucol_getFirstCE) michael@0: #define ucol_getFunctionalEquivalent U_ICU_ENTRY_POINT_RENAME(ucol_getFunctionalEquivalent) michael@0: #define ucol_getKeywordValues U_ICU_ENTRY_POINT_RENAME(ucol_getKeywordValues) michael@0: #define ucol_getKeywordValuesForLocale U_ICU_ENTRY_POINT_RENAME(ucol_getKeywordValuesForLocale) michael@0: #define ucol_getKeywords U_ICU_ENTRY_POINT_RENAME(ucol_getKeywords) michael@0: #define ucol_getLeadBytesForReorderCode U_ICU_ENTRY_POINT_RENAME(ucol_getLeadBytesForReorderCode) michael@0: #define ucol_getLocale U_ICU_ENTRY_POINT_RENAME(ucol_getLocale) michael@0: #define ucol_getLocaleByType U_ICU_ENTRY_POINT_RENAME(ucol_getLocaleByType) michael@0: #define ucol_getMaxExpansion U_ICU_ENTRY_POINT_RENAME(ucol_getMaxExpansion) michael@0: #define ucol_getNextCE U_ICU_ENTRY_POINT_RENAME(ucol_getNextCE) michael@0: #define ucol_getOffset U_ICU_ENTRY_POINT_RENAME(ucol_getOffset) michael@0: #define ucol_getPrevCE U_ICU_ENTRY_POINT_RENAME(ucol_getPrevCE) michael@0: #define ucol_getReorderCodes U_ICU_ENTRY_POINT_RENAME(ucol_getReorderCodes) michael@0: #define ucol_getReorderCodesForLeadByte U_ICU_ENTRY_POINT_RENAME(ucol_getReorderCodesForLeadByte) michael@0: #define ucol_getRules U_ICU_ENTRY_POINT_RENAME(ucol_getRules) michael@0: #define ucol_getRulesEx U_ICU_ENTRY_POINT_RENAME(ucol_getRulesEx) michael@0: #define ucol_getShortDefinitionString U_ICU_ENTRY_POINT_RENAME(ucol_getShortDefinitionString) michael@0: #define ucol_getSortKey U_ICU_ENTRY_POINT_RENAME(ucol_getSortKey) michael@0: #define ucol_getStrength U_ICU_ENTRY_POINT_RENAME(ucol_getStrength) michael@0: #define ucol_getTailoredSet U_ICU_ENTRY_POINT_RENAME(ucol_getTailoredSet) michael@0: #define ucol_getUCAVersion U_ICU_ENTRY_POINT_RENAME(ucol_getUCAVersion) michael@0: #define ucol_getUnsafeSet U_ICU_ENTRY_POINT_RENAME(ucol_getUnsafeSet) michael@0: #define ucol_getVariableTop U_ICU_ENTRY_POINT_RENAME(ucol_getVariableTop) michael@0: #define ucol_getVersion U_ICU_ENTRY_POINT_RENAME(ucol_getVersion) michael@0: #define ucol_greater U_ICU_ENTRY_POINT_RENAME(ucol_greater) michael@0: #define ucol_greaterOrEqual U_ICU_ENTRY_POINT_RENAME(ucol_greaterOrEqual) michael@0: #define ucol_initBuffers U_ICU_ENTRY_POINT_RENAME(ucol_initBuffers) michael@0: #define ucol_initCollator U_ICU_ENTRY_POINT_RENAME(ucol_initCollator) michael@0: #define ucol_initInverseUCA U_ICU_ENTRY_POINT_RENAME(ucol_initInverseUCA) michael@0: #define ucol_initUCA U_ICU_ENTRY_POINT_RENAME(ucol_initUCA) michael@0: #define ucol_inv_getNextCE U_ICU_ENTRY_POINT_RENAME(ucol_inv_getNextCE) michael@0: #define ucol_inv_getPrevCE U_ICU_ENTRY_POINT_RENAME(ucol_inv_getPrevCE) michael@0: #define ucol_isTailored U_ICU_ENTRY_POINT_RENAME(ucol_isTailored) michael@0: #define ucol_keyHashCode U_ICU_ENTRY_POINT_RENAME(ucol_keyHashCode) michael@0: #define ucol_looksLikeCollationBinary U_ICU_ENTRY_POINT_RENAME(ucol_looksLikeCollationBinary) michael@0: #define ucol_mergeSortkeys U_ICU_ENTRY_POINT_RENAME(ucol_mergeSortkeys) michael@0: #define ucol_next U_ICU_ENTRY_POINT_RENAME(ucol_next) michael@0: #define ucol_nextProcessed U_ICU_ENTRY_POINT_RENAME(ucol_nextProcessed) michael@0: #define ucol_nextSortKeyPart U_ICU_ENTRY_POINT_RENAME(ucol_nextSortKeyPart) michael@0: #define ucol_nextWeight U_ICU_ENTRY_POINT_RENAME(ucol_nextWeight) michael@0: #define ucol_normalizeShortDefinitionString U_ICU_ENTRY_POINT_RENAME(ucol_normalizeShortDefinitionString) michael@0: #define ucol_open U_ICU_ENTRY_POINT_RENAME(ucol_open) michael@0: #define ucol_openAvailableLocales U_ICU_ENTRY_POINT_RENAME(ucol_openAvailableLocales) michael@0: #define ucol_openBinary U_ICU_ENTRY_POINT_RENAME(ucol_openBinary) michael@0: #define ucol_openElements U_ICU_ENTRY_POINT_RENAME(ucol_openElements) michael@0: #define ucol_openFromShortString U_ICU_ENTRY_POINT_RENAME(ucol_openFromShortString) michael@0: #define ucol_openRules U_ICU_ENTRY_POINT_RENAME(ucol_openRules) michael@0: #define ucol_openRulesForImport U_ICU_ENTRY_POINT_RENAME(ucol_openRulesForImport) michael@0: #define ucol_open_internal U_ICU_ENTRY_POINT_RENAME(ucol_open_internal) michael@0: #define ucol_prepareShortStringOpen U_ICU_ENTRY_POINT_RENAME(ucol_prepareShortStringOpen) michael@0: #define ucol_previous U_ICU_ENTRY_POINT_RENAME(ucol_previous) michael@0: #define ucol_previousProcessed U_ICU_ENTRY_POINT_RENAME(ucol_previousProcessed) michael@0: #define ucol_primaryOrder U_ICU_ENTRY_POINT_RENAME(ucol_primaryOrder) michael@0: #define ucol_prv_getSpecialCE U_ICU_ENTRY_POINT_RENAME(ucol_prv_getSpecialCE) michael@0: #define ucol_prv_getSpecialPrevCE U_ICU_ENTRY_POINT_RENAME(ucol_prv_getSpecialPrevCE) michael@0: #define ucol_reset U_ICU_ENTRY_POINT_RENAME(ucol_reset) michael@0: #define ucol_restoreVariableTop U_ICU_ENTRY_POINT_RENAME(ucol_restoreVariableTop) michael@0: #define ucol_safeClone U_ICU_ENTRY_POINT_RENAME(ucol_safeClone) michael@0: #define ucol_secondaryOrder U_ICU_ENTRY_POINT_RENAME(ucol_secondaryOrder) michael@0: #define ucol_setAttribute U_ICU_ENTRY_POINT_RENAME(ucol_setAttribute) michael@0: #define ucol_setOffset U_ICU_ENTRY_POINT_RENAME(ucol_setOffset) michael@0: #define ucol_setOptionsFromHeader U_ICU_ENTRY_POINT_RENAME(ucol_setOptionsFromHeader) michael@0: #define ucol_setReorderCodes U_ICU_ENTRY_POINT_RENAME(ucol_setReorderCodes) michael@0: #define ucol_setReqValidLocales U_ICU_ENTRY_POINT_RENAME(ucol_setReqValidLocales) michael@0: #define ucol_setStrength U_ICU_ENTRY_POINT_RENAME(ucol_setStrength) michael@0: #define ucol_setText U_ICU_ENTRY_POINT_RENAME(ucol_setText) michael@0: #define ucol_setVariableTop U_ICU_ENTRY_POINT_RENAME(ucol_setVariableTop) michael@0: #define ucol_strcoll U_ICU_ENTRY_POINT_RENAME(ucol_strcoll) michael@0: #define ucol_strcollIter U_ICU_ENTRY_POINT_RENAME(ucol_strcollIter) michael@0: #define ucol_strcollUTF8 U_ICU_ENTRY_POINT_RENAME(ucol_strcollUTF8) michael@0: #define ucol_swap U_ICU_ENTRY_POINT_RENAME(ucol_swap) michael@0: #define ucol_swapBinary U_ICU_ENTRY_POINT_RENAME(ucol_swapBinary) michael@0: #define ucol_swapInverseUCA U_ICU_ENTRY_POINT_RENAME(ucol_swapInverseUCA) michael@0: #define ucol_tertiaryOrder U_ICU_ENTRY_POINT_RENAME(ucol_tertiaryOrder) michael@0: #define ucol_tok_assembleTokenList U_ICU_ENTRY_POINT_RENAME(ucol_tok_assembleTokenList) michael@0: #define ucol_tok_closeTokenList U_ICU_ENTRY_POINT_RENAME(ucol_tok_closeTokenList) michael@0: #define ucol_tok_getNextArgument U_ICU_ENTRY_POINT_RENAME(ucol_tok_getNextArgument) michael@0: #define ucol_tok_getRulesFromBundle U_ICU_ENTRY_POINT_RENAME(ucol_tok_getRulesFromBundle) michael@0: #define ucol_tok_initTokenList U_ICU_ENTRY_POINT_RENAME(ucol_tok_initTokenList) michael@0: #define ucol_tok_parseNextToken U_ICU_ENTRY_POINT_RENAME(ucol_tok_parseNextToken) michael@0: #define ucol_updateInternalState U_ICU_ENTRY_POINT_RENAME(ucol_updateInternalState) michael@0: #define ucsdet_close U_ICU_ENTRY_POINT_RENAME(ucsdet_close) michael@0: #define ucsdet_detect U_ICU_ENTRY_POINT_RENAME(ucsdet_detect) michael@0: #define ucsdet_detectAll U_ICU_ENTRY_POINT_RENAME(ucsdet_detectAll) michael@0: #define ucsdet_enableInputFilter U_ICU_ENTRY_POINT_RENAME(ucsdet_enableInputFilter) michael@0: #define ucsdet_getAllDetectableCharsets U_ICU_ENTRY_POINT_RENAME(ucsdet_getAllDetectableCharsets) michael@0: #define ucsdet_getConfidence U_ICU_ENTRY_POINT_RENAME(ucsdet_getConfidence) michael@0: #define ucsdet_getDetectableCharsets U_ICU_ENTRY_POINT_RENAME(ucsdet_getDetectableCharsets) michael@0: #define ucsdet_getLanguage U_ICU_ENTRY_POINT_RENAME(ucsdet_getLanguage) michael@0: #define ucsdet_getName U_ICU_ENTRY_POINT_RENAME(ucsdet_getName) michael@0: #define ucsdet_getUChars U_ICU_ENTRY_POINT_RENAME(ucsdet_getUChars) michael@0: #define ucsdet_isInputFilterEnabled U_ICU_ENTRY_POINT_RENAME(ucsdet_isInputFilterEnabled) michael@0: #define ucsdet_open U_ICU_ENTRY_POINT_RENAME(ucsdet_open) michael@0: #define ucsdet_setDeclaredEncoding U_ICU_ENTRY_POINT_RENAME(ucsdet_setDeclaredEncoding) michael@0: #define ucsdet_setDetectableCharset U_ICU_ENTRY_POINT_RENAME(ucsdet_setDetectableCharset) michael@0: #define ucsdet_setText U_ICU_ENTRY_POINT_RENAME(ucsdet_setText) michael@0: #define ucurr_countCurrencies U_ICU_ENTRY_POINT_RENAME(ucurr_countCurrencies) michael@0: #define ucurr_forLocale U_ICU_ENTRY_POINT_RENAME(ucurr_forLocale) michael@0: #define ucurr_forLocaleAndDate U_ICU_ENTRY_POINT_RENAME(ucurr_forLocaleAndDate) michael@0: #define ucurr_getDefaultFractionDigits U_ICU_ENTRY_POINT_RENAME(ucurr_getDefaultFractionDigits) michael@0: #define ucurr_getKeywordValuesForLocale U_ICU_ENTRY_POINT_RENAME(ucurr_getKeywordValuesForLocale) michael@0: #define ucurr_getName U_ICU_ENTRY_POINT_RENAME(ucurr_getName) michael@0: #define ucurr_getNumericCode U_ICU_ENTRY_POINT_RENAME(ucurr_getNumericCode) michael@0: #define ucurr_getPluralName U_ICU_ENTRY_POINT_RENAME(ucurr_getPluralName) michael@0: #define ucurr_getRoundingIncrement U_ICU_ENTRY_POINT_RENAME(ucurr_getRoundingIncrement) michael@0: #define ucurr_isAvailable U_ICU_ENTRY_POINT_RENAME(ucurr_isAvailable) michael@0: #define ucurr_openISOCurrencies U_ICU_ENTRY_POINT_RENAME(ucurr_openISOCurrencies) michael@0: #define ucurr_register U_ICU_ENTRY_POINT_RENAME(ucurr_register) michael@0: #define ucurr_unregister U_ICU_ENTRY_POINT_RENAME(ucurr_unregister) michael@0: #define udat_applyPattern U_ICU_ENTRY_POINT_RENAME(udat_applyPattern) michael@0: #define udat_applyPatternRelative U_ICU_ENTRY_POINT_RENAME(udat_applyPatternRelative) michael@0: #define udat_clone U_ICU_ENTRY_POINT_RENAME(udat_clone) michael@0: #define udat_close U_ICU_ENTRY_POINT_RENAME(udat_close) michael@0: #define udat_countAvailable U_ICU_ENTRY_POINT_RENAME(udat_countAvailable) michael@0: #define udat_countSymbols U_ICU_ENTRY_POINT_RENAME(udat_countSymbols) michael@0: #define udat_format U_ICU_ENTRY_POINT_RENAME(udat_format) michael@0: #define udat_get2DigitYearStart U_ICU_ENTRY_POINT_RENAME(udat_get2DigitYearStart) michael@0: #define udat_getAvailable U_ICU_ENTRY_POINT_RENAME(udat_getAvailable) michael@0: #define udat_getCalendar U_ICU_ENTRY_POINT_RENAME(udat_getCalendar) michael@0: #define udat_getContext U_ICU_ENTRY_POINT_RENAME(udat_getContext) michael@0: #define udat_getLocaleByType U_ICU_ENTRY_POINT_RENAME(udat_getLocaleByType) michael@0: #define udat_getNumberFormat U_ICU_ENTRY_POINT_RENAME(udat_getNumberFormat) michael@0: #define udat_getSymbols U_ICU_ENTRY_POINT_RENAME(udat_getSymbols) michael@0: #define udat_isLenient U_ICU_ENTRY_POINT_RENAME(udat_isLenient) michael@0: #define udat_open U_ICU_ENTRY_POINT_RENAME(udat_open) michael@0: #define udat_parse U_ICU_ENTRY_POINT_RENAME(udat_parse) michael@0: #define udat_parseCalendar U_ICU_ENTRY_POINT_RENAME(udat_parseCalendar) michael@0: #define udat_registerOpener U_ICU_ENTRY_POINT_RENAME(udat_registerOpener) michael@0: #define udat_set2DigitYearStart U_ICU_ENTRY_POINT_RENAME(udat_set2DigitYearStart) michael@0: #define udat_setCalendar U_ICU_ENTRY_POINT_RENAME(udat_setCalendar) michael@0: #define udat_setContext U_ICU_ENTRY_POINT_RENAME(udat_setContext) michael@0: #define udat_setLenient U_ICU_ENTRY_POINT_RENAME(udat_setLenient) michael@0: #define udat_setNumberFormat U_ICU_ENTRY_POINT_RENAME(udat_setNumberFormat) michael@0: #define udat_setSymbols U_ICU_ENTRY_POINT_RENAME(udat_setSymbols) michael@0: #define udat_toCalendarDateField U_ICU_ENTRY_POINT_RENAME(udat_toCalendarDateField) michael@0: #define udat_toPattern U_ICU_ENTRY_POINT_RENAME(udat_toPattern) michael@0: #define udat_toPatternRelativeDate U_ICU_ENTRY_POINT_RENAME(udat_toPatternRelativeDate) michael@0: #define udat_toPatternRelativeTime U_ICU_ENTRY_POINT_RENAME(udat_toPatternRelativeTime) michael@0: #define udat_unregisterOpener U_ICU_ENTRY_POINT_RENAME(udat_unregisterOpener) michael@0: #define udata_checkCommonData U_ICU_ENTRY_POINT_RENAME(udata_checkCommonData) michael@0: #define udata_close U_ICU_ENTRY_POINT_RENAME(udata_close) michael@0: #define udata_closeSwapper U_ICU_ENTRY_POINT_RENAME(udata_closeSwapper) michael@0: #define udata_getHeaderSize U_ICU_ENTRY_POINT_RENAME(udata_getHeaderSize) michael@0: #define udata_getInfo U_ICU_ENTRY_POINT_RENAME(udata_getInfo) michael@0: #define udata_getInfoSize U_ICU_ENTRY_POINT_RENAME(udata_getInfoSize) michael@0: #define udata_getLength U_ICU_ENTRY_POINT_RENAME(udata_getLength) michael@0: #define udata_getMemory U_ICU_ENTRY_POINT_RENAME(udata_getMemory) michael@0: #define udata_getRawMemory U_ICU_ENTRY_POINT_RENAME(udata_getRawMemory) michael@0: #define udata_open U_ICU_ENTRY_POINT_RENAME(udata_open) michael@0: #define udata_openChoice U_ICU_ENTRY_POINT_RENAME(udata_openChoice) michael@0: #define udata_openSwapper U_ICU_ENTRY_POINT_RENAME(udata_openSwapper) michael@0: #define udata_openSwapperForInputData U_ICU_ENTRY_POINT_RENAME(udata_openSwapperForInputData) michael@0: #define udata_printError U_ICU_ENTRY_POINT_RENAME(udata_printError) michael@0: #define udata_readInt16 U_ICU_ENTRY_POINT_RENAME(udata_readInt16) michael@0: #define udata_readInt32 U_ICU_ENTRY_POINT_RENAME(udata_readInt32) michael@0: #define udata_setAppData U_ICU_ENTRY_POINT_RENAME(udata_setAppData) michael@0: #define udata_setCommonData U_ICU_ENTRY_POINT_RENAME(udata_setCommonData) michael@0: #define udata_setFileAccess U_ICU_ENTRY_POINT_RENAME(udata_setFileAccess) michael@0: #define udata_swapDataHeader U_ICU_ENTRY_POINT_RENAME(udata_swapDataHeader) michael@0: #define udata_swapInvStringBlock U_ICU_ENTRY_POINT_RENAME(udata_swapInvStringBlock) michael@0: #define udatpg_addPattern U_ICU_ENTRY_POINT_RENAME(udatpg_addPattern) michael@0: #define udatpg_clone U_ICU_ENTRY_POINT_RENAME(udatpg_clone) michael@0: #define udatpg_close U_ICU_ENTRY_POINT_RENAME(udatpg_close) michael@0: #define udatpg_getAppendItemFormat U_ICU_ENTRY_POINT_RENAME(udatpg_getAppendItemFormat) michael@0: #define udatpg_getAppendItemName U_ICU_ENTRY_POINT_RENAME(udatpg_getAppendItemName) michael@0: #define udatpg_getBaseSkeleton U_ICU_ENTRY_POINT_RENAME(udatpg_getBaseSkeleton) michael@0: #define udatpg_getBestPattern U_ICU_ENTRY_POINT_RENAME(udatpg_getBestPattern) michael@0: #define udatpg_getBestPatternWithOptions U_ICU_ENTRY_POINT_RENAME(udatpg_getBestPatternWithOptions) michael@0: #define udatpg_getDateTimeFormat U_ICU_ENTRY_POINT_RENAME(udatpg_getDateTimeFormat) michael@0: #define udatpg_getDecimal U_ICU_ENTRY_POINT_RENAME(udatpg_getDecimal) michael@0: #define udatpg_getPatternForSkeleton U_ICU_ENTRY_POINT_RENAME(udatpg_getPatternForSkeleton) michael@0: #define udatpg_getSkeleton U_ICU_ENTRY_POINT_RENAME(udatpg_getSkeleton) michael@0: #define udatpg_open U_ICU_ENTRY_POINT_RENAME(udatpg_open) michael@0: #define udatpg_openBaseSkeletons U_ICU_ENTRY_POINT_RENAME(udatpg_openBaseSkeletons) michael@0: #define udatpg_openEmpty U_ICU_ENTRY_POINT_RENAME(udatpg_openEmpty) michael@0: #define udatpg_openSkeletons U_ICU_ENTRY_POINT_RENAME(udatpg_openSkeletons) michael@0: #define udatpg_replaceFieldTypes U_ICU_ENTRY_POINT_RENAME(udatpg_replaceFieldTypes) michael@0: #define udatpg_replaceFieldTypesWithOptions U_ICU_ENTRY_POINT_RENAME(udatpg_replaceFieldTypesWithOptions) michael@0: #define udatpg_setAppendItemFormat U_ICU_ENTRY_POINT_RENAME(udatpg_setAppendItemFormat) michael@0: #define udatpg_setAppendItemName U_ICU_ENTRY_POINT_RENAME(udatpg_setAppendItemName) michael@0: #define udatpg_setDateTimeFormat U_ICU_ENTRY_POINT_RENAME(udatpg_setDateTimeFormat) michael@0: #define udatpg_setDecimal U_ICU_ENTRY_POINT_RENAME(udatpg_setDecimal) michael@0: #define udict_swap U_ICU_ENTRY_POINT_RENAME(udict_swap) michael@0: #define udtitvfmt_close U_ICU_ENTRY_POINT_RENAME(udtitvfmt_close) michael@0: #define udtitvfmt_format U_ICU_ENTRY_POINT_RENAME(udtitvfmt_format) michael@0: #define udtitvfmt_open U_ICU_ENTRY_POINT_RENAME(udtitvfmt_open) michael@0: #define uenum_close U_ICU_ENTRY_POINT_RENAME(uenum_close) michael@0: #define uenum_count U_ICU_ENTRY_POINT_RENAME(uenum_count) michael@0: #define uenum_next U_ICU_ENTRY_POINT_RENAME(uenum_next) michael@0: #define uenum_nextDefault U_ICU_ENTRY_POINT_RENAME(uenum_nextDefault) michael@0: #define uenum_openCharStringsEnumeration U_ICU_ENTRY_POINT_RENAME(uenum_openCharStringsEnumeration) michael@0: #define uenum_openFromStringEnumeration U_ICU_ENTRY_POINT_RENAME(uenum_openFromStringEnumeration) michael@0: #define uenum_openUCharStringsEnumeration U_ICU_ENTRY_POINT_RENAME(uenum_openUCharStringsEnumeration) michael@0: #define uenum_reset U_ICU_ENTRY_POINT_RENAME(uenum_reset) michael@0: #define uenum_unext U_ICU_ENTRY_POINT_RENAME(uenum_unext) michael@0: #define uenum_unextDefault U_ICU_ENTRY_POINT_RENAME(uenum_unextDefault) michael@0: #define ufile_close_translit U_ICU_ENTRY_POINT_RENAME(ufile_close_translit) michael@0: #define ufile_fill_uchar_buffer U_ICU_ENTRY_POINT_RENAME(ufile_fill_uchar_buffer) michael@0: #define ufile_flush_io U_ICU_ENTRY_POINT_RENAME(ufile_flush_io) michael@0: #define ufile_flush_translit U_ICU_ENTRY_POINT_RENAME(ufile_flush_translit) michael@0: #define ufile_getch U_ICU_ENTRY_POINT_RENAME(ufile_getch) michael@0: #define ufile_getch32 U_ICU_ENTRY_POINT_RENAME(ufile_getch32) michael@0: #define ufmt_64tou U_ICU_ENTRY_POINT_RENAME(ufmt_64tou) michael@0: #define ufmt_close U_ICU_ENTRY_POINT_RENAME(ufmt_close) michael@0: #define ufmt_defaultCPToUnicode U_ICU_ENTRY_POINT_RENAME(ufmt_defaultCPToUnicode) michael@0: #define ufmt_digitvalue U_ICU_ENTRY_POINT_RENAME(ufmt_digitvalue) michael@0: #define ufmt_getArrayItemByIndex U_ICU_ENTRY_POINT_RENAME(ufmt_getArrayItemByIndex) michael@0: #define ufmt_getArrayLength U_ICU_ENTRY_POINT_RENAME(ufmt_getArrayLength) michael@0: #define ufmt_getDate U_ICU_ENTRY_POINT_RENAME(ufmt_getDate) michael@0: #define ufmt_getDecNumChars U_ICU_ENTRY_POINT_RENAME(ufmt_getDecNumChars) michael@0: #define ufmt_getDouble U_ICU_ENTRY_POINT_RENAME(ufmt_getDouble) michael@0: #define ufmt_getInt64 U_ICU_ENTRY_POINT_RENAME(ufmt_getInt64) michael@0: #define ufmt_getLong U_ICU_ENTRY_POINT_RENAME(ufmt_getLong) michael@0: #define ufmt_getObject U_ICU_ENTRY_POINT_RENAME(ufmt_getObject) michael@0: #define ufmt_getType U_ICU_ENTRY_POINT_RENAME(ufmt_getType) michael@0: #define ufmt_getUChars U_ICU_ENTRY_POINT_RENAME(ufmt_getUChars) michael@0: #define ufmt_isNumeric U_ICU_ENTRY_POINT_RENAME(ufmt_isNumeric) michael@0: #define ufmt_isdigit U_ICU_ENTRY_POINT_RENAME(ufmt_isdigit) michael@0: #define ufmt_open U_ICU_ENTRY_POINT_RENAME(ufmt_open) michael@0: #define ufmt_ptou U_ICU_ENTRY_POINT_RENAME(ufmt_ptou) michael@0: #define ufmt_uto64 U_ICU_ENTRY_POINT_RENAME(ufmt_uto64) michael@0: #define ufmt_utop U_ICU_ENTRY_POINT_RENAME(ufmt_utop) michael@0: #define ugender_getInstance U_ICU_ENTRY_POINT_RENAME(ugender_getInstance) michael@0: #define ugender_getListGender U_ICU_ENTRY_POINT_RENAME(ugender_getListGender) michael@0: #define uhash_close U_ICU_ENTRY_POINT_RENAME(uhash_close) michael@0: #define uhash_compareCaselessUnicodeString U_ICU_ENTRY_POINT_RENAME(uhash_compareCaselessUnicodeString) michael@0: #define uhash_compareChars U_ICU_ENTRY_POINT_RENAME(uhash_compareChars) michael@0: #define uhash_compareIChars U_ICU_ENTRY_POINT_RENAME(uhash_compareIChars) michael@0: #define uhash_compareLong U_ICU_ENTRY_POINT_RENAME(uhash_compareLong) michael@0: #define uhash_compareScriptSet U_ICU_ENTRY_POINT_RENAME(uhash_compareScriptSet) michael@0: #define uhash_compareUChars U_ICU_ENTRY_POINT_RENAME(uhash_compareUChars) michael@0: #define uhash_compareUnicodeString U_ICU_ENTRY_POINT_RENAME(uhash_compareUnicodeString) michael@0: #define uhash_count U_ICU_ENTRY_POINT_RENAME(uhash_count) michael@0: #define uhash_deleteHashtable U_ICU_ENTRY_POINT_RENAME(uhash_deleteHashtable) michael@0: #define uhash_deleteScriptSet U_ICU_ENTRY_POINT_RENAME(uhash_deleteScriptSet) michael@0: #define uhash_equals U_ICU_ENTRY_POINT_RENAME(uhash_equals) michael@0: #define uhash_equalsScriptSet U_ICU_ENTRY_POINT_RENAME(uhash_equalsScriptSet) michael@0: #define uhash_find U_ICU_ENTRY_POINT_RENAME(uhash_find) michael@0: #define uhash_get U_ICU_ENTRY_POINT_RENAME(uhash_get) michael@0: #define uhash_geti U_ICU_ENTRY_POINT_RENAME(uhash_geti) michael@0: #define uhash_hashCaselessUnicodeString U_ICU_ENTRY_POINT_RENAME(uhash_hashCaselessUnicodeString) michael@0: #define uhash_hashChars U_ICU_ENTRY_POINT_RENAME(uhash_hashChars) michael@0: #define uhash_hashIChars U_ICU_ENTRY_POINT_RENAME(uhash_hashIChars) michael@0: #define uhash_hashLong U_ICU_ENTRY_POINT_RENAME(uhash_hashLong) michael@0: #define uhash_hashScriptSet U_ICU_ENTRY_POINT_RENAME(uhash_hashScriptSet) michael@0: #define uhash_hashUChars U_ICU_ENTRY_POINT_RENAME(uhash_hashUChars) michael@0: #define uhash_hashUnicodeString U_ICU_ENTRY_POINT_RENAME(uhash_hashUnicodeString) michael@0: #define uhash_iget U_ICU_ENTRY_POINT_RENAME(uhash_iget) michael@0: #define uhash_igeti U_ICU_ENTRY_POINT_RENAME(uhash_igeti) michael@0: #define uhash_init U_ICU_ENTRY_POINT_RENAME(uhash_init) michael@0: #define uhash_iput U_ICU_ENTRY_POINT_RENAME(uhash_iput) michael@0: #define uhash_iputi U_ICU_ENTRY_POINT_RENAME(uhash_iputi) michael@0: #define uhash_iremove U_ICU_ENTRY_POINT_RENAME(uhash_iremove) michael@0: #define uhash_iremovei U_ICU_ENTRY_POINT_RENAME(uhash_iremovei) michael@0: #define uhash_nextElement U_ICU_ENTRY_POINT_RENAME(uhash_nextElement) michael@0: #define uhash_open U_ICU_ENTRY_POINT_RENAME(uhash_open) michael@0: #define uhash_openSize U_ICU_ENTRY_POINT_RENAME(uhash_openSize) michael@0: #define uhash_put U_ICU_ENTRY_POINT_RENAME(uhash_put) michael@0: #define uhash_puti U_ICU_ENTRY_POINT_RENAME(uhash_puti) michael@0: #define uhash_remove U_ICU_ENTRY_POINT_RENAME(uhash_remove) michael@0: #define uhash_removeAll U_ICU_ENTRY_POINT_RENAME(uhash_removeAll) michael@0: #define uhash_removeElement U_ICU_ENTRY_POINT_RENAME(uhash_removeElement) michael@0: #define uhash_removei U_ICU_ENTRY_POINT_RENAME(uhash_removei) michael@0: #define uhash_setKeyComparator U_ICU_ENTRY_POINT_RENAME(uhash_setKeyComparator) michael@0: #define uhash_setKeyDeleter U_ICU_ENTRY_POINT_RENAME(uhash_setKeyDeleter) michael@0: #define uhash_setKeyHasher U_ICU_ENTRY_POINT_RENAME(uhash_setKeyHasher) michael@0: #define uhash_setResizePolicy U_ICU_ENTRY_POINT_RENAME(uhash_setResizePolicy) michael@0: #define uhash_setValueComparator U_ICU_ENTRY_POINT_RENAME(uhash_setValueComparator) michael@0: #define uhash_setValueDeleter U_ICU_ENTRY_POINT_RENAME(uhash_setValueDeleter) michael@0: #define uidna_IDNToASCII U_ICU_ENTRY_POINT_RENAME(uidna_IDNToASCII) michael@0: #define uidna_IDNToUnicode U_ICU_ENTRY_POINT_RENAME(uidna_IDNToUnicode) michael@0: #define uidna_close U_ICU_ENTRY_POINT_RENAME(uidna_close) michael@0: #define uidna_compare U_ICU_ENTRY_POINT_RENAME(uidna_compare) michael@0: #define uidna_labelToASCII U_ICU_ENTRY_POINT_RENAME(uidna_labelToASCII) michael@0: #define uidna_labelToASCII_UTF8 U_ICU_ENTRY_POINT_RENAME(uidna_labelToASCII_UTF8) michael@0: #define uidna_labelToUnicode U_ICU_ENTRY_POINT_RENAME(uidna_labelToUnicode) michael@0: #define uidna_labelToUnicodeUTF8 U_ICU_ENTRY_POINT_RENAME(uidna_labelToUnicodeUTF8) michael@0: #define uidna_nameToASCII U_ICU_ENTRY_POINT_RENAME(uidna_nameToASCII) michael@0: #define uidna_nameToASCII_UTF8 U_ICU_ENTRY_POINT_RENAME(uidna_nameToASCII_UTF8) michael@0: #define uidna_nameToUnicode U_ICU_ENTRY_POINT_RENAME(uidna_nameToUnicode) michael@0: #define uidna_nameToUnicodeUTF8 U_ICU_ENTRY_POINT_RENAME(uidna_nameToUnicodeUTF8) michael@0: #define uidna_openUTS46 U_ICU_ENTRY_POINT_RENAME(uidna_openUTS46) michael@0: #define uidna_toASCII U_ICU_ENTRY_POINT_RENAME(uidna_toASCII) michael@0: #define uidna_toUnicode U_ICU_ENTRY_POINT_RENAME(uidna_toUnicode) michael@0: #define uiter_current32 U_ICU_ENTRY_POINT_RENAME(uiter_current32) michael@0: #define uiter_getState U_ICU_ENTRY_POINT_RENAME(uiter_getState) michael@0: #define uiter_next32 U_ICU_ENTRY_POINT_RENAME(uiter_next32) michael@0: #define uiter_previous32 U_ICU_ENTRY_POINT_RENAME(uiter_previous32) michael@0: #define uiter_setCharacterIterator U_ICU_ENTRY_POINT_RENAME(uiter_setCharacterIterator) michael@0: #define uiter_setReplaceable U_ICU_ENTRY_POINT_RENAME(uiter_setReplaceable) michael@0: #define uiter_setState U_ICU_ENTRY_POINT_RENAME(uiter_setState) michael@0: #define uiter_setString U_ICU_ENTRY_POINT_RENAME(uiter_setString) michael@0: #define uiter_setUTF16BE U_ICU_ENTRY_POINT_RENAME(uiter_setUTF16BE) michael@0: #define uiter_setUTF8 U_ICU_ENTRY_POINT_RENAME(uiter_setUTF8) michael@0: #define uldn_close U_ICU_ENTRY_POINT_RENAME(uldn_close) michael@0: #define uldn_getContext U_ICU_ENTRY_POINT_RENAME(uldn_getContext) michael@0: #define uldn_getDialectHandling U_ICU_ENTRY_POINT_RENAME(uldn_getDialectHandling) michael@0: #define uldn_getLocale U_ICU_ENTRY_POINT_RENAME(uldn_getLocale) michael@0: #define uldn_keyDisplayName U_ICU_ENTRY_POINT_RENAME(uldn_keyDisplayName) michael@0: #define uldn_keyValueDisplayName U_ICU_ENTRY_POINT_RENAME(uldn_keyValueDisplayName) michael@0: #define uldn_languageDisplayName U_ICU_ENTRY_POINT_RENAME(uldn_languageDisplayName) michael@0: #define uldn_localeDisplayName U_ICU_ENTRY_POINT_RENAME(uldn_localeDisplayName) michael@0: #define uldn_open U_ICU_ENTRY_POINT_RENAME(uldn_open) michael@0: #define uldn_openForContext U_ICU_ENTRY_POINT_RENAME(uldn_openForContext) michael@0: #define uldn_regionDisplayName U_ICU_ENTRY_POINT_RENAME(uldn_regionDisplayName) michael@0: #define uldn_scriptCodeDisplayName U_ICU_ENTRY_POINT_RENAME(uldn_scriptCodeDisplayName) michael@0: #define uldn_scriptDisplayName U_ICU_ENTRY_POINT_RENAME(uldn_scriptDisplayName) michael@0: #define uldn_variantDisplayName U_ICU_ENTRY_POINT_RENAME(uldn_variantDisplayName) michael@0: #define ulist_addItemBeginList U_ICU_ENTRY_POINT_RENAME(ulist_addItemBeginList) michael@0: #define ulist_addItemEndList U_ICU_ENTRY_POINT_RENAME(ulist_addItemEndList) michael@0: #define ulist_close_keyword_values_iterator U_ICU_ENTRY_POINT_RENAME(ulist_close_keyword_values_iterator) michael@0: #define ulist_containsString U_ICU_ENTRY_POINT_RENAME(ulist_containsString) michael@0: #define ulist_count_keyword_values U_ICU_ENTRY_POINT_RENAME(ulist_count_keyword_values) michael@0: #define ulist_createEmptyList U_ICU_ENTRY_POINT_RENAME(ulist_createEmptyList) michael@0: #define ulist_deleteList U_ICU_ENTRY_POINT_RENAME(ulist_deleteList) michael@0: #define ulist_getListFromEnum U_ICU_ENTRY_POINT_RENAME(ulist_getListFromEnum) michael@0: #define ulist_getListSize U_ICU_ENTRY_POINT_RENAME(ulist_getListSize) michael@0: #define ulist_getNext U_ICU_ENTRY_POINT_RENAME(ulist_getNext) michael@0: #define ulist_next_keyword_value U_ICU_ENTRY_POINT_RENAME(ulist_next_keyword_value) michael@0: #define ulist_resetList U_ICU_ENTRY_POINT_RENAME(ulist_resetList) michael@0: #define ulist_reset_keyword_values_iterator U_ICU_ENTRY_POINT_RENAME(ulist_reset_keyword_values_iterator) michael@0: #define uloc_acceptLanguage U_ICU_ENTRY_POINT_RENAME(uloc_acceptLanguage) michael@0: #define uloc_acceptLanguageFromHTTP U_ICU_ENTRY_POINT_RENAME(uloc_acceptLanguageFromHTTP) michael@0: #define uloc_addLikelySubtags U_ICU_ENTRY_POINT_RENAME(uloc_addLikelySubtags) michael@0: #define uloc_canonicalize U_ICU_ENTRY_POINT_RENAME(uloc_canonicalize) michael@0: #define uloc_countAvailable U_ICU_ENTRY_POINT_RENAME(uloc_countAvailable) michael@0: #define uloc_forLanguageTag U_ICU_ENTRY_POINT_RENAME(uloc_forLanguageTag) michael@0: #define uloc_getAvailable U_ICU_ENTRY_POINT_RENAME(uloc_getAvailable) michael@0: #define uloc_getBaseName U_ICU_ENTRY_POINT_RENAME(uloc_getBaseName) michael@0: #define uloc_getCharacterOrientation U_ICU_ENTRY_POINT_RENAME(uloc_getCharacterOrientation) michael@0: #define uloc_getCountry U_ICU_ENTRY_POINT_RENAME(uloc_getCountry) michael@0: #define uloc_getCurrentCountryID U_ICU_ENTRY_POINT_RENAME(uloc_getCurrentCountryID) michael@0: #define uloc_getCurrentLanguageID U_ICU_ENTRY_POINT_RENAME(uloc_getCurrentLanguageID) michael@0: #define uloc_getDefault U_ICU_ENTRY_POINT_RENAME(uloc_getDefault) michael@0: #define uloc_getDisplayCountry U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayCountry) michael@0: #define uloc_getDisplayKeyword U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayKeyword) michael@0: #define uloc_getDisplayKeywordValue U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayKeywordValue) michael@0: #define uloc_getDisplayLanguage U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayLanguage) michael@0: #define uloc_getDisplayName U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayName) michael@0: #define uloc_getDisplayScript U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayScript) michael@0: #define uloc_getDisplayScriptInContext U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayScriptInContext) michael@0: #define uloc_getDisplayVariant U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayVariant) michael@0: #define uloc_getISO3Country U_ICU_ENTRY_POINT_RENAME(uloc_getISO3Country) michael@0: #define uloc_getISO3Language U_ICU_ENTRY_POINT_RENAME(uloc_getISO3Language) michael@0: #define uloc_getISOCountries U_ICU_ENTRY_POINT_RENAME(uloc_getISOCountries) michael@0: #define uloc_getISOLanguages U_ICU_ENTRY_POINT_RENAME(uloc_getISOLanguages) michael@0: #define uloc_getKeywordValue U_ICU_ENTRY_POINT_RENAME(uloc_getKeywordValue) michael@0: #define uloc_getLCID U_ICU_ENTRY_POINT_RENAME(uloc_getLCID) michael@0: #define uloc_getLanguage U_ICU_ENTRY_POINT_RENAME(uloc_getLanguage) michael@0: #define uloc_getLineOrientation U_ICU_ENTRY_POINT_RENAME(uloc_getLineOrientation) michael@0: #define uloc_getLocaleForLCID U_ICU_ENTRY_POINT_RENAME(uloc_getLocaleForLCID) michael@0: #define uloc_getName U_ICU_ENTRY_POINT_RENAME(uloc_getName) michael@0: #define uloc_getParent U_ICU_ENTRY_POINT_RENAME(uloc_getParent) michael@0: #define uloc_getScript U_ICU_ENTRY_POINT_RENAME(uloc_getScript) michael@0: #define uloc_getTableStringWithFallback U_ICU_ENTRY_POINT_RENAME(uloc_getTableStringWithFallback) michael@0: #define uloc_getVariant U_ICU_ENTRY_POINT_RENAME(uloc_getVariant) michael@0: #define uloc_minimizeSubtags U_ICU_ENTRY_POINT_RENAME(uloc_minimizeSubtags) michael@0: #define uloc_openKeywordList U_ICU_ENTRY_POINT_RENAME(uloc_openKeywordList) michael@0: #define uloc_openKeywords U_ICU_ENTRY_POINT_RENAME(uloc_openKeywords) michael@0: #define uloc_setDefault U_ICU_ENTRY_POINT_RENAME(uloc_setDefault) michael@0: #define uloc_setKeywordValue U_ICU_ENTRY_POINT_RENAME(uloc_setKeywordValue) michael@0: #define uloc_toLanguageTag U_ICU_ENTRY_POINT_RENAME(uloc_toLanguageTag) michael@0: #define ulocdata_close U_ICU_ENTRY_POINT_RENAME(ulocdata_close) michael@0: #define ulocdata_getCLDRVersion U_ICU_ENTRY_POINT_RENAME(ulocdata_getCLDRVersion) michael@0: #define ulocdata_getDelimiter U_ICU_ENTRY_POINT_RENAME(ulocdata_getDelimiter) michael@0: #define ulocdata_getExemplarSet U_ICU_ENTRY_POINT_RENAME(ulocdata_getExemplarSet) michael@0: #define ulocdata_getLocaleDisplayPattern U_ICU_ENTRY_POINT_RENAME(ulocdata_getLocaleDisplayPattern) michael@0: #define ulocdata_getLocaleSeparator U_ICU_ENTRY_POINT_RENAME(ulocdata_getLocaleSeparator) michael@0: #define ulocdata_getMeasurementSystem U_ICU_ENTRY_POINT_RENAME(ulocdata_getMeasurementSystem) michael@0: #define ulocdata_getNoSubstitute U_ICU_ENTRY_POINT_RENAME(ulocdata_getNoSubstitute) michael@0: #define ulocdata_getPaperSize U_ICU_ENTRY_POINT_RENAME(ulocdata_getPaperSize) michael@0: #define ulocdata_open U_ICU_ENTRY_POINT_RENAME(ulocdata_open) michael@0: #define ulocdata_setNoSubstitute U_ICU_ENTRY_POINT_RENAME(ulocdata_setNoSubstitute) michael@0: #define ulocimp_getCountry U_ICU_ENTRY_POINT_RENAME(ulocimp_getCountry) michael@0: #define ulocimp_getLanguage U_ICU_ENTRY_POINT_RENAME(ulocimp_getLanguage) michael@0: #define ulocimp_getScript U_ICU_ENTRY_POINT_RENAME(ulocimp_getScript) michael@0: #define umsg_applyPattern U_ICU_ENTRY_POINT_RENAME(umsg_applyPattern) michael@0: #define umsg_autoQuoteApostrophe U_ICU_ENTRY_POINT_RENAME(umsg_autoQuoteApostrophe) michael@0: #define umsg_clone U_ICU_ENTRY_POINT_RENAME(umsg_clone) michael@0: #define umsg_close U_ICU_ENTRY_POINT_RENAME(umsg_close) michael@0: #define umsg_format U_ICU_ENTRY_POINT_RENAME(umsg_format) michael@0: #define umsg_getLocale U_ICU_ENTRY_POINT_RENAME(umsg_getLocale) michael@0: #define umsg_open U_ICU_ENTRY_POINT_RENAME(umsg_open) michael@0: #define umsg_parse U_ICU_ENTRY_POINT_RENAME(umsg_parse) michael@0: #define umsg_setLocale U_ICU_ENTRY_POINT_RENAME(umsg_setLocale) michael@0: #define umsg_toPattern U_ICU_ENTRY_POINT_RENAME(umsg_toPattern) michael@0: #define umsg_vformat U_ICU_ENTRY_POINT_RENAME(umsg_vformat) michael@0: #define umsg_vparse U_ICU_ENTRY_POINT_RENAME(umsg_vparse) michael@0: #define umtx_lock U_ICU_ENTRY_POINT_RENAME(umtx_lock) michael@0: #define umtx_unlock U_ICU_ENTRY_POINT_RENAME(umtx_unlock) michael@0: #define uniset_getUnicode32Instance U_ICU_ENTRY_POINT_RENAME(uniset_getUnicode32Instance) michael@0: #define unorm2_append U_ICU_ENTRY_POINT_RENAME(unorm2_append) michael@0: #define unorm2_close U_ICU_ENTRY_POINT_RENAME(unorm2_close) michael@0: #define unorm2_composePair U_ICU_ENTRY_POINT_RENAME(unorm2_composePair) michael@0: #define unorm2_getCombiningClass U_ICU_ENTRY_POINT_RENAME(unorm2_getCombiningClass) michael@0: #define unorm2_getDecomposition U_ICU_ENTRY_POINT_RENAME(unorm2_getDecomposition) michael@0: #define unorm2_getInstance U_ICU_ENTRY_POINT_RENAME(unorm2_getInstance) michael@0: #define unorm2_getNFCInstance U_ICU_ENTRY_POINT_RENAME(unorm2_getNFCInstance) michael@0: #define unorm2_getNFDInstance U_ICU_ENTRY_POINT_RENAME(unorm2_getNFDInstance) michael@0: #define unorm2_getNFKCCasefoldInstance U_ICU_ENTRY_POINT_RENAME(unorm2_getNFKCCasefoldInstance) michael@0: #define unorm2_getNFKCInstance U_ICU_ENTRY_POINT_RENAME(unorm2_getNFKCInstance) michael@0: #define unorm2_getNFKDInstance U_ICU_ENTRY_POINT_RENAME(unorm2_getNFKDInstance) michael@0: #define unorm2_getRawDecomposition U_ICU_ENTRY_POINT_RENAME(unorm2_getRawDecomposition) michael@0: #define unorm2_hasBoundaryAfter U_ICU_ENTRY_POINT_RENAME(unorm2_hasBoundaryAfter) michael@0: #define unorm2_hasBoundaryBefore U_ICU_ENTRY_POINT_RENAME(unorm2_hasBoundaryBefore) michael@0: #define unorm2_isInert U_ICU_ENTRY_POINT_RENAME(unorm2_isInert) michael@0: #define unorm2_isNormalized U_ICU_ENTRY_POINT_RENAME(unorm2_isNormalized) michael@0: #define unorm2_normalize U_ICU_ENTRY_POINT_RENAME(unorm2_normalize) michael@0: #define unorm2_normalizeSecondAndAppend U_ICU_ENTRY_POINT_RENAME(unorm2_normalizeSecondAndAppend) michael@0: #define unorm2_openFiltered U_ICU_ENTRY_POINT_RENAME(unorm2_openFiltered) michael@0: #define unorm2_quickCheck U_ICU_ENTRY_POINT_RENAME(unorm2_quickCheck) michael@0: #define unorm2_spanQuickCheckYes U_ICU_ENTRY_POINT_RENAME(unorm2_spanQuickCheckYes) michael@0: #define unorm2_swap U_ICU_ENTRY_POINT_RENAME(unorm2_swap) michael@0: #define unorm_closeIter U_ICU_ENTRY_POINT_RENAME(unorm_closeIter) michael@0: #define unorm_compare U_ICU_ENTRY_POINT_RENAME(unorm_compare) michael@0: #define unorm_concatenate U_ICU_ENTRY_POINT_RENAME(unorm_concatenate) michael@0: #define unorm_getFCD16 U_ICU_ENTRY_POINT_RENAME(unorm_getFCD16) michael@0: #define unorm_getQuickCheck U_ICU_ENTRY_POINT_RENAME(unorm_getQuickCheck) michael@0: #define unorm_isNormalized U_ICU_ENTRY_POINT_RENAME(unorm_isNormalized) michael@0: #define unorm_isNormalizedWithOptions U_ICU_ENTRY_POINT_RENAME(unorm_isNormalizedWithOptions) michael@0: #define unorm_next U_ICU_ENTRY_POINT_RENAME(unorm_next) michael@0: #define unorm_normalize U_ICU_ENTRY_POINT_RENAME(unorm_normalize) michael@0: #define unorm_openIter U_ICU_ENTRY_POINT_RENAME(unorm_openIter) michael@0: #define unorm_previous U_ICU_ENTRY_POINT_RENAME(unorm_previous) michael@0: #define unorm_quickCheck U_ICU_ENTRY_POINT_RENAME(unorm_quickCheck) michael@0: #define unorm_quickCheckWithOptions U_ICU_ENTRY_POINT_RENAME(unorm_quickCheckWithOptions) michael@0: #define unorm_setIter U_ICU_ENTRY_POINT_RENAME(unorm_setIter) michael@0: #define unum_applyPattern U_ICU_ENTRY_POINT_RENAME(unum_applyPattern) michael@0: #define unum_clone U_ICU_ENTRY_POINT_RENAME(unum_clone) michael@0: #define unum_close U_ICU_ENTRY_POINT_RENAME(unum_close) michael@0: #define unum_countAvailable U_ICU_ENTRY_POINT_RENAME(unum_countAvailable) michael@0: #define unum_format U_ICU_ENTRY_POINT_RENAME(unum_format) michael@0: #define unum_formatDecimal U_ICU_ENTRY_POINT_RENAME(unum_formatDecimal) michael@0: #define unum_formatDouble U_ICU_ENTRY_POINT_RENAME(unum_formatDouble) michael@0: #define unum_formatDoubleCurrency U_ICU_ENTRY_POINT_RENAME(unum_formatDoubleCurrency) michael@0: #define unum_formatInt64 U_ICU_ENTRY_POINT_RENAME(unum_formatInt64) michael@0: #define unum_formatUFormattable U_ICU_ENTRY_POINT_RENAME(unum_formatUFormattable) michael@0: #define unum_getAttribute U_ICU_ENTRY_POINT_RENAME(unum_getAttribute) michael@0: #define unum_getAvailable U_ICU_ENTRY_POINT_RENAME(unum_getAvailable) michael@0: #define unum_getDoubleAttribute U_ICU_ENTRY_POINT_RENAME(unum_getDoubleAttribute) michael@0: #define unum_getLocaleByType U_ICU_ENTRY_POINT_RENAME(unum_getLocaleByType) michael@0: #define unum_getSymbol U_ICU_ENTRY_POINT_RENAME(unum_getSymbol) michael@0: #define unum_getTextAttribute U_ICU_ENTRY_POINT_RENAME(unum_getTextAttribute) michael@0: #define unum_open U_ICU_ENTRY_POINT_RENAME(unum_open) michael@0: #define unum_parse U_ICU_ENTRY_POINT_RENAME(unum_parse) michael@0: #define unum_parseDecimal U_ICU_ENTRY_POINT_RENAME(unum_parseDecimal) michael@0: #define unum_parseDouble U_ICU_ENTRY_POINT_RENAME(unum_parseDouble) michael@0: #define unum_parseDoubleCurrency U_ICU_ENTRY_POINT_RENAME(unum_parseDoubleCurrency) michael@0: #define unum_parseInt64 U_ICU_ENTRY_POINT_RENAME(unum_parseInt64) michael@0: #define unum_parseToUFormattable U_ICU_ENTRY_POINT_RENAME(unum_parseToUFormattable) michael@0: #define unum_setAttribute U_ICU_ENTRY_POINT_RENAME(unum_setAttribute) michael@0: #define unum_setDoubleAttribute U_ICU_ENTRY_POINT_RENAME(unum_setDoubleAttribute) michael@0: #define unum_setSymbol U_ICU_ENTRY_POINT_RENAME(unum_setSymbol) michael@0: #define unum_setTextAttribute U_ICU_ENTRY_POINT_RENAME(unum_setTextAttribute) michael@0: #define unum_toPattern U_ICU_ENTRY_POINT_RENAME(unum_toPattern) michael@0: #define unumsys_close U_ICU_ENTRY_POINT_RENAME(unumsys_close) michael@0: #define unumsys_getDescription U_ICU_ENTRY_POINT_RENAME(unumsys_getDescription) michael@0: #define unumsys_getName U_ICU_ENTRY_POINT_RENAME(unumsys_getName) michael@0: #define unumsys_getRadix U_ICU_ENTRY_POINT_RENAME(unumsys_getRadix) michael@0: #define unumsys_isAlgorithmic U_ICU_ENTRY_POINT_RENAME(unumsys_isAlgorithmic) michael@0: #define unumsys_open U_ICU_ENTRY_POINT_RENAME(unumsys_open) michael@0: #define unumsys_openAvailableNames U_ICU_ENTRY_POINT_RENAME(unumsys_openAvailableNames) michael@0: #define unumsys_openByName U_ICU_ENTRY_POINT_RENAME(unumsys_openByName) michael@0: #define uplrules_close U_ICU_ENTRY_POINT_RENAME(uplrules_close) michael@0: #define uplrules_open U_ICU_ENTRY_POINT_RENAME(uplrules_open) michael@0: #define uplrules_openForType U_ICU_ENTRY_POINT_RENAME(uplrules_openForType) michael@0: #define uplrules_select U_ICU_ENTRY_POINT_RENAME(uplrules_select) michael@0: #define uplug_closeLibrary U_ICU_ENTRY_POINT_RENAME(uplug_closeLibrary) michael@0: #define uplug_findLibrary U_ICU_ENTRY_POINT_RENAME(uplug_findLibrary) michael@0: #define uplug_getConfiguration U_ICU_ENTRY_POINT_RENAME(uplug_getConfiguration) michael@0: #define uplug_getContext U_ICU_ENTRY_POINT_RENAME(uplug_getContext) michael@0: #define uplug_getCurrentLevel U_ICU_ENTRY_POINT_RENAME(uplug_getCurrentLevel) michael@0: #define uplug_getLibrary U_ICU_ENTRY_POINT_RENAME(uplug_getLibrary) michael@0: #define uplug_getLibraryName U_ICU_ENTRY_POINT_RENAME(uplug_getLibraryName) michael@0: #define uplug_getPlugInternal U_ICU_ENTRY_POINT_RENAME(uplug_getPlugInternal) michael@0: #define uplug_getPlugLevel U_ICU_ENTRY_POINT_RENAME(uplug_getPlugLevel) michael@0: #define uplug_getPlugLoadStatus U_ICU_ENTRY_POINT_RENAME(uplug_getPlugLoadStatus) michael@0: #define uplug_getPlugName U_ICU_ENTRY_POINT_RENAME(uplug_getPlugName) michael@0: #define uplug_getPluginFile U_ICU_ENTRY_POINT_RENAME(uplug_getPluginFile) michael@0: #define uplug_getSymbolName U_ICU_ENTRY_POINT_RENAME(uplug_getSymbolName) michael@0: #define uplug_init U_ICU_ENTRY_POINT_RENAME(uplug_init) michael@0: #define uplug_loadPlugFromEntrypoint U_ICU_ENTRY_POINT_RENAME(uplug_loadPlugFromEntrypoint) michael@0: #define uplug_loadPlugFromLibrary U_ICU_ENTRY_POINT_RENAME(uplug_loadPlugFromLibrary) michael@0: #define uplug_nextPlug U_ICU_ENTRY_POINT_RENAME(uplug_nextPlug) michael@0: #define uplug_openLibrary U_ICU_ENTRY_POINT_RENAME(uplug_openLibrary) michael@0: #define uplug_removePlug U_ICU_ENTRY_POINT_RENAME(uplug_removePlug) michael@0: #define uplug_setContext U_ICU_ENTRY_POINT_RENAME(uplug_setContext) michael@0: #define uplug_setPlugLevel U_ICU_ENTRY_POINT_RENAME(uplug_setPlugLevel) michael@0: #define uplug_setPlugName U_ICU_ENTRY_POINT_RENAME(uplug_setPlugName) michael@0: #define uplug_setPlugNoUnload U_ICU_ENTRY_POINT_RENAME(uplug_setPlugNoUnload) michael@0: #define uprops_getSource U_ICU_ENTRY_POINT_RENAME(uprops_getSource) michael@0: #define upropsvec_addPropertyStarts U_ICU_ENTRY_POINT_RENAME(upropsvec_addPropertyStarts) michael@0: #define uprv_aestrncpy U_ICU_ENTRY_POINT_RENAME(uprv_aestrncpy) michael@0: #define uprv_asciiFromEbcdic U_ICU_ENTRY_POINT_RENAME(uprv_asciiFromEbcdic) michael@0: #define uprv_asciitolower U_ICU_ENTRY_POINT_RENAME(uprv_asciitolower) michael@0: #define uprv_calloc U_ICU_ENTRY_POINT_RENAME(uprv_calloc) michael@0: #define uprv_ceil U_ICU_ENTRY_POINT_RENAME(uprv_ceil) michael@0: #define uprv_cnttab_addContraction U_ICU_ENTRY_POINT_RENAME(uprv_cnttab_addContraction) michael@0: #define uprv_cnttab_changeContraction U_ICU_ENTRY_POINT_RENAME(uprv_cnttab_changeContraction) michael@0: #define uprv_cnttab_changeLastCE U_ICU_ENTRY_POINT_RENAME(uprv_cnttab_changeLastCE) michael@0: #define uprv_cnttab_clone U_ICU_ENTRY_POINT_RENAME(uprv_cnttab_clone) michael@0: #define uprv_cnttab_close U_ICU_ENTRY_POINT_RENAME(uprv_cnttab_close) michael@0: #define uprv_cnttab_constructTable U_ICU_ENTRY_POINT_RENAME(uprv_cnttab_constructTable) michael@0: #define uprv_cnttab_findCE U_ICU_ENTRY_POINT_RENAME(uprv_cnttab_findCE) michael@0: #define uprv_cnttab_findCP U_ICU_ENTRY_POINT_RENAME(uprv_cnttab_findCP) michael@0: #define uprv_cnttab_getCE U_ICU_ENTRY_POINT_RENAME(uprv_cnttab_getCE) michael@0: #define uprv_cnttab_insertContraction U_ICU_ENTRY_POINT_RENAME(uprv_cnttab_insertContraction) michael@0: #define uprv_cnttab_isTailored U_ICU_ENTRY_POINT_RENAME(uprv_cnttab_isTailored) michael@0: #define uprv_cnttab_open U_ICU_ENTRY_POINT_RENAME(uprv_cnttab_open) michael@0: #define uprv_cnttab_setContraction U_ICU_ENTRY_POINT_RENAME(uprv_cnttab_setContraction) michael@0: #define uprv_collIterateAtEnd U_ICU_ENTRY_POINT_RENAME(uprv_collIterateAtEnd) michael@0: #define uprv_compareASCIIPropertyNames U_ICU_ENTRY_POINT_RENAME(uprv_compareASCIIPropertyNames) michael@0: #define uprv_compareEBCDICPropertyNames U_ICU_ENTRY_POINT_RENAME(uprv_compareEBCDICPropertyNames) michael@0: #define uprv_compareInvAscii U_ICU_ENTRY_POINT_RENAME(uprv_compareInvAscii) michael@0: #define uprv_compareInvEbcdic U_ICU_ENTRY_POINT_RENAME(uprv_compareInvEbcdic) michael@0: #define uprv_compareInvEbcdicAsAscii U_ICU_ENTRY_POINT_RENAME(uprv_compareInvEbcdicAsAscii) michael@0: #define uprv_convertToLCID U_ICU_ENTRY_POINT_RENAME(uprv_convertToLCID) michael@0: #define uprv_convertToPosix U_ICU_ENTRY_POINT_RENAME(uprv_convertToPosix) michael@0: #define uprv_copyAscii U_ICU_ENTRY_POINT_RENAME(uprv_copyAscii) michael@0: #define uprv_copyEbcdic U_ICU_ENTRY_POINT_RENAME(uprv_copyEbcdic) michael@0: #define uprv_decContextClearStatus U_ICU_ENTRY_POINT_RENAME(uprv_decContextClearStatus) michael@0: #define uprv_decContextDefault U_ICU_ENTRY_POINT_RENAME(uprv_decContextDefault) michael@0: #define uprv_decContextGetRounding U_ICU_ENTRY_POINT_RENAME(uprv_decContextGetRounding) michael@0: #define uprv_decContextGetStatus U_ICU_ENTRY_POINT_RENAME(uprv_decContextGetStatus) michael@0: #define uprv_decContextRestoreStatus U_ICU_ENTRY_POINT_RENAME(uprv_decContextRestoreStatus) michael@0: #define uprv_decContextSaveStatus U_ICU_ENTRY_POINT_RENAME(uprv_decContextSaveStatus) michael@0: #define uprv_decContextSetRounding U_ICU_ENTRY_POINT_RENAME(uprv_decContextSetRounding) michael@0: #define uprv_decContextSetStatus U_ICU_ENTRY_POINT_RENAME(uprv_decContextSetStatus) michael@0: #define uprv_decContextSetStatusFromString U_ICU_ENTRY_POINT_RENAME(uprv_decContextSetStatusFromString) michael@0: #define uprv_decContextSetStatusFromStringQuiet U_ICU_ENTRY_POINT_RENAME(uprv_decContextSetStatusFromStringQuiet) michael@0: #define uprv_decContextSetStatusQuiet U_ICU_ENTRY_POINT_RENAME(uprv_decContextSetStatusQuiet) michael@0: #define uprv_decContextStatusToString U_ICU_ENTRY_POINT_RENAME(uprv_decContextStatusToString) michael@0: #define uprv_decContextTestSavedStatus U_ICU_ENTRY_POINT_RENAME(uprv_decContextTestSavedStatus) michael@0: #define uprv_decContextTestStatus U_ICU_ENTRY_POINT_RENAME(uprv_decContextTestStatus) michael@0: #define uprv_decContextZeroStatus U_ICU_ENTRY_POINT_RENAME(uprv_decContextZeroStatus) michael@0: #define uprv_decNumberAbs U_ICU_ENTRY_POINT_RENAME(uprv_decNumberAbs) michael@0: #define uprv_decNumberAdd U_ICU_ENTRY_POINT_RENAME(uprv_decNumberAdd) michael@0: #define uprv_decNumberAnd U_ICU_ENTRY_POINT_RENAME(uprv_decNumberAnd) michael@0: #define uprv_decNumberClass U_ICU_ENTRY_POINT_RENAME(uprv_decNumberClass) michael@0: #define uprv_decNumberClassToString U_ICU_ENTRY_POINT_RENAME(uprv_decNumberClassToString) michael@0: #define uprv_decNumberCompare U_ICU_ENTRY_POINT_RENAME(uprv_decNumberCompare) michael@0: #define uprv_decNumberCompareSignal U_ICU_ENTRY_POINT_RENAME(uprv_decNumberCompareSignal) michael@0: #define uprv_decNumberCompareTotal U_ICU_ENTRY_POINT_RENAME(uprv_decNumberCompareTotal) michael@0: #define uprv_decNumberCompareTotalMag U_ICU_ENTRY_POINT_RENAME(uprv_decNumberCompareTotalMag) michael@0: #define uprv_decNumberCopy U_ICU_ENTRY_POINT_RENAME(uprv_decNumberCopy) michael@0: #define uprv_decNumberCopyAbs U_ICU_ENTRY_POINT_RENAME(uprv_decNumberCopyAbs) michael@0: #define uprv_decNumberCopyNegate U_ICU_ENTRY_POINT_RENAME(uprv_decNumberCopyNegate) michael@0: #define uprv_decNumberCopySign U_ICU_ENTRY_POINT_RENAME(uprv_decNumberCopySign) michael@0: #define uprv_decNumberDivide U_ICU_ENTRY_POINT_RENAME(uprv_decNumberDivide) michael@0: #define uprv_decNumberDivideInteger U_ICU_ENTRY_POINT_RENAME(uprv_decNumberDivideInteger) michael@0: #define uprv_decNumberExp U_ICU_ENTRY_POINT_RENAME(uprv_decNumberExp) michael@0: #define uprv_decNumberFMA U_ICU_ENTRY_POINT_RENAME(uprv_decNumberFMA) michael@0: #define uprv_decNumberFromInt32 U_ICU_ENTRY_POINT_RENAME(uprv_decNumberFromInt32) michael@0: #define uprv_decNumberFromString U_ICU_ENTRY_POINT_RENAME(uprv_decNumberFromString) michael@0: #define uprv_decNumberFromUInt32 U_ICU_ENTRY_POINT_RENAME(uprv_decNumberFromUInt32) michael@0: #define uprv_decNumberGetBCD U_ICU_ENTRY_POINT_RENAME(uprv_decNumberGetBCD) michael@0: #define uprv_decNumberInvert U_ICU_ENTRY_POINT_RENAME(uprv_decNumberInvert) michael@0: #define uprv_decNumberIsNormal U_ICU_ENTRY_POINT_RENAME(uprv_decNumberIsNormal) michael@0: #define uprv_decNumberIsSubnormal U_ICU_ENTRY_POINT_RENAME(uprv_decNumberIsSubnormal) michael@0: #define uprv_decNumberLn U_ICU_ENTRY_POINT_RENAME(uprv_decNumberLn) michael@0: #define uprv_decNumberLog10 U_ICU_ENTRY_POINT_RENAME(uprv_decNumberLog10) michael@0: #define uprv_decNumberLogB U_ICU_ENTRY_POINT_RENAME(uprv_decNumberLogB) michael@0: #define uprv_decNumberMax U_ICU_ENTRY_POINT_RENAME(uprv_decNumberMax) michael@0: #define uprv_decNumberMaxMag U_ICU_ENTRY_POINT_RENAME(uprv_decNumberMaxMag) michael@0: #define uprv_decNumberMin U_ICU_ENTRY_POINT_RENAME(uprv_decNumberMin) michael@0: #define uprv_decNumberMinMag U_ICU_ENTRY_POINT_RENAME(uprv_decNumberMinMag) michael@0: #define uprv_decNumberMinus U_ICU_ENTRY_POINT_RENAME(uprv_decNumberMinus) michael@0: #define uprv_decNumberMultiply U_ICU_ENTRY_POINT_RENAME(uprv_decNumberMultiply) michael@0: #define uprv_decNumberNextMinus U_ICU_ENTRY_POINT_RENAME(uprv_decNumberNextMinus) michael@0: #define uprv_decNumberNextPlus U_ICU_ENTRY_POINT_RENAME(uprv_decNumberNextPlus) michael@0: #define uprv_decNumberNextToward U_ICU_ENTRY_POINT_RENAME(uprv_decNumberNextToward) michael@0: #define uprv_decNumberNormalize U_ICU_ENTRY_POINT_RENAME(uprv_decNumberNormalize) michael@0: #define uprv_decNumberOr U_ICU_ENTRY_POINT_RENAME(uprv_decNumberOr) michael@0: #define uprv_decNumberPlus U_ICU_ENTRY_POINT_RENAME(uprv_decNumberPlus) michael@0: #define uprv_decNumberPower U_ICU_ENTRY_POINT_RENAME(uprv_decNumberPower) michael@0: #define uprv_decNumberQuantize U_ICU_ENTRY_POINT_RENAME(uprv_decNumberQuantize) michael@0: #define uprv_decNumberReduce U_ICU_ENTRY_POINT_RENAME(uprv_decNumberReduce) michael@0: #define uprv_decNumberRemainder U_ICU_ENTRY_POINT_RENAME(uprv_decNumberRemainder) michael@0: #define uprv_decNumberRemainderNear U_ICU_ENTRY_POINT_RENAME(uprv_decNumberRemainderNear) michael@0: #define uprv_decNumberRescale U_ICU_ENTRY_POINT_RENAME(uprv_decNumberRescale) michael@0: #define uprv_decNumberRotate U_ICU_ENTRY_POINT_RENAME(uprv_decNumberRotate) michael@0: #define uprv_decNumberSameQuantum U_ICU_ENTRY_POINT_RENAME(uprv_decNumberSameQuantum) michael@0: #define uprv_decNumberScaleB U_ICU_ENTRY_POINT_RENAME(uprv_decNumberScaleB) michael@0: #define uprv_decNumberSetBCD U_ICU_ENTRY_POINT_RENAME(uprv_decNumberSetBCD) michael@0: #define uprv_decNumberShift U_ICU_ENTRY_POINT_RENAME(uprv_decNumberShift) michael@0: #define uprv_decNumberSquareRoot U_ICU_ENTRY_POINT_RENAME(uprv_decNumberSquareRoot) michael@0: #define uprv_decNumberSubtract U_ICU_ENTRY_POINT_RENAME(uprv_decNumberSubtract) michael@0: #define uprv_decNumberToEngString U_ICU_ENTRY_POINT_RENAME(uprv_decNumberToEngString) michael@0: #define uprv_decNumberToInt32 U_ICU_ENTRY_POINT_RENAME(uprv_decNumberToInt32) michael@0: #define uprv_decNumberToIntegralExact U_ICU_ENTRY_POINT_RENAME(uprv_decNumberToIntegralExact) michael@0: #define uprv_decNumberToIntegralValue U_ICU_ENTRY_POINT_RENAME(uprv_decNumberToIntegralValue) michael@0: #define uprv_decNumberToString U_ICU_ENTRY_POINT_RENAME(uprv_decNumberToString) michael@0: #define uprv_decNumberToUInt32 U_ICU_ENTRY_POINT_RENAME(uprv_decNumberToUInt32) michael@0: #define uprv_decNumberTrim U_ICU_ENTRY_POINT_RENAME(uprv_decNumberTrim) michael@0: #define uprv_decNumberVersion U_ICU_ENTRY_POINT_RENAME(uprv_decNumberVersion) michael@0: #define uprv_decNumberXor U_ICU_ENTRY_POINT_RENAME(uprv_decNumberXor) michael@0: #define uprv_decNumberZero U_ICU_ENTRY_POINT_RENAME(uprv_decNumberZero) michael@0: #define uprv_deleteUObject U_ICU_ENTRY_POINT_RENAME(uprv_deleteUObject) michael@0: #define uprv_delete_collIterate U_ICU_ENTRY_POINT_RENAME(uprv_delete_collIterate) michael@0: #define uprv_dl_close U_ICU_ENTRY_POINT_RENAME(uprv_dl_close) michael@0: #define uprv_dl_open U_ICU_ENTRY_POINT_RENAME(uprv_dl_open) michael@0: #define uprv_dlsym_func U_ICU_ENTRY_POINT_RENAME(uprv_dlsym_func) michael@0: #define uprv_eastrncpy U_ICU_ENTRY_POINT_RENAME(uprv_eastrncpy) michael@0: #define uprv_ebcdicFromAscii U_ICU_ENTRY_POINT_RENAME(uprv_ebcdicFromAscii) michael@0: #define uprv_ebcdicToLowercaseAscii U_ICU_ENTRY_POINT_RENAME(uprv_ebcdicToLowercaseAscii) michael@0: #define uprv_ebcdictolower U_ICU_ENTRY_POINT_RENAME(uprv_ebcdictolower) michael@0: #define uprv_fabs U_ICU_ENTRY_POINT_RENAME(uprv_fabs) michael@0: #define uprv_floor U_ICU_ENTRY_POINT_RENAME(uprv_floor) michael@0: #define uprv_fmax U_ICU_ENTRY_POINT_RENAME(uprv_fmax) michael@0: #define uprv_fmin U_ICU_ENTRY_POINT_RENAME(uprv_fmin) michael@0: #define uprv_fmod U_ICU_ENTRY_POINT_RENAME(uprv_fmod) michael@0: #define uprv_free U_ICU_ENTRY_POINT_RENAME(uprv_free) michael@0: #define uprv_getCharNameCharacters U_ICU_ENTRY_POINT_RENAME(uprv_getCharNameCharacters) michael@0: #define uprv_getDefaultCodepage U_ICU_ENTRY_POINT_RENAME(uprv_getDefaultCodepage) michael@0: #define uprv_getDefaultLocaleID U_ICU_ENTRY_POINT_RENAME(uprv_getDefaultLocaleID) michael@0: #define uprv_getInfinity U_ICU_ENTRY_POINT_RENAME(uprv_getInfinity) michael@0: #define uprv_getMaxCharNameLength U_ICU_ENTRY_POINT_RENAME(uprv_getMaxCharNameLength) michael@0: #define uprv_getMaxValues U_ICU_ENTRY_POINT_RENAME(uprv_getMaxValues) michael@0: #define uprv_getNaN U_ICU_ENTRY_POINT_RENAME(uprv_getNaN) michael@0: #define uprv_getRawUTCtime U_ICU_ENTRY_POINT_RENAME(uprv_getRawUTCtime) michael@0: #define uprv_getStaticCurrencyName U_ICU_ENTRY_POINT_RENAME(uprv_getStaticCurrencyName) michael@0: #define uprv_getUTCtime U_ICU_ENTRY_POINT_RENAME(uprv_getUTCtime) michael@0: #define uprv_haveProperties U_ICU_ENTRY_POINT_RENAME(uprv_haveProperties) michael@0: #define uprv_init_collIterate U_ICU_ENTRY_POINT_RENAME(uprv_init_collIterate) michael@0: #define uprv_init_pce U_ICU_ENTRY_POINT_RENAME(uprv_init_pce) michael@0: #define uprv_int32Comparator U_ICU_ENTRY_POINT_RENAME(uprv_int32Comparator) michael@0: #define uprv_isASCIILetter U_ICU_ENTRY_POINT_RENAME(uprv_isASCIILetter) michael@0: #define uprv_isInfinite U_ICU_ENTRY_POINT_RENAME(uprv_isInfinite) michael@0: #define uprv_isInvariantString U_ICU_ENTRY_POINT_RENAME(uprv_isInvariantString) michael@0: #define uprv_isInvariantUString U_ICU_ENTRY_POINT_RENAME(uprv_isInvariantUString) michael@0: #define uprv_isNaN U_ICU_ENTRY_POINT_RENAME(uprv_isNaN) michael@0: #define uprv_isNegativeInfinity U_ICU_ENTRY_POINT_RENAME(uprv_isNegativeInfinity) michael@0: #define uprv_isPositiveInfinity U_ICU_ENTRY_POINT_RENAME(uprv_isPositiveInfinity) michael@0: #define uprv_itou U_ICU_ENTRY_POINT_RENAME(uprv_itou) michael@0: #define uprv_log U_ICU_ENTRY_POINT_RENAME(uprv_log) michael@0: #define uprv_malloc U_ICU_ENTRY_POINT_RENAME(uprv_malloc) michael@0: #define uprv_mapFile U_ICU_ENTRY_POINT_RENAME(uprv_mapFile) michael@0: #define uprv_max U_ICU_ENTRY_POINT_RENAME(uprv_max) michael@0: #define uprv_maxMantissa U_ICU_ENTRY_POINT_RENAME(uprv_maxMantissa) michael@0: #define uprv_maximumPtr U_ICU_ENTRY_POINT_RENAME(uprv_maximumPtr) michael@0: #define uprv_min U_ICU_ENTRY_POINT_RENAME(uprv_min) michael@0: #define uprv_modf U_ICU_ENTRY_POINT_RENAME(uprv_modf) michael@0: #define uprv_new_collIterate U_ICU_ENTRY_POINT_RENAME(uprv_new_collIterate) michael@0: #define uprv_parseCurrency U_ICU_ENTRY_POINT_RENAME(uprv_parseCurrency) michael@0: #define uprv_pathIsAbsolute U_ICU_ENTRY_POINT_RENAME(uprv_pathIsAbsolute) michael@0: #define uprv_pow U_ICU_ENTRY_POINT_RENAME(uprv_pow) michael@0: #define uprv_pow10 U_ICU_ENTRY_POINT_RENAME(uprv_pow10) michael@0: #define uprv_realloc U_ICU_ENTRY_POINT_RENAME(uprv_realloc) michael@0: #define uprv_round U_ICU_ENTRY_POINT_RENAME(uprv_round) michael@0: #define uprv_sortArray U_ICU_ENTRY_POINT_RENAME(uprv_sortArray) michael@0: #define uprv_stableBinarySearch U_ICU_ENTRY_POINT_RENAME(uprv_stableBinarySearch) michael@0: #define uprv_strCompare U_ICU_ENTRY_POINT_RENAME(uprv_strCompare) michael@0: #define uprv_strdup U_ICU_ENTRY_POINT_RENAME(uprv_strdup) michael@0: #define uprv_stricmp U_ICU_ENTRY_POINT_RENAME(uprv_stricmp) michael@0: #define uprv_strndup U_ICU_ENTRY_POINT_RENAME(uprv_strndup) michael@0: #define uprv_strnicmp U_ICU_ENTRY_POINT_RENAME(uprv_strnicmp) michael@0: #define uprv_syntaxError U_ICU_ENTRY_POINT_RENAME(uprv_syntaxError) michael@0: #define uprv_timezone U_ICU_ENTRY_POINT_RENAME(uprv_timezone) michael@0: #define uprv_toupper U_ICU_ENTRY_POINT_RENAME(uprv_toupper) michael@0: #define uprv_trunc U_ICU_ENTRY_POINT_RENAME(uprv_trunc) michael@0: #define uprv_tzname U_ICU_ENTRY_POINT_RENAME(uprv_tzname) michael@0: #define uprv_tzset U_ICU_ENTRY_POINT_RENAME(uprv_tzset) michael@0: #define uprv_uca_addAnElement U_ICU_ENTRY_POINT_RENAME(uprv_uca_addAnElement) michael@0: #define uprv_uca_assembleTable U_ICU_ENTRY_POINT_RENAME(uprv_uca_assembleTable) michael@0: #define uprv_uca_canonicalClosure U_ICU_ENTRY_POINT_RENAME(uprv_uca_canonicalClosure) michael@0: #define uprv_uca_closeTempTable U_ICU_ENTRY_POINT_RENAME(uprv_uca_closeTempTable) michael@0: #define uprv_uca_getCodePointFromRaw U_ICU_ENTRY_POINT_RENAME(uprv_uca_getCodePointFromRaw) michael@0: #define uprv_uca_getImplicitFromRaw U_ICU_ENTRY_POINT_RENAME(uprv_uca_getImplicitFromRaw) michael@0: #define uprv_uca_getRawFromCodePoint U_ICU_ENTRY_POINT_RENAME(uprv_uca_getRawFromCodePoint) michael@0: #define uprv_uca_getRawFromImplicit U_ICU_ENTRY_POINT_RENAME(uprv_uca_getRawFromImplicit) michael@0: #define uprv_uca_initImplicitConstants U_ICU_ENTRY_POINT_RENAME(uprv_uca_initImplicitConstants) michael@0: #define uprv_uca_initTempTable U_ICU_ENTRY_POINT_RENAME(uprv_uca_initTempTable) michael@0: #define uprv_uint16Comparator U_ICU_ENTRY_POINT_RENAME(uprv_uint16Comparator) michael@0: #define uprv_uint32Comparator U_ICU_ENTRY_POINT_RENAME(uprv_uint32Comparator) michael@0: #define uprv_unmapFile U_ICU_ENTRY_POINT_RENAME(uprv_unmapFile) michael@0: #define upvec_cloneArray U_ICU_ENTRY_POINT_RENAME(upvec_cloneArray) michael@0: #define upvec_close U_ICU_ENTRY_POINT_RENAME(upvec_close) michael@0: #define upvec_compact U_ICU_ENTRY_POINT_RENAME(upvec_compact) michael@0: #define upvec_compactToUTrie2Handler U_ICU_ENTRY_POINT_RENAME(upvec_compactToUTrie2Handler) michael@0: #define upvec_compactToUTrie2WithRowIndexes U_ICU_ENTRY_POINT_RENAME(upvec_compactToUTrie2WithRowIndexes) michael@0: #define upvec_getArray U_ICU_ENTRY_POINT_RENAME(upvec_getArray) michael@0: #define upvec_getRow U_ICU_ENTRY_POINT_RENAME(upvec_getRow) michael@0: #define upvec_getValue U_ICU_ENTRY_POINT_RENAME(upvec_getValue) michael@0: #define upvec_open U_ICU_ENTRY_POINT_RENAME(upvec_open) michael@0: #define upvec_setValue U_ICU_ENTRY_POINT_RENAME(upvec_setValue) michael@0: #define uregex_appendReplacement U_ICU_ENTRY_POINT_RENAME(uregex_appendReplacement) michael@0: #define uregex_appendReplacementUText U_ICU_ENTRY_POINT_RENAME(uregex_appendReplacementUText) michael@0: #define uregex_appendTail U_ICU_ENTRY_POINT_RENAME(uregex_appendTail) michael@0: #define uregex_appendTailUText U_ICU_ENTRY_POINT_RENAME(uregex_appendTailUText) michael@0: #define uregex_clone U_ICU_ENTRY_POINT_RENAME(uregex_clone) michael@0: #define uregex_close U_ICU_ENTRY_POINT_RENAME(uregex_close) michael@0: #define uregex_end U_ICU_ENTRY_POINT_RENAME(uregex_end) michael@0: #define uregex_end64 U_ICU_ENTRY_POINT_RENAME(uregex_end64) michael@0: #define uregex_find U_ICU_ENTRY_POINT_RENAME(uregex_find) michael@0: #define uregex_find64 U_ICU_ENTRY_POINT_RENAME(uregex_find64) michael@0: #define uregex_findNext U_ICU_ENTRY_POINT_RENAME(uregex_findNext) michael@0: #define uregex_flags U_ICU_ENTRY_POINT_RENAME(uregex_flags) michael@0: #define uregex_getFindProgressCallback U_ICU_ENTRY_POINT_RENAME(uregex_getFindProgressCallback) michael@0: #define uregex_getMatchCallback U_ICU_ENTRY_POINT_RENAME(uregex_getMatchCallback) michael@0: #define uregex_getStackLimit U_ICU_ENTRY_POINT_RENAME(uregex_getStackLimit) michael@0: #define uregex_getText U_ICU_ENTRY_POINT_RENAME(uregex_getText) michael@0: #define uregex_getTimeLimit U_ICU_ENTRY_POINT_RENAME(uregex_getTimeLimit) michael@0: #define uregex_getUText U_ICU_ENTRY_POINT_RENAME(uregex_getUText) michael@0: #define uregex_group U_ICU_ENTRY_POINT_RENAME(uregex_group) michael@0: #define uregex_groupCount U_ICU_ENTRY_POINT_RENAME(uregex_groupCount) michael@0: #define uregex_groupUText U_ICU_ENTRY_POINT_RENAME(uregex_groupUText) michael@0: #define uregex_groupUTextDeep U_ICU_ENTRY_POINT_RENAME(uregex_groupUTextDeep) michael@0: #define uregex_hasAnchoringBounds U_ICU_ENTRY_POINT_RENAME(uregex_hasAnchoringBounds) michael@0: #define uregex_hasTransparentBounds U_ICU_ENTRY_POINT_RENAME(uregex_hasTransparentBounds) michael@0: #define uregex_hitEnd U_ICU_ENTRY_POINT_RENAME(uregex_hitEnd) michael@0: #define uregex_lookingAt U_ICU_ENTRY_POINT_RENAME(uregex_lookingAt) michael@0: #define uregex_lookingAt64 U_ICU_ENTRY_POINT_RENAME(uregex_lookingAt64) michael@0: #define uregex_matches U_ICU_ENTRY_POINT_RENAME(uregex_matches) michael@0: #define uregex_matches64 U_ICU_ENTRY_POINT_RENAME(uregex_matches64) michael@0: #define uregex_open U_ICU_ENTRY_POINT_RENAME(uregex_open) michael@0: #define uregex_openC U_ICU_ENTRY_POINT_RENAME(uregex_openC) michael@0: #define uregex_openUText U_ICU_ENTRY_POINT_RENAME(uregex_openUText) michael@0: #define uregex_pattern U_ICU_ENTRY_POINT_RENAME(uregex_pattern) michael@0: #define uregex_patternUText U_ICU_ENTRY_POINT_RENAME(uregex_patternUText) michael@0: #define uregex_refreshUText U_ICU_ENTRY_POINT_RENAME(uregex_refreshUText) michael@0: #define uregex_regionEnd U_ICU_ENTRY_POINT_RENAME(uregex_regionEnd) michael@0: #define uregex_regionEnd64 U_ICU_ENTRY_POINT_RENAME(uregex_regionEnd64) michael@0: #define uregex_regionStart U_ICU_ENTRY_POINT_RENAME(uregex_regionStart) michael@0: #define uregex_regionStart64 U_ICU_ENTRY_POINT_RENAME(uregex_regionStart64) michael@0: #define uregex_replaceAll U_ICU_ENTRY_POINT_RENAME(uregex_replaceAll) michael@0: #define uregex_replaceAllUText U_ICU_ENTRY_POINT_RENAME(uregex_replaceAllUText) michael@0: #define uregex_replaceFirst U_ICU_ENTRY_POINT_RENAME(uregex_replaceFirst) michael@0: #define uregex_replaceFirstUText U_ICU_ENTRY_POINT_RENAME(uregex_replaceFirstUText) michael@0: #define uregex_requireEnd U_ICU_ENTRY_POINT_RENAME(uregex_requireEnd) michael@0: #define uregex_reset U_ICU_ENTRY_POINT_RENAME(uregex_reset) michael@0: #define uregex_reset64 U_ICU_ENTRY_POINT_RENAME(uregex_reset64) michael@0: #define uregex_setFindProgressCallback U_ICU_ENTRY_POINT_RENAME(uregex_setFindProgressCallback) michael@0: #define uregex_setMatchCallback U_ICU_ENTRY_POINT_RENAME(uregex_setMatchCallback) michael@0: #define uregex_setRegion U_ICU_ENTRY_POINT_RENAME(uregex_setRegion) michael@0: #define uregex_setRegion64 U_ICU_ENTRY_POINT_RENAME(uregex_setRegion64) michael@0: #define uregex_setRegionAndStart U_ICU_ENTRY_POINT_RENAME(uregex_setRegionAndStart) michael@0: #define uregex_setStackLimit U_ICU_ENTRY_POINT_RENAME(uregex_setStackLimit) michael@0: #define uregex_setText U_ICU_ENTRY_POINT_RENAME(uregex_setText) michael@0: #define uregex_setTimeLimit U_ICU_ENTRY_POINT_RENAME(uregex_setTimeLimit) michael@0: #define uregex_setUText U_ICU_ENTRY_POINT_RENAME(uregex_setUText) michael@0: #define uregex_split U_ICU_ENTRY_POINT_RENAME(uregex_split) michael@0: #define uregex_splitUText U_ICU_ENTRY_POINT_RENAME(uregex_splitUText) michael@0: #define uregex_start U_ICU_ENTRY_POINT_RENAME(uregex_start) michael@0: #define uregex_start64 U_ICU_ENTRY_POINT_RENAME(uregex_start64) michael@0: #define uregex_ucstr_unescape_charAt U_ICU_ENTRY_POINT_RENAME(uregex_ucstr_unescape_charAt) michael@0: #define uregex_useAnchoringBounds U_ICU_ENTRY_POINT_RENAME(uregex_useAnchoringBounds) michael@0: #define uregex_useTransparentBounds U_ICU_ENTRY_POINT_RENAME(uregex_useTransparentBounds) michael@0: #define uregex_utext_unescape_charAt U_ICU_ENTRY_POINT_RENAME(uregex_utext_unescape_charAt) michael@0: #define uregion_areEqual U_ICU_ENTRY_POINT_RENAME(uregion_areEqual) michael@0: #define uregion_contains U_ICU_ENTRY_POINT_RENAME(uregion_contains) michael@0: #define uregion_getAvailable U_ICU_ENTRY_POINT_RENAME(uregion_getAvailable) michael@0: #define uregion_getContainedRegions U_ICU_ENTRY_POINT_RENAME(uregion_getContainedRegions) michael@0: #define uregion_getContainedRegionsOfType U_ICU_ENTRY_POINT_RENAME(uregion_getContainedRegionsOfType) michael@0: #define uregion_getContainingRegion U_ICU_ENTRY_POINT_RENAME(uregion_getContainingRegion) michael@0: #define uregion_getContainingRegionOfType U_ICU_ENTRY_POINT_RENAME(uregion_getContainingRegionOfType) michael@0: #define uregion_getNumericCode U_ICU_ENTRY_POINT_RENAME(uregion_getNumericCode) michael@0: #define uregion_getPreferredValues U_ICU_ENTRY_POINT_RENAME(uregion_getPreferredValues) michael@0: #define uregion_getRegionCode U_ICU_ENTRY_POINT_RENAME(uregion_getRegionCode) michael@0: #define uregion_getRegionFromCode U_ICU_ENTRY_POINT_RENAME(uregion_getRegionFromCode) michael@0: #define uregion_getRegionFromNumericCode U_ICU_ENTRY_POINT_RENAME(uregion_getRegionFromNumericCode) michael@0: #define uregion_getType U_ICU_ENTRY_POINT_RENAME(uregion_getType) michael@0: #define ures_close U_ICU_ENTRY_POINT_RENAME(ures_close) michael@0: #define ures_copyResb U_ICU_ENTRY_POINT_RENAME(ures_copyResb) michael@0: #define ures_countArrayItems U_ICU_ENTRY_POINT_RENAME(ures_countArrayItems) michael@0: #define ures_findResource U_ICU_ENTRY_POINT_RENAME(ures_findResource) michael@0: #define ures_findSubResource U_ICU_ENTRY_POINT_RENAME(ures_findSubResource) michael@0: #define ures_getBinary U_ICU_ENTRY_POINT_RENAME(ures_getBinary) michael@0: #define ures_getByIndex U_ICU_ENTRY_POINT_RENAME(ures_getByIndex) michael@0: #define ures_getByKey U_ICU_ENTRY_POINT_RENAME(ures_getByKey) michael@0: #define ures_getByKeyWithFallback U_ICU_ENTRY_POINT_RENAME(ures_getByKeyWithFallback) michael@0: #define ures_getFunctionalEquivalent U_ICU_ENTRY_POINT_RENAME(ures_getFunctionalEquivalent) michael@0: #define ures_getInt U_ICU_ENTRY_POINT_RENAME(ures_getInt) michael@0: #define ures_getIntVector U_ICU_ENTRY_POINT_RENAME(ures_getIntVector) michael@0: #define ures_getKey U_ICU_ENTRY_POINT_RENAME(ures_getKey) michael@0: #define ures_getKeywordValues U_ICU_ENTRY_POINT_RENAME(ures_getKeywordValues) michael@0: #define ures_getLocale U_ICU_ENTRY_POINT_RENAME(ures_getLocale) michael@0: #define ures_getLocaleByType U_ICU_ENTRY_POINT_RENAME(ures_getLocaleByType) michael@0: #define ures_getLocaleInternal U_ICU_ENTRY_POINT_RENAME(ures_getLocaleInternal) michael@0: #define ures_getName U_ICU_ENTRY_POINT_RENAME(ures_getName) michael@0: #define ures_getNextResource U_ICU_ENTRY_POINT_RENAME(ures_getNextResource) michael@0: #define ures_getNextString U_ICU_ENTRY_POINT_RENAME(ures_getNextString) michael@0: #define ures_getSize U_ICU_ENTRY_POINT_RENAME(ures_getSize) michael@0: #define ures_getString U_ICU_ENTRY_POINT_RENAME(ures_getString) michael@0: #define ures_getStringByIndex U_ICU_ENTRY_POINT_RENAME(ures_getStringByIndex) michael@0: #define ures_getStringByKey U_ICU_ENTRY_POINT_RENAME(ures_getStringByKey) michael@0: #define ures_getStringByKeyWithFallback U_ICU_ENTRY_POINT_RENAME(ures_getStringByKeyWithFallback) michael@0: #define ures_getType U_ICU_ENTRY_POINT_RENAME(ures_getType) michael@0: #define ures_getUInt U_ICU_ENTRY_POINT_RENAME(ures_getUInt) michael@0: #define ures_getUTF8String U_ICU_ENTRY_POINT_RENAME(ures_getUTF8String) michael@0: #define ures_getUTF8StringByIndex U_ICU_ENTRY_POINT_RENAME(ures_getUTF8StringByIndex) michael@0: #define ures_getUTF8StringByKey U_ICU_ENTRY_POINT_RENAME(ures_getUTF8StringByKey) michael@0: #define ures_getVersion U_ICU_ENTRY_POINT_RENAME(ures_getVersion) michael@0: #define ures_getVersionByKey U_ICU_ENTRY_POINT_RENAME(ures_getVersionByKey) michael@0: #define ures_getVersionNumber U_ICU_ENTRY_POINT_RENAME(ures_getVersionNumber) michael@0: #define ures_getVersionNumberInternal U_ICU_ENTRY_POINT_RENAME(ures_getVersionNumberInternal) michael@0: #define ures_hasNext U_ICU_ENTRY_POINT_RENAME(ures_hasNext) michael@0: #define ures_initStackObject U_ICU_ENTRY_POINT_RENAME(ures_initStackObject) michael@0: #define ures_open U_ICU_ENTRY_POINT_RENAME(ures_open) michael@0: #define ures_openAvailableLocales U_ICU_ENTRY_POINT_RENAME(ures_openAvailableLocales) michael@0: #define ures_openDirect U_ICU_ENTRY_POINT_RENAME(ures_openDirect) michael@0: #define ures_openFillIn U_ICU_ENTRY_POINT_RENAME(ures_openFillIn) michael@0: #define ures_openU U_ICU_ENTRY_POINT_RENAME(ures_openU) michael@0: #define ures_resetIterator U_ICU_ENTRY_POINT_RENAME(ures_resetIterator) michael@0: #define ures_swap U_ICU_ENTRY_POINT_RENAME(ures_swap) michael@0: #define uscript_breaksBetweenLetters U_ICU_ENTRY_POINT_RENAME(uscript_breaksBetweenLetters) michael@0: #define uscript_closeRun U_ICU_ENTRY_POINT_RENAME(uscript_closeRun) michael@0: #define uscript_getCode U_ICU_ENTRY_POINT_RENAME(uscript_getCode) michael@0: #define uscript_getName U_ICU_ENTRY_POINT_RENAME(uscript_getName) michael@0: #define uscript_getSampleString U_ICU_ENTRY_POINT_RENAME(uscript_getSampleString) michael@0: #define uscript_getSampleUnicodeString U_ICU_ENTRY_POINT_RENAME(uscript_getSampleUnicodeString) michael@0: #define uscript_getScript U_ICU_ENTRY_POINT_RENAME(uscript_getScript) michael@0: #define uscript_getScriptExtensions U_ICU_ENTRY_POINT_RENAME(uscript_getScriptExtensions) michael@0: #define uscript_getShortName U_ICU_ENTRY_POINT_RENAME(uscript_getShortName) michael@0: #define uscript_getUsage U_ICU_ENTRY_POINT_RENAME(uscript_getUsage) michael@0: #define uscript_hasScript U_ICU_ENTRY_POINT_RENAME(uscript_hasScript) michael@0: #define uscript_isCased U_ICU_ENTRY_POINT_RENAME(uscript_isCased) michael@0: #define uscript_isRightToLeft U_ICU_ENTRY_POINT_RENAME(uscript_isRightToLeft) michael@0: #define uscript_nextRun U_ICU_ENTRY_POINT_RENAME(uscript_nextRun) michael@0: #define uscript_openRun U_ICU_ENTRY_POINT_RENAME(uscript_openRun) michael@0: #define uscript_resetRun U_ICU_ENTRY_POINT_RENAME(uscript_resetRun) michael@0: #define uscript_setRunText U_ICU_ENTRY_POINT_RENAME(uscript_setRunText) michael@0: #define usearch_close U_ICU_ENTRY_POINT_RENAME(usearch_close) michael@0: #define usearch_first U_ICU_ENTRY_POINT_RENAME(usearch_first) michael@0: #define usearch_following U_ICU_ENTRY_POINT_RENAME(usearch_following) michael@0: #define usearch_getAttribute U_ICU_ENTRY_POINT_RENAME(usearch_getAttribute) michael@0: #define usearch_getBreakIterator U_ICU_ENTRY_POINT_RENAME(usearch_getBreakIterator) michael@0: #define usearch_getCollator U_ICU_ENTRY_POINT_RENAME(usearch_getCollator) michael@0: #define usearch_getMatchedLength U_ICU_ENTRY_POINT_RENAME(usearch_getMatchedLength) michael@0: #define usearch_getMatchedStart U_ICU_ENTRY_POINT_RENAME(usearch_getMatchedStart) michael@0: #define usearch_getMatchedText U_ICU_ENTRY_POINT_RENAME(usearch_getMatchedText) michael@0: #define usearch_getOffset U_ICU_ENTRY_POINT_RENAME(usearch_getOffset) michael@0: #define usearch_getPattern U_ICU_ENTRY_POINT_RENAME(usearch_getPattern) michael@0: #define usearch_getText U_ICU_ENTRY_POINT_RENAME(usearch_getText) michael@0: #define usearch_handleNextCanonical U_ICU_ENTRY_POINT_RENAME(usearch_handleNextCanonical) michael@0: #define usearch_handleNextExact U_ICU_ENTRY_POINT_RENAME(usearch_handleNextExact) michael@0: #define usearch_handlePreviousCanonical U_ICU_ENTRY_POINT_RENAME(usearch_handlePreviousCanonical) michael@0: #define usearch_handlePreviousExact U_ICU_ENTRY_POINT_RENAME(usearch_handlePreviousExact) michael@0: #define usearch_last U_ICU_ENTRY_POINT_RENAME(usearch_last) michael@0: #define usearch_next U_ICU_ENTRY_POINT_RENAME(usearch_next) michael@0: #define usearch_open U_ICU_ENTRY_POINT_RENAME(usearch_open) michael@0: #define usearch_openFromCollator U_ICU_ENTRY_POINT_RENAME(usearch_openFromCollator) michael@0: #define usearch_preceding U_ICU_ENTRY_POINT_RENAME(usearch_preceding) michael@0: #define usearch_previous U_ICU_ENTRY_POINT_RENAME(usearch_previous) michael@0: #define usearch_reset U_ICU_ENTRY_POINT_RENAME(usearch_reset) michael@0: #define usearch_search U_ICU_ENTRY_POINT_RENAME(usearch_search) michael@0: #define usearch_searchBackwards U_ICU_ENTRY_POINT_RENAME(usearch_searchBackwards) michael@0: #define usearch_setAttribute U_ICU_ENTRY_POINT_RENAME(usearch_setAttribute) michael@0: #define usearch_setBreakIterator U_ICU_ENTRY_POINT_RENAME(usearch_setBreakIterator) michael@0: #define usearch_setCollator U_ICU_ENTRY_POINT_RENAME(usearch_setCollator) michael@0: #define usearch_setOffset U_ICU_ENTRY_POINT_RENAME(usearch_setOffset) michael@0: #define usearch_setPattern U_ICU_ENTRY_POINT_RENAME(usearch_setPattern) michael@0: #define usearch_setText U_ICU_ENTRY_POINT_RENAME(usearch_setText) michael@0: #define uset_add U_ICU_ENTRY_POINT_RENAME(uset_add) michael@0: #define uset_addAll U_ICU_ENTRY_POINT_RENAME(uset_addAll) michael@0: #define uset_addAllCodePoints U_ICU_ENTRY_POINT_RENAME(uset_addAllCodePoints) michael@0: #define uset_addRange U_ICU_ENTRY_POINT_RENAME(uset_addRange) michael@0: #define uset_addString U_ICU_ENTRY_POINT_RENAME(uset_addString) michael@0: #define uset_applyIntPropertyValue U_ICU_ENTRY_POINT_RENAME(uset_applyIntPropertyValue) michael@0: #define uset_applyPattern U_ICU_ENTRY_POINT_RENAME(uset_applyPattern) michael@0: #define uset_applyPropertyAlias U_ICU_ENTRY_POINT_RENAME(uset_applyPropertyAlias) michael@0: #define uset_charAt U_ICU_ENTRY_POINT_RENAME(uset_charAt) michael@0: #define uset_clear U_ICU_ENTRY_POINT_RENAME(uset_clear) michael@0: #define uset_clone U_ICU_ENTRY_POINT_RENAME(uset_clone) michael@0: #define uset_cloneAsThawed U_ICU_ENTRY_POINT_RENAME(uset_cloneAsThawed) michael@0: #define uset_close U_ICU_ENTRY_POINT_RENAME(uset_close) michael@0: #define uset_closeOver U_ICU_ENTRY_POINT_RENAME(uset_closeOver) michael@0: #define uset_compact U_ICU_ENTRY_POINT_RENAME(uset_compact) michael@0: #define uset_complement U_ICU_ENTRY_POINT_RENAME(uset_complement) michael@0: #define uset_complementAll U_ICU_ENTRY_POINT_RENAME(uset_complementAll) michael@0: #define uset_contains U_ICU_ENTRY_POINT_RENAME(uset_contains) michael@0: #define uset_containsAll U_ICU_ENTRY_POINT_RENAME(uset_containsAll) michael@0: #define uset_containsAllCodePoints U_ICU_ENTRY_POINT_RENAME(uset_containsAllCodePoints) michael@0: #define uset_containsNone U_ICU_ENTRY_POINT_RENAME(uset_containsNone) michael@0: #define uset_containsRange U_ICU_ENTRY_POINT_RENAME(uset_containsRange) michael@0: #define uset_containsSome U_ICU_ENTRY_POINT_RENAME(uset_containsSome) michael@0: #define uset_containsString U_ICU_ENTRY_POINT_RENAME(uset_containsString) michael@0: #define uset_equals U_ICU_ENTRY_POINT_RENAME(uset_equals) michael@0: #define uset_freeze U_ICU_ENTRY_POINT_RENAME(uset_freeze) michael@0: #define uset_getItem U_ICU_ENTRY_POINT_RENAME(uset_getItem) michael@0: #define uset_getItemCount U_ICU_ENTRY_POINT_RENAME(uset_getItemCount) michael@0: #define uset_getSerializedRange U_ICU_ENTRY_POINT_RENAME(uset_getSerializedRange) michael@0: #define uset_getSerializedRangeCount U_ICU_ENTRY_POINT_RENAME(uset_getSerializedRangeCount) michael@0: #define uset_getSerializedSet U_ICU_ENTRY_POINT_RENAME(uset_getSerializedSet) michael@0: #define uset_indexOf U_ICU_ENTRY_POINT_RENAME(uset_indexOf) michael@0: #define uset_isEmpty U_ICU_ENTRY_POINT_RENAME(uset_isEmpty) michael@0: #define uset_isFrozen U_ICU_ENTRY_POINT_RENAME(uset_isFrozen) michael@0: #define uset_open U_ICU_ENTRY_POINT_RENAME(uset_open) michael@0: #define uset_openEmpty U_ICU_ENTRY_POINT_RENAME(uset_openEmpty) michael@0: #define uset_openPattern U_ICU_ENTRY_POINT_RENAME(uset_openPattern) michael@0: #define uset_openPatternOptions U_ICU_ENTRY_POINT_RENAME(uset_openPatternOptions) michael@0: #define uset_remove U_ICU_ENTRY_POINT_RENAME(uset_remove) michael@0: #define uset_removeAll U_ICU_ENTRY_POINT_RENAME(uset_removeAll) michael@0: #define uset_removeAllStrings U_ICU_ENTRY_POINT_RENAME(uset_removeAllStrings) michael@0: #define uset_removeRange U_ICU_ENTRY_POINT_RENAME(uset_removeRange) michael@0: #define uset_removeString U_ICU_ENTRY_POINT_RENAME(uset_removeString) michael@0: #define uset_resemblesPattern U_ICU_ENTRY_POINT_RENAME(uset_resemblesPattern) michael@0: #define uset_retain U_ICU_ENTRY_POINT_RENAME(uset_retain) michael@0: #define uset_retainAll U_ICU_ENTRY_POINT_RENAME(uset_retainAll) michael@0: #define uset_serialize U_ICU_ENTRY_POINT_RENAME(uset_serialize) michael@0: #define uset_serializedContains U_ICU_ENTRY_POINT_RENAME(uset_serializedContains) michael@0: #define uset_set U_ICU_ENTRY_POINT_RENAME(uset_set) michael@0: #define uset_setSerializedToOne U_ICU_ENTRY_POINT_RENAME(uset_setSerializedToOne) michael@0: #define uset_size U_ICU_ENTRY_POINT_RENAME(uset_size) michael@0: #define uset_span U_ICU_ENTRY_POINT_RENAME(uset_span) michael@0: #define uset_spanBack U_ICU_ENTRY_POINT_RENAME(uset_spanBack) michael@0: #define uset_spanBackUTF8 U_ICU_ENTRY_POINT_RENAME(uset_spanBackUTF8) michael@0: #define uset_spanUTF8 U_ICU_ENTRY_POINT_RENAME(uset_spanUTF8) michael@0: #define uset_toPattern U_ICU_ENTRY_POINT_RENAME(uset_toPattern) michael@0: #define uspoof_areConfusable U_ICU_ENTRY_POINT_RENAME(uspoof_areConfusable) michael@0: #define uspoof_areConfusableUTF8 U_ICU_ENTRY_POINT_RENAME(uspoof_areConfusableUTF8) michael@0: #define uspoof_areConfusableUnicodeString U_ICU_ENTRY_POINT_RENAME(uspoof_areConfusableUnicodeString) michael@0: #define uspoof_check U_ICU_ENTRY_POINT_RENAME(uspoof_check) michael@0: #define uspoof_checkUTF8 U_ICU_ENTRY_POINT_RENAME(uspoof_checkUTF8) michael@0: #define uspoof_checkUnicodeString U_ICU_ENTRY_POINT_RENAME(uspoof_checkUnicodeString) michael@0: #define uspoof_clone U_ICU_ENTRY_POINT_RENAME(uspoof_clone) michael@0: #define uspoof_close U_ICU_ENTRY_POINT_RENAME(uspoof_close) michael@0: #define uspoof_getAllowedChars U_ICU_ENTRY_POINT_RENAME(uspoof_getAllowedChars) michael@0: #define uspoof_getAllowedLocales U_ICU_ENTRY_POINT_RENAME(uspoof_getAllowedLocales) michael@0: #define uspoof_getAllowedUnicodeSet U_ICU_ENTRY_POINT_RENAME(uspoof_getAllowedUnicodeSet) michael@0: #define uspoof_getChecks U_ICU_ENTRY_POINT_RENAME(uspoof_getChecks) michael@0: #define uspoof_getInclusionSet U_ICU_ENTRY_POINT_RENAME(uspoof_getInclusionSet) michael@0: #define uspoof_getInclusionUnicodeSet U_ICU_ENTRY_POINT_RENAME(uspoof_getInclusionUnicodeSet) michael@0: #define uspoof_getRecommendedSet U_ICU_ENTRY_POINT_RENAME(uspoof_getRecommendedSet) michael@0: #define uspoof_getRecommendedUnicodeSet U_ICU_ENTRY_POINT_RENAME(uspoof_getRecommendedUnicodeSet) michael@0: #define uspoof_getRestrictionLevel U_ICU_ENTRY_POINT_RENAME(uspoof_getRestrictionLevel) michael@0: #define uspoof_getSkeleton U_ICU_ENTRY_POINT_RENAME(uspoof_getSkeleton) michael@0: #define uspoof_getSkeletonUTF8 U_ICU_ENTRY_POINT_RENAME(uspoof_getSkeletonUTF8) michael@0: #define uspoof_getSkeletonUnicodeString U_ICU_ENTRY_POINT_RENAME(uspoof_getSkeletonUnicodeString) michael@0: #define uspoof_open U_ICU_ENTRY_POINT_RENAME(uspoof_open) michael@0: #define uspoof_openFromSerialized U_ICU_ENTRY_POINT_RENAME(uspoof_openFromSerialized) michael@0: #define uspoof_openFromSource U_ICU_ENTRY_POINT_RENAME(uspoof_openFromSource) michael@0: #define uspoof_serialize U_ICU_ENTRY_POINT_RENAME(uspoof_serialize) michael@0: #define uspoof_setAllowedChars U_ICU_ENTRY_POINT_RENAME(uspoof_setAllowedChars) michael@0: #define uspoof_setAllowedLocales U_ICU_ENTRY_POINT_RENAME(uspoof_setAllowedLocales) michael@0: #define uspoof_setAllowedUnicodeSet U_ICU_ENTRY_POINT_RENAME(uspoof_setAllowedUnicodeSet) michael@0: #define uspoof_setChecks U_ICU_ENTRY_POINT_RENAME(uspoof_setChecks) michael@0: #define uspoof_setRestrictionLevel U_ICU_ENTRY_POINT_RENAME(uspoof_setRestrictionLevel) michael@0: #define uspoof_swap U_ICU_ENTRY_POINT_RENAME(uspoof_swap) michael@0: #define usprep_close U_ICU_ENTRY_POINT_RENAME(usprep_close) michael@0: #define usprep_open U_ICU_ENTRY_POINT_RENAME(usprep_open) michael@0: #define usprep_openByType U_ICU_ENTRY_POINT_RENAME(usprep_openByType) michael@0: #define usprep_prepare U_ICU_ENTRY_POINT_RENAME(usprep_prepare) michael@0: #define usprep_swap U_ICU_ENTRY_POINT_RENAME(usprep_swap) michael@0: #define ustr_hashCharsN U_ICU_ENTRY_POINT_RENAME(ustr_hashCharsN) michael@0: #define ustr_hashICharsN U_ICU_ENTRY_POINT_RENAME(ustr_hashICharsN) michael@0: #define ustr_hashUCharsN U_ICU_ENTRY_POINT_RENAME(ustr_hashUCharsN) michael@0: #define ustrcase_internalFold U_ICU_ENTRY_POINT_RENAME(ustrcase_internalFold) michael@0: #define ustrcase_internalToLower U_ICU_ENTRY_POINT_RENAME(ustrcase_internalToLower) michael@0: #define ustrcase_internalToTitle U_ICU_ENTRY_POINT_RENAME(ustrcase_internalToTitle) michael@0: #define ustrcase_internalToUpper U_ICU_ENTRY_POINT_RENAME(ustrcase_internalToUpper) michael@0: #define ustrcase_map U_ICU_ENTRY_POINT_RENAME(ustrcase_map) michael@0: #define ustrcase_setTempCaseMapLocale U_ICU_ENTRY_POINT_RENAME(ustrcase_setTempCaseMapLocale) michael@0: #define utext_char32At U_ICU_ENTRY_POINT_RENAME(utext_char32At) michael@0: #define utext_clone U_ICU_ENTRY_POINT_RENAME(utext_clone) michael@0: #define utext_close U_ICU_ENTRY_POINT_RENAME(utext_close) michael@0: #define utext_copy U_ICU_ENTRY_POINT_RENAME(utext_copy) michael@0: #define utext_current32 U_ICU_ENTRY_POINT_RENAME(utext_current32) michael@0: #define utext_equals U_ICU_ENTRY_POINT_RENAME(utext_equals) michael@0: #define utext_extract U_ICU_ENTRY_POINT_RENAME(utext_extract) michael@0: #define utext_freeze U_ICU_ENTRY_POINT_RENAME(utext_freeze) michael@0: #define utext_getNativeIndex U_ICU_ENTRY_POINT_RENAME(utext_getNativeIndex) michael@0: #define utext_getPreviousNativeIndex U_ICU_ENTRY_POINT_RENAME(utext_getPreviousNativeIndex) michael@0: #define utext_hasMetaData U_ICU_ENTRY_POINT_RENAME(utext_hasMetaData) michael@0: #define utext_isLengthExpensive U_ICU_ENTRY_POINT_RENAME(utext_isLengthExpensive) michael@0: #define utext_isWritable U_ICU_ENTRY_POINT_RENAME(utext_isWritable) michael@0: #define utext_moveIndex32 U_ICU_ENTRY_POINT_RENAME(utext_moveIndex32) michael@0: #define utext_nativeLength U_ICU_ENTRY_POINT_RENAME(utext_nativeLength) michael@0: #define utext_next32 U_ICU_ENTRY_POINT_RENAME(utext_next32) michael@0: #define utext_next32From U_ICU_ENTRY_POINT_RENAME(utext_next32From) michael@0: #define utext_openCharacterIterator U_ICU_ENTRY_POINT_RENAME(utext_openCharacterIterator) michael@0: #define utext_openConstUnicodeString U_ICU_ENTRY_POINT_RENAME(utext_openConstUnicodeString) michael@0: #define utext_openReplaceable U_ICU_ENTRY_POINT_RENAME(utext_openReplaceable) michael@0: #define utext_openUChars U_ICU_ENTRY_POINT_RENAME(utext_openUChars) michael@0: #define utext_openUTF8 U_ICU_ENTRY_POINT_RENAME(utext_openUTF8) michael@0: #define utext_openUnicodeString U_ICU_ENTRY_POINT_RENAME(utext_openUnicodeString) michael@0: #define utext_previous32 U_ICU_ENTRY_POINT_RENAME(utext_previous32) michael@0: #define utext_previous32From U_ICU_ENTRY_POINT_RENAME(utext_previous32From) michael@0: #define utext_replace U_ICU_ENTRY_POINT_RENAME(utext_replace) michael@0: #define utext_setNativeIndex U_ICU_ENTRY_POINT_RENAME(utext_setNativeIndex) michael@0: #define utext_setup U_ICU_ENTRY_POINT_RENAME(utext_setup) michael@0: #define utf8_appendCharSafeBody U_ICU_ENTRY_POINT_RENAME(utf8_appendCharSafeBody) michael@0: #define utf8_back1SafeBody U_ICU_ENTRY_POINT_RENAME(utf8_back1SafeBody) michael@0: #define utf8_countTrailBytes U_ICU_ENTRY_POINT_RENAME(utf8_countTrailBytes) michael@0: #define utf8_nextCharSafeBody U_ICU_ENTRY_POINT_RENAME(utf8_nextCharSafeBody) michael@0: #define utf8_prevCharSafeBody U_ICU_ENTRY_POINT_RENAME(utf8_prevCharSafeBody) michael@0: #define utmscale_fromInt64 U_ICU_ENTRY_POINT_RENAME(utmscale_fromInt64) michael@0: #define utmscale_getTimeScaleValue U_ICU_ENTRY_POINT_RENAME(utmscale_getTimeScaleValue) michael@0: #define utmscale_toInt64 U_ICU_ENTRY_POINT_RENAME(utmscale_toInt64) michael@0: #define utrace_cleanup U_ICU_ENTRY_POINT_RENAME(utrace_cleanup) michael@0: #define utrace_data U_ICU_ENTRY_POINT_RENAME(utrace_data) michael@0: #define utrace_entry U_ICU_ENTRY_POINT_RENAME(utrace_entry) michael@0: #define utrace_exit U_ICU_ENTRY_POINT_RENAME(utrace_exit) michael@0: #define utrace_format U_ICU_ENTRY_POINT_RENAME(utrace_format) michael@0: #define utrace_functionName U_ICU_ENTRY_POINT_RENAME(utrace_functionName) michael@0: #define utrace_getFunctions U_ICU_ENTRY_POINT_RENAME(utrace_getFunctions) michael@0: #define utrace_getLevel U_ICU_ENTRY_POINT_RENAME(utrace_getLevel) michael@0: #define utrace_level U_ICU_ENTRY_POINT_RENAME(utrace_level) michael@0: #define utrace_setFunctions U_ICU_ENTRY_POINT_RENAME(utrace_setFunctions) michael@0: #define utrace_setLevel U_ICU_ENTRY_POINT_RENAME(utrace_setLevel) michael@0: #define utrace_vformat U_ICU_ENTRY_POINT_RENAME(utrace_vformat) michael@0: #define utrans_clone U_ICU_ENTRY_POINT_RENAME(utrans_clone) michael@0: #define utrans_close U_ICU_ENTRY_POINT_RENAME(utrans_close) michael@0: #define utrans_countAvailableIDs U_ICU_ENTRY_POINT_RENAME(utrans_countAvailableIDs) michael@0: #define utrans_getAvailableID U_ICU_ENTRY_POINT_RENAME(utrans_getAvailableID) michael@0: #define utrans_getID U_ICU_ENTRY_POINT_RENAME(utrans_getID) michael@0: #define utrans_getUnicodeID U_ICU_ENTRY_POINT_RENAME(utrans_getUnicodeID) michael@0: #define utrans_open U_ICU_ENTRY_POINT_RENAME(utrans_open) michael@0: #define utrans_openIDs U_ICU_ENTRY_POINT_RENAME(utrans_openIDs) michael@0: #define utrans_openInverse U_ICU_ENTRY_POINT_RENAME(utrans_openInverse) michael@0: #define utrans_openU U_ICU_ENTRY_POINT_RENAME(utrans_openU) michael@0: #define utrans_register U_ICU_ENTRY_POINT_RENAME(utrans_register) michael@0: #define utrans_rep_caseContextIterator U_ICU_ENTRY_POINT_RENAME(utrans_rep_caseContextIterator) michael@0: #define utrans_setFilter U_ICU_ENTRY_POINT_RENAME(utrans_setFilter) michael@0: #define utrans_stripRules U_ICU_ENTRY_POINT_RENAME(utrans_stripRules) michael@0: #define utrans_trans U_ICU_ENTRY_POINT_RENAME(utrans_trans) michael@0: #define utrans_transIncremental U_ICU_ENTRY_POINT_RENAME(utrans_transIncremental) michael@0: #define utrans_transIncrementalUChars U_ICU_ENTRY_POINT_RENAME(utrans_transIncrementalUChars) michael@0: #define utrans_transUChars U_ICU_ENTRY_POINT_RENAME(utrans_transUChars) michael@0: #define utrans_transliterator_cleanup U_ICU_ENTRY_POINT_RENAME(utrans_transliterator_cleanup) michael@0: #define utrans_unregister U_ICU_ENTRY_POINT_RENAME(utrans_unregister) michael@0: #define utrans_unregisterID U_ICU_ENTRY_POINT_RENAME(utrans_unregisterID) michael@0: #define utrie2_clone U_ICU_ENTRY_POINT_RENAME(utrie2_clone) michael@0: #define utrie2_cloneAsThawed U_ICU_ENTRY_POINT_RENAME(utrie2_cloneAsThawed) michael@0: #define utrie2_close U_ICU_ENTRY_POINT_RENAME(utrie2_close) michael@0: #define utrie2_enum U_ICU_ENTRY_POINT_RENAME(utrie2_enum) michael@0: #define utrie2_enumForLeadSurrogate U_ICU_ENTRY_POINT_RENAME(utrie2_enumForLeadSurrogate) michael@0: #define utrie2_freeze U_ICU_ENTRY_POINT_RENAME(utrie2_freeze) michael@0: #define utrie2_fromUTrie U_ICU_ENTRY_POINT_RENAME(utrie2_fromUTrie) michael@0: #define utrie2_get32 U_ICU_ENTRY_POINT_RENAME(utrie2_get32) michael@0: #define utrie2_get32FromLeadSurrogateCodeUnit U_ICU_ENTRY_POINT_RENAME(utrie2_get32FromLeadSurrogateCodeUnit) michael@0: #define utrie2_getVersion U_ICU_ENTRY_POINT_RENAME(utrie2_getVersion) michael@0: #define utrie2_internalU8NextIndex U_ICU_ENTRY_POINT_RENAME(utrie2_internalU8NextIndex) michael@0: #define utrie2_internalU8PrevIndex U_ICU_ENTRY_POINT_RENAME(utrie2_internalU8PrevIndex) michael@0: #define utrie2_isFrozen U_ICU_ENTRY_POINT_RENAME(utrie2_isFrozen) michael@0: #define utrie2_open U_ICU_ENTRY_POINT_RENAME(utrie2_open) michael@0: #define utrie2_openDummy U_ICU_ENTRY_POINT_RENAME(utrie2_openDummy) michael@0: #define utrie2_openFromSerialized U_ICU_ENTRY_POINT_RENAME(utrie2_openFromSerialized) michael@0: #define utrie2_serialize U_ICU_ENTRY_POINT_RENAME(utrie2_serialize) michael@0: #define utrie2_set32 U_ICU_ENTRY_POINT_RENAME(utrie2_set32) michael@0: #define utrie2_set32ForLeadSurrogateCodeUnit U_ICU_ENTRY_POINT_RENAME(utrie2_set32ForLeadSurrogateCodeUnit) michael@0: #define utrie2_setRange32 U_ICU_ENTRY_POINT_RENAME(utrie2_setRange32) michael@0: #define utrie2_swap U_ICU_ENTRY_POINT_RENAME(utrie2_swap) michael@0: #define utrie2_swapAnyVersion U_ICU_ENTRY_POINT_RENAME(utrie2_swapAnyVersion) michael@0: #define utrie_clone U_ICU_ENTRY_POINT_RENAME(utrie_clone) michael@0: #define utrie_close U_ICU_ENTRY_POINT_RENAME(utrie_close) michael@0: #define utrie_defaultGetFoldingOffset U_ICU_ENTRY_POINT_RENAME(utrie_defaultGetFoldingOffset) michael@0: #define utrie_enum U_ICU_ENTRY_POINT_RENAME(utrie_enum) michael@0: #define utrie_get32 U_ICU_ENTRY_POINT_RENAME(utrie_get32) michael@0: #define utrie_getData U_ICU_ENTRY_POINT_RENAME(utrie_getData) michael@0: #define utrie_open U_ICU_ENTRY_POINT_RENAME(utrie_open) michael@0: #define utrie_serialize U_ICU_ENTRY_POINT_RENAME(utrie_serialize) michael@0: #define utrie_set32 U_ICU_ENTRY_POINT_RENAME(utrie_set32) michael@0: #define utrie_setRange32 U_ICU_ENTRY_POINT_RENAME(utrie_setRange32) michael@0: #define utrie_swap U_ICU_ENTRY_POINT_RENAME(utrie_swap) michael@0: #define utrie_unserialize U_ICU_ENTRY_POINT_RENAME(utrie_unserialize) michael@0: #define utrie_unserializeDummy U_ICU_ENTRY_POINT_RENAME(utrie_unserializeDummy) michael@0: #define vzone_clone U_ICU_ENTRY_POINT_RENAME(vzone_clone) michael@0: #define vzone_close U_ICU_ENTRY_POINT_RENAME(vzone_close) michael@0: #define vzone_countTransitionRules U_ICU_ENTRY_POINT_RENAME(vzone_countTransitionRules) michael@0: #define vzone_equals U_ICU_ENTRY_POINT_RENAME(vzone_equals) michael@0: #define vzone_getDynamicClassID U_ICU_ENTRY_POINT_RENAME(vzone_getDynamicClassID) michael@0: #define vzone_getLastModified U_ICU_ENTRY_POINT_RENAME(vzone_getLastModified) michael@0: #define vzone_getNextTransition U_ICU_ENTRY_POINT_RENAME(vzone_getNextTransition) michael@0: #define vzone_getOffset U_ICU_ENTRY_POINT_RENAME(vzone_getOffset) michael@0: #define vzone_getOffset2 U_ICU_ENTRY_POINT_RENAME(vzone_getOffset2) michael@0: #define vzone_getOffset3 U_ICU_ENTRY_POINT_RENAME(vzone_getOffset3) michael@0: #define vzone_getPreviousTransition U_ICU_ENTRY_POINT_RENAME(vzone_getPreviousTransition) michael@0: #define vzone_getRawOffset U_ICU_ENTRY_POINT_RENAME(vzone_getRawOffset) michael@0: #define vzone_getStaticClassID U_ICU_ENTRY_POINT_RENAME(vzone_getStaticClassID) michael@0: #define vzone_getTZURL U_ICU_ENTRY_POINT_RENAME(vzone_getTZURL) michael@0: #define vzone_hasSameRules U_ICU_ENTRY_POINT_RENAME(vzone_hasSameRules) michael@0: #define vzone_inDaylightTime U_ICU_ENTRY_POINT_RENAME(vzone_inDaylightTime) michael@0: #define vzone_openData U_ICU_ENTRY_POINT_RENAME(vzone_openData) michael@0: #define vzone_openID U_ICU_ENTRY_POINT_RENAME(vzone_openID) michael@0: #define vzone_setLastModified U_ICU_ENTRY_POINT_RENAME(vzone_setLastModified) michael@0: #define vzone_setRawOffset U_ICU_ENTRY_POINT_RENAME(vzone_setRawOffset) michael@0: #define vzone_setTZURL U_ICU_ENTRY_POINT_RENAME(vzone_setTZURL) michael@0: #define vzone_useDaylightTime U_ICU_ENTRY_POINT_RENAME(vzone_useDaylightTime) michael@0: #define vzone_write U_ICU_ENTRY_POINT_RENAME(vzone_write) michael@0: #define vzone_writeFromStart U_ICU_ENTRY_POINT_RENAME(vzone_writeFromStart) michael@0: #define vzone_writeSimple U_ICU_ENTRY_POINT_RENAME(vzone_writeSimple) michael@0: #define zrule_close U_ICU_ENTRY_POINT_RENAME(zrule_close) michael@0: #define zrule_equals U_ICU_ENTRY_POINT_RENAME(zrule_equals) michael@0: #define zrule_getDSTSavings U_ICU_ENTRY_POINT_RENAME(zrule_getDSTSavings) michael@0: #define zrule_getName U_ICU_ENTRY_POINT_RENAME(zrule_getName) michael@0: #define zrule_getRawOffset U_ICU_ENTRY_POINT_RENAME(zrule_getRawOffset) michael@0: #define zrule_isEquivalentTo U_ICU_ENTRY_POINT_RENAME(zrule_isEquivalentTo) michael@0: #define ztrans_adoptFrom U_ICU_ENTRY_POINT_RENAME(ztrans_adoptFrom) michael@0: #define ztrans_adoptTo U_ICU_ENTRY_POINT_RENAME(ztrans_adoptTo) michael@0: #define ztrans_clone U_ICU_ENTRY_POINT_RENAME(ztrans_clone) michael@0: #define ztrans_close U_ICU_ENTRY_POINT_RENAME(ztrans_close) michael@0: #define ztrans_equals U_ICU_ENTRY_POINT_RENAME(ztrans_equals) michael@0: #define ztrans_getDynamicClassID U_ICU_ENTRY_POINT_RENAME(ztrans_getDynamicClassID) michael@0: #define ztrans_getFrom U_ICU_ENTRY_POINT_RENAME(ztrans_getFrom) michael@0: #define ztrans_getStaticClassID U_ICU_ENTRY_POINT_RENAME(ztrans_getStaticClassID) michael@0: #define ztrans_getTime U_ICU_ENTRY_POINT_RENAME(ztrans_getTime) michael@0: #define ztrans_getTo U_ICU_ENTRY_POINT_RENAME(ztrans_getTo) michael@0: #define ztrans_open U_ICU_ENTRY_POINT_RENAME(ztrans_open) michael@0: #define ztrans_openEmpty U_ICU_ENTRY_POINT_RENAME(ztrans_openEmpty) michael@0: #define ztrans_setFrom U_ICU_ENTRY_POINT_RENAME(ztrans_setFrom) michael@0: #define ztrans_setTime U_ICU_ENTRY_POINT_RENAME(ztrans_setTime) michael@0: #define ztrans_setTo U_ICU_ENTRY_POINT_RENAME(ztrans_setTo) michael@0: michael@0: #endif michael@0: michael@0: #endif