mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-5410 Comment out debugging code.
X-SVN-Rev: 20659
This commit is contained in:
parent
1bed67e4ed
commit
f29097dc68
2 changed files with 4 additions and 0 deletions
icu4c/source/common
|
@ -1786,6 +1786,7 @@ U_CFUNC const char* ures_getName(const UResourceBundle* resB) {
|
|||
return resB->fData->fName;
|
||||
}
|
||||
|
||||
#ifdef URES_DEBUG
|
||||
U_CFUNC const char* ures_getPath(const UResourceBundle* resB) {
|
||||
if(resB == NULL) {
|
||||
return NULL;
|
||||
|
@ -1793,6 +1794,7 @@ U_CFUNC const char* ures_getPath(const UResourceBundle* resB) {
|
|||
|
||||
return resB->fData->fPath;
|
||||
}
|
||||
#endif
|
||||
|
||||
/* OLD API implementation */
|
||||
|
||||
|
|
|
@ -83,7 +83,9 @@ U_CAPI void U_EXPORT2 ures_initStackObject(UResourceBundle* resB);
|
|||
|
||||
/* Some getters used by the copy constructor */
|
||||
U_CFUNC const char* ures_getName(const UResourceBundle* resB);
|
||||
#ifdef URES_DEBUG
|
||||
U_CFUNC const char* ures_getPath(const UResourceBundle* resB);
|
||||
#endif
|
||||
/*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);*/
|
||||
|
|
Loading…
Add table
Reference in a new issue