Collator.Decomposition 属性

定义

获取此排序器分解模式。 - 或 - 设置此排序器分解模式。

public virtual int Decomposition { [Android.Runtime.Register("getDecomposition", "()I", "GetGetDecompositionHandler")] get; [Android.Runtime.Register("setDecomposition", "(I)V", "GetSetDecomposition_IHandler")] set; }
[<get: Android.Runtime.Register("getDecomposition", "()I", "GetGetDecompositionHandler")>]
[<set: Android.Runtime.Register("setDecomposition", "(I)V", "GetSetDecomposition_IHandler")>]
member this.Decomposition : int with get, set

属性值

分解模式

属性

例外

如果提供的分解规则无效, 这包括 FULL_DECOMPOSITION

注解

属性 getter 文档:

获取此排序器分解模式。 分解模式确定 Unicode 组合字符的处理方式。 通过调整分解模式,用户可以在更快、更完整的排序规则行为之间进行选择。

分解模式的三个值为:<UL<>LI NO_DECOMPOSITION、<LI>CANONICAL_DECOMPOSITION <LI>>FULL_DECOMPOSITION。 </UL> 请参阅这三个常量的文档,了解其含义的说明。

适用于 . 的 java.text.Collator.getDecomposition()Java 文档

属性 setter 文档:

设置此排序器分解模式。 有关分解模式的说明,请参阅 getDecomposition。

适用于 . 的 java.text.Collator.setDecomposition(int)Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于