00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021 #ifndef UINTRNAL_H
00022 #define UINTRNAL_H
00023
00024 #ifdef U_HIDE_INTERNAL_API
00025
00026 # if U_DISABLE_RENAMING
00027 # define RegexPatternDump RegexPatternDump_INTERNAL_API_DO_NOT_USE
00028 # define ucol_collatorToIdentifier ucol_collatorToIdentifier_INTERNAL_API_DO_NOT_USE
00029 # define ucol_equals ucol_equals_INTERNAL_API_DO_NOT_USE
00030 # define ucol_forgetUCA ucol_forgetUCA_INTERNAL_API_DO_NOT_USE
00031 # define ucol_getAttributeOrDefault ucol_getAttributeOrDefault_INTERNAL_API_DO_NOT_USE
00032 # define ucol_getUnsafeSet ucol_getUnsafeSet_INTERNAL_API_DO_NOT_USE
00033 # define ucol_identifierToShortString ucol_identifierToShortString_INTERNAL_API_DO_NOT_USE
00034 # define ucol_openFromIdentifier ucol_openFromIdentifier_INTERNAL_API_DO_NOT_USE
00035 # define ucol_prepareShortStringOpen ucol_prepareShortStringOpen_INTERNAL_API_DO_NOT_USE
00036 # define ucol_shortStringToIdentifier ucol_shortStringToIdentifier_INTERNAL_API_DO_NOT_USE
00037 # define uprv_getDefaultCodepage uprv_getDefaultCodepage_INTERNAL_API_DO_NOT_USE
00038 # define uprv_getDefaultLocaleID uprv_getDefaultLocaleID_INTERNAL_API_DO_NOT_USE
00039 # define ures_openFillIn ures_openFillIn_INTERNAL_API_DO_NOT_USE
00040 # define utf8_appendCharSafeBody utf8_appendCharSafeBody_INTERNAL_API_DO_NOT_USE
00041 # define utf8_back1SafeBody utf8_back1SafeBody_INTERNAL_API_DO_NOT_USE
00042 # define utf8_countTrailBytes utf8_countTrailBytes_INTERNAL_API_DO_NOT_USE
00043 # define utf8_nextCharSafeBody utf8_nextCharSafeBody_INTERNAL_API_DO_NOT_USE
00044 # define utf8_prevCharSafeBody utf8_prevCharSafeBody_INTERNAL_API_DO_NOT_USE
00045 # else
00046 # define RegexPatternDump_3_6 RegexPatternDump_INTERNAL_API_DO_NOT_USE
00047 # define ucol_collatorToIdentifier_3_6 ucol_collatorToIdentifier_INTERNAL_API_DO_NOT_USE
00048 # define ucol_equals_3_6 ucol_equals_INTERNAL_API_DO_NOT_USE
00049 # define ucol_forgetUCA_3_6 ucol_forgetUCA_INTERNAL_API_DO_NOT_USE
00050 # define ucol_getAttributeOrDefault_3_6 ucol_getAttributeOrDefault_INTERNAL_API_DO_NOT_USE
00051 # define ucol_getUnsafeSet_3_6 ucol_getUnsafeSet_INTERNAL_API_DO_NOT_USE
00052 # define ucol_identifierToShortString_3_6 ucol_identifierToShortString_INTERNAL_API_DO_NOT_USE
00053 # define ucol_openFromIdentifier_3_6 ucol_openFromIdentifier_INTERNAL_API_DO_NOT_USE
00054 # define ucol_prepareShortStringOpen_3_6 ucol_prepareShortStringOpen_INTERNAL_API_DO_NOT_USE
00055 # define ucol_shortStringToIdentifier_3_6 ucol_shortStringToIdentifier_INTERNAL_API_DO_NOT_USE
00056 # define uprv_getDefaultCodepage_3_6 uprv_getDefaultCodepage_INTERNAL_API_DO_NOT_USE
00057 # define uprv_getDefaultLocaleID_3_6 uprv_getDefaultLocaleID_INTERNAL_API_DO_NOT_USE
00058 # define ures_openFillIn_3_6 ures_openFillIn_INTERNAL_API_DO_NOT_USE
00059 # define utf8_appendCharSafeBody_3_6 utf8_appendCharSafeBody_INTERNAL_API_DO_NOT_USE
00060 # define utf8_back1SafeBody_3_6 utf8_back1SafeBody_INTERNAL_API_DO_NOT_USE
00061 # define utf8_countTrailBytes_3_6 utf8_countTrailBytes_INTERNAL_API_DO_NOT_USE
00062 # define utf8_nextCharSafeBody_3_6 utf8_nextCharSafeBody_INTERNAL_API_DO_NOT_USE
00063 # define utf8_prevCharSafeBody_3_6 utf8_prevCharSafeBody_INTERNAL_API_DO_NOT_USE
00064 # endif
00065
00066 #endif
00067 #endif
00068