ICU-2118
code coverage updates X-SVN-Rev: 10345
This commit is contained in:
parent
8f1b89cca4
commit
3b5d4d54fc
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user