974045e585
X-SVN-Rev: 13069
31 lines
849 B
C
31 lines
849 B
C
/*
|
|
*******************************************************************************
|
|
*
|
|
* Copyright (C) 2003, International Business Machines
|
|
* Corporation and others. All Rights Reserved.
|
|
*
|
|
*******************************************************************************
|
|
* file name: ucol_swp.h
|
|
* encoding: US-ASCII
|
|
* tab size: 8 (not used)
|
|
* indentation:4
|
|
*
|
|
* created on: 2003sep10
|
|
* created by: Markus W. Scherer
|
|
*
|
|
* Swap collation binaries.
|
|
*/
|
|
|
|
#include "unicode/utypes.h"
|
|
#include "udataswp.h"
|
|
|
|
U_CAPI int32_t U_EXPORT2
|
|
ucol_swapBinary(const UDataSwapper *ds,
|
|
const void *inData, int32_t length, void *outData,
|
|
UErrorCode *pErrorCode);
|
|
|
|
U_CAPI int32_t U_EXPORT2
|
|
ucol_swap(const UDataSwapper *ds,
|
|
const void *inData, int32_t length, void *outData,
|
|
UErrorCode *pErrorCode);
|