ICU-4092 #if 0 dead debugging code
X-SVN-Rev: 17097
This commit is contained in:
parent
8be124aaa3
commit
6670e0cbb9
@ -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
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user