code coverage updates

X-SVN-Rev: 10345
This commit is contained in:
Syn Wee Quek 2002-11-22 18:59:25 +00:00
parent 8f1b89cca4
commit 3b5d4d54fc

View File

@ -62,7 +62,7 @@ typedef struct {
UChar32 code;
} FindName;
#define DO_FIND_NAME (findNameDummy)
#define DO_FIND_NAME NULL
static UDataMemory *uCharNamesData=NULL;
static UCharNames *uCharNames=NULL;
@ -152,11 +152,6 @@ enumAlgNames(AlgorithmicRange *range,
static UChar32
findAlgName(AlgorithmicRange *range, UCharNameChoice nameChoice, const char *otherName);
static UBool
findNameDummy(void *context,
UChar32 code, UCharNameChoice nameChoice,
const char *name, int32_t length);
static uint16_t
getExtName(uint32_t code, char *buffer, uint16_t bufferLength);
@ -1425,14 +1420,6 @@ findAlgName(AlgorithmicRange *range, UCharNameChoice nameChoice, const char *oth
return 0xffff;
}
/* this is a dummy function that is used as a "find not enumerate" flag */
static UBool
findNameDummy(void *context,
UChar32 code, UCharNameChoice nameChoice,
const char *name, int32_t length) {
return FALSE;
}
static uint8_t getCharCat(UChar32 cp) {
uint8_t cat;