mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-3905 Fix some compiler warnings
X-SVN-Rev: 16147
This commit is contained in:
parent
4f1203de66
commit
af9958522e
3 changed files with 0 additions and 9 deletions
|
@ -84,13 +84,6 @@ ucnv_unloadSharedDataIfReady(UConverterSharedData *sharedData);
|
|||
void
|
||||
ucnv_incrementRefCount(UConverterSharedData *sharedData);
|
||||
|
||||
|
||||
/* returns true if "name" is in algorithmicConverterNames
|
||||
* @param name The converter name.
|
||||
* @return TRUE if "name" is in algorithmicConverterNames.
|
||||
*/
|
||||
UBool ucnv_isDataBasedConverter (const char *name);
|
||||
|
||||
/* Copy the string that is represented by the UConverterPlatform enum
|
||||
* @param platformString An output buffer
|
||||
* @param platform An enum representing a platform
|
||||
|
|
|
@ -28,6 +28,5 @@
|
|||
|
||||
UBool uprv_mapFile(UDataMemory *pdm, const char *path);
|
||||
void uprv_unmapFile(UDataMemory *pData);
|
||||
char * uprv_computeDirPath(const char *path, char *pathBuffer);
|
||||
|
||||
#endif
|
||||
|
|
|
@ -88,7 +88,6 @@ U_CFUNC const char* ures_getPath(const UResourceBundle* resB);
|
|||
U_CFUNC void ures_appendResPath(UResourceBundle *resB, const char* toAdd, int32_t lenToAdd);
|
||||
/*U_CFUNC void ures_setResPath(UResourceBundle *resB, const char* toAdd);*/
|
||||
U_CFUNC void ures_freeResPath(UResourceBundle *resB);
|
||||
U_CFUNC void ures_freeRequestedLocale(UResourceBundle *resB);
|
||||
|
||||
/* Candidates for export */
|
||||
U_CFUNC UResourceBundle *ures_copyResb(UResourceBundle *r, const UResourceBundle *original, UErrorCode *status);
|
||||
|
|
Loading…
Add table
Reference in a new issue