Freigeben über


UCharacter.GetBidiPairedBracket(Int32) Method

Definition

<strong>[icu]</strong> Maps the specified character to its paired bracket character.

[Android.Runtime.Register("getBidiPairedBracket", "(I)I", "", ApiSince=24)]
public static int GetBidiPairedBracket (int c);
[<Android.Runtime.Register("getBidiPairedBracket", "(I)I", "", ApiSince=24)>]
static member GetBidiPairedBracket : int -> int

Parameters

c
Int32

the code point to be mapped

Returns

the paired bracket code point, or c itself if there is no such mapping (Bidi_Paired_Bracket_Type=None)

Attributes

Remarks

<strong>[icu]</strong> Maps the specified character to its paired bracket character. For Bidi_Paired_Bracket_Type!=None, this is the same as getMirror(int). Otherwise c itself is returned. See http://www.unicode.org/reports/tr9/

Java documentation for android.icu.lang.UCharacter.getBidiPairedBracket(int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to