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