2000-08-16 22:30:12 +00:00
|
|
|
/********************************************************************
|
|
|
|
* COPYRIGHT:
|
2001-03-21 20:09:56 +00:00
|
|
|
* Copyright (c) 1997-2001, International Business Machines Corporation and
|
2000-08-16 22:30:12 +00:00
|
|
|
* others. All Rights Reserved.
|
|
|
|
********************************************************************/
|
|
|
|
/* Wraps C++ internal utilities needed in C
|
|
|
|
Bertrand A. D.*/
|
|
|
|
|
|
|
|
#include "unicode/utypes.h"
|
|
|
|
U_CAPI void printUChar(const UChar* uniString);
|
|
|
|
U_CAPI void printChar( const char* charString);
|
|
|
|
|
|
|
|
U_CAPI void T_PlatformUtilities_pathnameInContext( char *fullname, int32_t maxsize, const char * relPath);
|
|
|
|
U_CAPI const char *T_PlatformUtilities_getDefaultDataDirectory(void);
|