mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 08:27:31 +09:00
Issue #1971 - Part 2: Update ICU source to 63.2.
This commit is contained in:
parent
8df84683be
commit
1e69214382
3160 changed files with 275815 additions and 234203 deletions
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright (C) 2016 and later: Unicode, Inc. and others.
|
||||
// © 2016 and later: Unicode, Inc. and others.
|
||||
// License & terms of use: http://www.unicode.org/copyright.html
|
||||
/*
|
||||
*******************************************************************************
|
||||
|
|
@ -210,7 +210,7 @@ enum {
|
|||
* the output was truncated, and the error code is set to U_BUFFER_OVERFLOW_ERROR.
|
||||
* @deprecated ICU 56 Use unorm2.h instead.
|
||||
*/
|
||||
U_STABLE int32_t U_EXPORT2
|
||||
U_DEPRECATED int32_t U_EXPORT2
|
||||
unorm_normalize(const UChar *source, int32_t sourceLength,
|
||||
UNormalizationMode mode, int32_t options,
|
||||
UChar *result, int32_t resultLength,
|
||||
|
|
@ -236,7 +236,7 @@ unorm_normalize(const UChar *source, int32_t sourceLength,
|
|||
* @see unorm_isNormalized
|
||||
* @deprecated ICU 56 Use unorm2.h instead.
|
||||
*/
|
||||
U_STABLE UNormalizationCheckResult U_EXPORT2
|
||||
U_DEPRECATED UNormalizationCheckResult U_EXPORT2
|
||||
unorm_quickCheck(const UChar *source, int32_t sourcelength,
|
||||
UNormalizationMode mode,
|
||||
UErrorCode *status);
|
||||
|
|
@ -257,7 +257,7 @@ unorm_quickCheck(const UChar *source, int32_t sourcelength,
|
|||
* @see unorm_isNormalized
|
||||
* @deprecated ICU 56 Use unorm2.h instead.
|
||||
*/
|
||||
U_STABLE UNormalizationCheckResult U_EXPORT2
|
||||
U_DEPRECATED UNormalizationCheckResult U_EXPORT2
|
||||
unorm_quickCheckWithOptions(const UChar *src, int32_t srcLength,
|
||||
UNormalizationMode mode, int32_t options,
|
||||
UErrorCode *pErrorCode);
|
||||
|
|
@ -283,7 +283,7 @@ unorm_quickCheckWithOptions(const UChar *src, int32_t srcLength,
|
|||
* @see unorm_quickCheck
|
||||
* @deprecated ICU 56 Use unorm2.h instead.
|
||||
*/
|
||||
U_STABLE UBool U_EXPORT2
|
||||
U_DEPRECATED UBool U_EXPORT2
|
||||
unorm_isNormalized(const UChar *src, int32_t srcLength,
|
||||
UNormalizationMode mode,
|
||||
UErrorCode *pErrorCode);
|
||||
|
|
@ -305,7 +305,7 @@ unorm_isNormalized(const UChar *src, int32_t srcLength,
|
|||
* @see unorm_isNormalized
|
||||
* @deprecated ICU 56 Use unorm2.h instead.
|
||||
*/
|
||||
U_STABLE UBool U_EXPORT2
|
||||
U_DEPRECATED UBool U_EXPORT2
|
||||
unorm_isNormalizedWithOptions(const UChar *src, int32_t srcLength,
|
||||
UNormalizationMode mode, int32_t options,
|
||||
UErrorCode *pErrorCode);
|
||||
|
|
@ -383,7 +383,7 @@ unorm_isNormalizedWithOptions(const UChar *src, int32_t srcLength,
|
|||
*
|
||||
* @deprecated ICU 56 Use unorm2.h instead.
|
||||
*/
|
||||
U_STABLE int32_t U_EXPORT2
|
||||
U_DEPRECATED int32_t U_EXPORT2
|
||||
unorm_next(UCharIterator *src,
|
||||
UChar *dest, int32_t destCapacity,
|
||||
UNormalizationMode mode, int32_t options,
|
||||
|
|
@ -416,7 +416,7 @@ unorm_next(UCharIterator *src,
|
|||
*
|
||||
* @deprecated ICU 56 Use unorm2.h instead.
|
||||
*/
|
||||
U_STABLE int32_t U_EXPORT2
|
||||
U_DEPRECATED int32_t U_EXPORT2
|
||||
unorm_previous(UCharIterator *src,
|
||||
UChar *dest, int32_t destCapacity,
|
||||
UNormalizationMode mode, int32_t options,
|
||||
|
|
@ -460,7 +460,7 @@ unorm_previous(UCharIterator *src,
|
|||
*
|
||||
* @deprecated ICU 56 Use unorm2.h instead.
|
||||
*/
|
||||
U_STABLE int32_t U_EXPORT2
|
||||
U_DEPRECATED int32_t U_EXPORT2
|
||||
unorm_concatenate(const UChar *left, int32_t leftLength,
|
||||
const UChar *right, int32_t rightLength,
|
||||
UChar *dest, int32_t destCapacity,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue