ICU-4092 #if 0 dead debugging code

X-SVN-Rev: 17097
This commit is contained in:
George Rhoten 2005-01-07 18:45:15 +00:00
parent 8be124aaa3
commit 6670e0cbb9
2 changed files with 4 additions and 1 deletions

View File

@ -954,9 +954,10 @@ U_CFUNC
void ucol_updateInternalState(UCollator *coll, UErrorCode *status);
U_CAPI uint32_t U_EXPORT2 ucol_getFirstCE(const UCollator *coll, UChar u, UErrorCode *status);
U_CAPI char* U_EXPORT2 ucol_sortKeyToString(const UCollator *coll, const uint8_t *sortkey, char *buffer, uint32_t *len);
U_CAPI UBool U_EXPORT2 ucol_isTailored(const UCollator *coll, const UChar u, UErrorCode *status);
/*U_CAPI char* U_EXPORT2 ucol_sortKeyToString(const UCollator *coll, const uint8_t *sortkey, char *buffer, uint32_t *len);*/
U_CAPI const InverseUCATableHeader* U_EXPORT2 ucol_initInverseUCA(UErrorCode *status);
U_CAPI void U_EXPORT2

View File

@ -757,6 +757,7 @@ ucol_safeClone(const UCollator *coll, void *stackBuffer, int32_t * pBufferSize,
return localCollator;
}
#if 0
static
inline void uprv_appendByteToHexString(char *dst, uint8_t val) {
uint32_t len = (uint32_t)uprv_strlen(dst);
@ -812,5 +813,6 @@ U_CAPI char* U_EXPORT2 ucol_sortKeyToString(const UCollator *coll, const uint8_t
return buffer;
}
#endif /* #if 0 debugging code. */
#endif /* #if !UCONFIG_NO_COLLATION */