ICU-1992 .dat -> .icu for non package files

X-SVN-Rev: 9233
This commit is contained in:
Steven R. Loomis 2002-07-17 19:25:18 +00:00
parent 3ddea88fec
commit 1386f08c7f
3 changed files with 4 additions and 4 deletions

View file

@ -34,7 +34,7 @@
/* prototypes ------------------------------------------------------------- */
static const char DATA_NAME[] = "unames";
static const char DATA_TYPE[] = "dat";
static const char DATA_TYPE[] = "icu";
#define GROUP_SHIFT 5
#define LINES_PER_GROUP (1UL<<GROUP_SHIFT)

View file

@ -123,7 +123,7 @@ _composePart(UChar *stackBuffer, UChar *&buffer, int32_t &bufferCapacity, int32_
/* load unorm.dat ----------------------------------------------------------- */
#define DATA_NAME "unorm"
#define DATA_TYPE "dat"
#define DATA_TYPE "icu"
static UDataMemory *normData=NULL;
static UErrorCode dataErrorCode=U_ZERO_ERROR;
@ -133,7 +133,7 @@ static int32_t indexes[_NORM_INDEX_TOP]={ 0 };
static UTrie normTrie={ 0,0,0,0,0,0,0 }, fcdTrie={ 0,0,0,0,0,0,0 }, auxTrie={ 0,0,0,0,0,0,0 };
/*
* pointers into the memory-mapped unorm.dat
* pointers into the memory-mapped unorm.icu
*/
static const uint16_t *extraData=NULL,
*combiningTable=NULL,

View file

@ -14,7 +14,7 @@
* created by: Markus W. Scherer
*
* Implementations for mostly non-core Unicode character properties
* stored in uprops.dat.
* stored in uprops.icu.
*/
#include "unicode/utypes.h"