ICU-5410 Comment out unused code.
X-SVN-Rev: 20673
This commit is contained in:
parent
439947f270
commit
596bee3007
@ -301,7 +301,7 @@ const CharsetMatch * const *CharsetDetector::detectAll(int32_t &maxMatchesFound,
|
||||
return resultArray;
|
||||
}
|
||||
|
||||
const char *CharsetDetector::getCharsetName(int32_t index, UErrorCode &status) const
|
||||
/*const char *CharsetDetector::getCharsetName(int32_t index, UErrorCode &status) const
|
||||
{
|
||||
if( index > fCSRecognizers_size-1 || index < 0) {
|
||||
status = U_INDEX_OUTOFBOUNDS_ERROR;
|
||||
@ -310,7 +310,7 @@ const char *CharsetDetector::getCharsetName(int32_t index, UErrorCode &status) c
|
||||
} else {
|
||||
return fCSRecognizers[index]->getName();
|
||||
}
|
||||
}
|
||||
}*/
|
||||
|
||||
U_NAMESPACE_END
|
||||
|
||||
|
@ -45,7 +45,7 @@ public:
|
||||
|
||||
UBool getStripTagsFlag() const;
|
||||
|
||||
const char *getCharsetName(int32_t index, UErrorCode& status) const;
|
||||
// const char *getCharsetName(int32_t index, UErrorCode& status) const;
|
||||
|
||||
static int32_t getDetectableCount();
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user