37c68e53d6
X-SVN-Rev: 3736
11 lines
314 B
C
11 lines
314 B
C
#ifndef TBLPRINT_H
|
|
#define TBLPRINT_H
|
|
|
|
#include "unicode/utypes.h"
|
|
#include "genuca.h"
|
|
|
|
char *formatElementString(uint32_t CE, char *buffer);
|
|
void printExp(uint32_t CE, uint32_t oldCE, char* primb, char* secb, char *terb, UBool *printedCont);
|
|
void printOutTable(UCATableHeader *myData, UErrorCode *status);
|
|
|
|
#endif |