mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-23 00:47: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
|
||||
/*
|
||||
**********************************************************************
|
||||
|
|
@ -196,7 +196,7 @@ typedef enum {
|
|||
* @deprecated ICU 58 The numeric value may change over time, see ICU ticket #12420.
|
||||
*/
|
||||
USEARCH_ATTRIBUTE_COUNT = 3
|
||||
#endif // U_HIDE_DEPRECATED_API
|
||||
#endif /* U_HIDE_DEPRECATED_API */
|
||||
} USearchAttribute;
|
||||
|
||||
/**
|
||||
|
|
@ -257,10 +257,9 @@ typedef enum {
|
|||
* match an e with the same diacritic or a plain e in the searched text.
|
||||
*
|
||||
* This option is similar to "asymmetric search" as described in
|
||||
* <a href="http://www.unicode.org/reports/tr10/#Asymmetric_Search">
|
||||
* UTS #10 Unicode Collation Algorithm</a, but also allows unmarked
|
||||
* characters in the searched text to match marked or unmarked versions of
|
||||
* that character in the pattern.
|
||||
* [UTS #10 Unicode Collation Algorithm](http://www.unicode.org/reports/tr10/#Asymmetric_Search),
|
||||
* but also allows unmarked characters in the searched text to match
|
||||
* marked or unmarked versions of that character in the pattern.
|
||||
*
|
||||
* @stable ICU 4.4
|
||||
*/
|
||||
|
|
@ -272,7 +271,7 @@ typedef enum {
|
|||
* @deprecated ICU 58 The numeric value may change over time, see ICU ticket #12420.
|
||||
*/
|
||||
USEARCH_ATTRIBUTE_VALUE_COUNT
|
||||
#endif // U_HIDE_DEPRECATED_API
|
||||
#endif /* U_HIDE_DEPRECATED_API */
|
||||
} USearchAttributeValue;
|
||||
|
||||
/* open and close ------------------------------------------------------ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue