/*
*******************************************************************************
*
-* Copyright (C) 2003-2010, International Business Machines
+* Copyright (C) 2003-2012, International Business Machines
* Corporation and others. All Rights Reserved.
*
*******************************************************************************
-* file name: ucol_swp.c
+* file name: ucol_swp.cpp
* encoding: US-ASCII
* tab size: 8 (not used)
* indentation:4
#include "utrie.h"
#include "udataswp.h"
#include "cmemory.h"
-#include "ucol_imp.h"
+#include "ucol_data.h"
#include "ucol_swp.h"
/* swapping ----------------------------------------------------------------- */
U_CAPI UBool U_EXPORT2
ucol_looksLikeCollationBinary(const UDataSwapper *ds,
const void *inData, int32_t length) {
- const uint8_t *inBytes;
const UCATableHeader *inHeader;
UCATableHeader header;
return FALSE;
}
- inBytes=(const uint8_t *)inData;
inHeader=(const UCATableHeader *)inData;
/*