mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 21:45:37 +00:00
ICU-22325 BRS#13: urename.h
This commit is contained in:
parent
77bc51e03e
commit
c3544278cb
1 changed files with 18 additions and 4 deletions
|
@ -138,8 +138,8 @@
|
|||
#define locale_getKeywordsStart U_ICU_ENTRY_POINT_RENAME(locale_getKeywordsStart)
|
||||
#define locale_get_default U_ICU_ENTRY_POINT_RENAME(locale_get_default)
|
||||
#define locale_set_default U_ICU_ENTRY_POINT_RENAME(locale_set_default)
|
||||
#define mixedMeasuresToMicros U_ICU_ENTRY_POINT_RENAME(mixedMeasuresToMicros)
|
||||
#define numSysCleanup U_ICU_ENTRY_POINT_RENAME(numSysCleanup)
|
||||
#define rbbi_cleanup U_ICU_ENTRY_POINT_RENAME(rbbi_cleanup)
|
||||
#define pl_addFontRun U_ICU_ENTRY_POINT_RENAME(pl_addFontRun)
|
||||
#define pl_addLocaleRun U_ICU_ENTRY_POINT_RENAME(pl_addLocaleRun)
|
||||
#define pl_addValueRun U_ICU_ENTRY_POINT_RENAME(pl_addValueRun)
|
||||
|
@ -193,6 +193,7 @@
|
|||
#define pl_resetFontRuns U_ICU_ENTRY_POINT_RENAME(pl_resetFontRuns)
|
||||
#define pl_resetLocaleRuns U_ICU_ENTRY_POINT_RENAME(pl_resetLocaleRuns)
|
||||
#define pl_resetValueRuns U_ICU_ENTRY_POINT_RENAME(pl_resetValueRuns)
|
||||
#define rbbi_cleanup U_ICU_ENTRY_POINT_RENAME(rbbi_cleanup)
|
||||
#define res_countArrayItems U_ICU_ENTRY_POINT_RENAME(res_countArrayItems)
|
||||
#define res_findResource U_ICU_ENTRY_POINT_RENAME(res_findResource)
|
||||
#define res_getAlias U_ICU_ENTRY_POINT_RENAME(res_getAlias)
|
||||
|
@ -512,9 +513,6 @@
|
|||
#define ubrk_setText U_ICU_ENTRY_POINT_RENAME(ubrk_setText)
|
||||
#define ubrk_setUText U_ICU_ENTRY_POINT_RENAME(ubrk_setUText)
|
||||
#define ubrk_swap U_ICU_ENTRY_POINT_RENAME(ubrk_swap)
|
||||
#define ucache_compareKeys U_ICU_ENTRY_POINT_RENAME(ucache_compareKeys)
|
||||
#define ucache_deleteKey U_ICU_ENTRY_POINT_RENAME(ucache_deleteKey)
|
||||
#define ucache_hashKeys U_ICU_ENTRY_POINT_RENAME(ucache_hashKeys)
|
||||
#define ucal_add U_ICU_ENTRY_POINT_RENAME(ucal_add)
|
||||
#define ucal_clear U_ICU_ENTRY_POINT_RENAME(ucal_clear)
|
||||
#define ucal_clearField U_ICU_ENTRY_POINT_RENAME(ucal_clearField)
|
||||
|
@ -588,6 +586,7 @@
|
|||
#define ucasemap_getLocale U_ICU_ENTRY_POINT_RENAME(ucasemap_getLocale)
|
||||
#define ucasemap_getOptions U_ICU_ENTRY_POINT_RENAME(ucasemap_getOptions)
|
||||
#define ucasemap_internalUTF8ToTitle U_ICU_ENTRY_POINT_RENAME(ucasemap_internalUTF8ToTitle)
|
||||
#define ucasemap_mapUTF8 U_ICU_ENTRY_POINT_RENAME(ucasemap_mapUTF8)
|
||||
#define ucasemap_open U_ICU_ENTRY_POINT_RENAME(ucasemap_open)
|
||||
#define ucasemap_setBreakIterator U_ICU_ENTRY_POINT_RENAME(ucasemap_setBreakIterator)
|
||||
#define ucasemap_setLocale U_ICU_ENTRY_POINT_RENAME(ucasemap_setLocale)
|
||||
|
@ -956,9 +955,16 @@
|
|||
#define ufieldpositer_close U_ICU_ENTRY_POINT_RENAME(ufieldpositer_close)
|
||||
#define ufieldpositer_next U_ICU_ENTRY_POINT_RENAME(ufieldpositer_next)
|
||||
#define ufieldpositer_open U_ICU_ENTRY_POINT_RENAME(ufieldpositer_open)
|
||||
#define ufile_close_translit U_ICU_ENTRY_POINT_RENAME(ufile_close_translit)
|
||||
#define ufile_fill_uchar_buffer U_ICU_ENTRY_POINT_RENAME(ufile_fill_uchar_buffer)
|
||||
#define ufile_flush_io U_ICU_ENTRY_POINT_RENAME(ufile_flush_io)
|
||||
#define ufile_flush_translit U_ICU_ENTRY_POINT_RENAME(ufile_flush_translit)
|
||||
#define ufile_getch U_ICU_ENTRY_POINT_RENAME(ufile_getch)
|
||||
#define ufile_getch32 U_ICU_ENTRY_POINT_RENAME(ufile_getch32)
|
||||
#define ufmt_64tou U_ICU_ENTRY_POINT_RENAME(ufmt_64tou)
|
||||
#define ufmt_close U_ICU_ENTRY_POINT_RENAME(ufmt_close)
|
||||
#define ufmt_defaultCPToUnicode U_ICU_ENTRY_POINT_RENAME(ufmt_defaultCPToUnicode)
|
||||
#define ufmt_digitvalue U_ICU_ENTRY_POINT_RENAME(ufmt_digitvalue)
|
||||
#define ufmt_getArrayItemByIndex U_ICU_ENTRY_POINT_RENAME(ufmt_getArrayItemByIndex)
|
||||
#define ufmt_getArrayLength U_ICU_ENTRY_POINT_RENAME(ufmt_getArrayLength)
|
||||
#define ufmt_getDate U_ICU_ENTRY_POINT_RENAME(ufmt_getDate)
|
||||
|
@ -970,7 +976,11 @@
|
|||
#define ufmt_getType U_ICU_ENTRY_POINT_RENAME(ufmt_getType)
|
||||
#define ufmt_getUChars U_ICU_ENTRY_POINT_RENAME(ufmt_getUChars)
|
||||
#define ufmt_isNumeric U_ICU_ENTRY_POINT_RENAME(ufmt_isNumeric)
|
||||
#define ufmt_isdigit U_ICU_ENTRY_POINT_RENAME(ufmt_isdigit)
|
||||
#define ufmt_open U_ICU_ENTRY_POINT_RENAME(ufmt_open)
|
||||
#define ufmt_ptou U_ICU_ENTRY_POINT_RENAME(ufmt_ptou)
|
||||
#define ufmt_uto64 U_ICU_ENTRY_POINT_RENAME(ufmt_uto64)
|
||||
#define ufmt_utop U_ICU_ENTRY_POINT_RENAME(ufmt_utop)
|
||||
#define ufmtval_getString U_ICU_ENTRY_POINT_RENAME(ufmtval_getString)
|
||||
#define ufmtval_nextPosition U_ICU_ENTRY_POINT_RENAME(ufmtval_nextPosition)
|
||||
#define ugender_getInstance U_ICU_ENTRY_POINT_RENAME(ugender_getInstance)
|
||||
|
@ -1247,6 +1257,7 @@
|
|||
#define unorm2_getNFDInstance U_ICU_ENTRY_POINT_RENAME(unorm2_getNFDInstance)
|
||||
#define unorm2_getNFKCCasefoldInstance U_ICU_ENTRY_POINT_RENAME(unorm2_getNFKCCasefoldInstance)
|
||||
#define unorm2_getNFKCInstance U_ICU_ENTRY_POINT_RENAME(unorm2_getNFKCInstance)
|
||||
#define unorm2_getNFKCSimpleCasefoldInstance U_ICU_ENTRY_POINT_RENAME(unorm2_getNFKCSimpleCasefoldInstance)
|
||||
#define unorm2_getNFKDInstance U_ICU_ENTRY_POINT_RENAME(unorm2_getNFKDInstance)
|
||||
#define unorm2_getRawDecomposition U_ICU_ENTRY_POINT_RENAME(unorm2_getRawDecomposition)
|
||||
#define unorm2_hasBoundaryAfter U_ICU_ENTRY_POINT_RENAME(unorm2_hasBoundaryAfter)
|
||||
|
@ -1383,6 +1394,7 @@
|
|||
#define uprv_convertToPosix U_ICU_ENTRY_POINT_RENAME(uprv_convertToPosix)
|
||||
#define uprv_copyAscii U_ICU_ENTRY_POINT_RENAME(uprv_copyAscii)
|
||||
#define uprv_copyEbcdic U_ICU_ENTRY_POINT_RENAME(uprv_copyEbcdic)
|
||||
#define uprv_currencyLeads U_ICU_ENTRY_POINT_RENAME(uprv_currencyLeads)
|
||||
#define uprv_decContextClearStatus U_ICU_ENTRY_POINT_RENAME(uprv_decContextClearStatus)
|
||||
#define uprv_decContextDefault U_ICU_ENTRY_POINT_RENAME(uprv_decContextDefault)
|
||||
#define uprv_decContextGetRounding U_ICU_ENTRY_POINT_RENAME(uprv_decContextGetRounding)
|
||||
|
@ -1401,6 +1413,7 @@
|
|||
#define uprv_decNumberAbs U_ICU_ENTRY_POINT_RENAME(uprv_decNumberAbs)
|
||||
#define uprv_decNumberAdd U_ICU_ENTRY_POINT_RENAME(uprv_decNumberAdd)
|
||||
#define uprv_decNumberAnd U_ICU_ENTRY_POINT_RENAME(uprv_decNumberAnd)
|
||||
#define uprv_decNumberClass U_ICU_ENTRY_POINT_RENAME(uprv_decNumberClass)
|
||||
#define uprv_decNumberClassToString U_ICU_ENTRY_POINT_RENAME(uprv_decNumberClassToString)
|
||||
#define uprv_decNumberCompare U_ICU_ENTRY_POINT_RENAME(uprv_decNumberCompare)
|
||||
#define uprv_decNumberCompareSignal U_ICU_ENTRY_POINT_RENAME(uprv_decNumberCompareSignal)
|
||||
|
@ -1817,6 +1830,7 @@
|
|||
#define uspoof_getAllowedUnicodeSet U_ICU_ENTRY_POINT_RENAME(uspoof_getAllowedUnicodeSet)
|
||||
#define uspoof_getBidiSkeleton U_ICU_ENTRY_POINT_RENAME(uspoof_getBidiSkeleton)
|
||||
#define uspoof_getBidiSkeletonUTF8 U_ICU_ENTRY_POINT_RENAME(uspoof_getBidiSkeletonUTF8)
|
||||
#define uspoof_getBidiSkeletonUnicodeString U_ICU_ENTRY_POINT_RENAME(uspoof_getBidiSkeletonUnicodeString)
|
||||
#define uspoof_getCheckResultChecks U_ICU_ENTRY_POINT_RENAME(uspoof_getCheckResultChecks)
|
||||
#define uspoof_getCheckResultNumerics U_ICU_ENTRY_POINT_RENAME(uspoof_getCheckResultNumerics)
|
||||
#define uspoof_getCheckResultRestrictionLevel U_ICU_ENTRY_POINT_RENAME(uspoof_getCheckResultRestrictionLevel)
|
||||
|
|
Loading…
Add table
Reference in a new issue