mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-4639 make ucsdet_detect() return a const object.
X-SVN-Rev: 18708
This commit is contained in:
parent
3d43a6752b
commit
d61a952e0c
1 changed files with 2 additions and 2 deletions
|
@ -128,7 +128,7 @@ ucsdet_setDeclaredEncoding(UCharsetDetector *csd, const char *encoding, int32_t
|
|||
*
|
||||
* @draft ICU 3.6
|
||||
*/
|
||||
U_DRAFT UCharsetMatch * U_EXPORT2
|
||||
U_DRAFT const UCharsetMatch * U_EXPORT2
|
||||
ucsdet_detect(UCharsetDetector *csd, UErrorCode *status);
|
||||
|
||||
|
||||
|
@ -162,7 +162,7 @@ ucsdet_detect(UCharsetDetector *csd, UErrorCode *status);
|
|||
* the detector is closed or modified.
|
||||
* @draft ICU 3.4
|
||||
*/
|
||||
U_DRAFT UCharsetMatch ** U_EXPORT2
|
||||
U_DRAFT const UCharsetMatch ** U_EXPORT2
|
||||
ucsdet_detectAll(UCharsetDetector *csd, int32_t *matchesFound, UErrorCode *status);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue