ICU-10398 Update urename.h
X-SVN-Rev: 34449
This commit is contained in:
parent
3f51cb7d8d
commit
c792c0c4b9
@ -439,6 +439,7 @@
|
||||
#define ubidi_getPairedBracket U_ICU_ENTRY_POINT_RENAME(ubidi_getPairedBracket)
|
||||
#define ubidi_getPairedBracketType U_ICU_ENTRY_POINT_RENAME(ubidi_getPairedBracketType)
|
||||
#define ubidi_getParaLevel U_ICU_ENTRY_POINT_RENAME(ubidi_getParaLevel)
|
||||
#define ubidi_getParaLevelAtIndex U_ICU_ENTRY_POINT_RENAME(ubidi_getParaLevelAtIndex)
|
||||
#define ubidi_getParagraph U_ICU_ENTRY_POINT_RENAME(ubidi_getParagraph)
|
||||
#define ubidi_getParagraphByIndex U_ICU_ENTRY_POINT_RENAME(ubidi_getParagraphByIndex)
|
||||
#define ubidi_getProcessedLength U_ICU_ENTRY_POINT_RENAME(ubidi_getProcessedLength)
|
||||
@ -578,7 +579,6 @@
|
||||
#define ucln_i18n_registerCleanup U_ICU_ENTRY_POINT_RENAME(ucln_i18n_registerCleanup)
|
||||
#define ucln_io_registerCleanup U_ICU_ENTRY_POINT_RENAME(ucln_io_registerCleanup)
|
||||
#define ucln_lib_cleanup U_ICU_ENTRY_POINT_RENAME(ucln_lib_cleanup)
|
||||
#define ucln_mutexedInit U_ICU_ENTRY_POINT_RENAME(ucln_mutexedInit)
|
||||
#define ucln_registerCleanup U_ICU_ENTRY_POINT_RENAME(ucln_registerCleanup)
|
||||
#define ucnv_MBCSFromUChar32 U_ICU_ENTRY_POINT_RENAME(ucnv_MBCSFromUChar32)
|
||||
#define ucnv_MBCSFromUnicodeWithOffsets U_ICU_ENTRY_POINT_RENAME(ucnv_MBCSFromUnicodeWithOffsets)
|
||||
@ -696,7 +696,6 @@
|
||||
#define ucol_calcSortKey U_ICU_ENTRY_POINT_RENAME(ucol_calcSortKey)
|
||||
#define ucol_calcSortKeySimpleTertiary U_ICU_ENTRY_POINT_RENAME(ucol_calcSortKeySimpleTertiary)
|
||||
#define ucol_cloneBinary U_ICU_ENTRY_POINT_RENAME(ucol_cloneBinary)
|
||||
#define ucol_cloneRuleData U_ICU_ENTRY_POINT_RENAME(ucol_cloneRuleData)
|
||||
#define ucol_close U_ICU_ENTRY_POINT_RENAME(ucol_close)
|
||||
#define ucol_closeElements U_ICU_ENTRY_POINT_RENAME(ucol_closeElements)
|
||||
#define ucol_countAvailable U_ICU_ENTRY_POINT_RENAME(ucol_countAvailable)
|
||||
@ -805,12 +804,14 @@
|
||||
#define ucsdet_enableInputFilter U_ICU_ENTRY_POINT_RENAME(ucsdet_enableInputFilter)
|
||||
#define ucsdet_getAllDetectableCharsets U_ICU_ENTRY_POINT_RENAME(ucsdet_getAllDetectableCharsets)
|
||||
#define ucsdet_getConfidence U_ICU_ENTRY_POINT_RENAME(ucsdet_getConfidence)
|
||||
#define ucsdet_getDetectableCharsets U_ICU_ENTRY_POINT_RENAME(ucsdet_getDetectableCharsets)
|
||||
#define ucsdet_getLanguage U_ICU_ENTRY_POINT_RENAME(ucsdet_getLanguage)
|
||||
#define ucsdet_getName U_ICU_ENTRY_POINT_RENAME(ucsdet_getName)
|
||||
#define ucsdet_getUChars U_ICU_ENTRY_POINT_RENAME(ucsdet_getUChars)
|
||||
#define ucsdet_isInputFilterEnabled U_ICU_ENTRY_POINT_RENAME(ucsdet_isInputFilterEnabled)
|
||||
#define ucsdet_open U_ICU_ENTRY_POINT_RENAME(ucsdet_open)
|
||||
#define ucsdet_setDeclaredEncoding U_ICU_ENTRY_POINT_RENAME(ucsdet_setDeclaredEncoding)
|
||||
#define ucsdet_setDetectableCharset U_ICU_ENTRY_POINT_RENAME(ucsdet_setDetectableCharset)
|
||||
#define ucsdet_setText U_ICU_ENTRY_POINT_RENAME(ucsdet_setText)
|
||||
#define ucurr_countCurrencies U_ICU_ENTRY_POINT_RENAME(ucurr_countCurrencies)
|
||||
#define ucurr_forLocale U_ICU_ENTRY_POINT_RENAME(ucurr_forLocale)
|
||||
@ -1171,6 +1172,14 @@
|
||||
#define unum_setSymbol U_ICU_ENTRY_POINT_RENAME(unum_setSymbol)
|
||||
#define unum_setTextAttribute U_ICU_ENTRY_POINT_RENAME(unum_setTextAttribute)
|
||||
#define unum_toPattern U_ICU_ENTRY_POINT_RENAME(unum_toPattern)
|
||||
#define unumsys_close U_ICU_ENTRY_POINT_RENAME(unumsys_close)
|
||||
#define unumsys_getDescription U_ICU_ENTRY_POINT_RENAME(unumsys_getDescription)
|
||||
#define unumsys_getName U_ICU_ENTRY_POINT_RENAME(unumsys_getName)
|
||||
#define unumsys_getRadix U_ICU_ENTRY_POINT_RENAME(unumsys_getRadix)
|
||||
#define unumsys_isAlgorithmic U_ICU_ENTRY_POINT_RENAME(unumsys_isAlgorithmic)
|
||||
#define unumsys_open U_ICU_ENTRY_POINT_RENAME(unumsys_open)
|
||||
#define unumsys_openAvailableNames U_ICU_ENTRY_POINT_RENAME(unumsys_openAvailableNames)
|
||||
#define unumsys_openByName U_ICU_ENTRY_POINT_RENAME(unumsys_openByName)
|
||||
#define uplrules_close U_ICU_ENTRY_POINT_RENAME(uplrules_close)
|
||||
#define uplrules_open U_ICU_ENTRY_POINT_RENAME(uplrules_open)
|
||||
#define uplrules_openForType U_ICU_ENTRY_POINT_RENAME(uplrules_openForType)
|
||||
|
Loading…
Reference in New Issue
Block a user