Documentation
¶
Overview ¶
Package lang provides Go bindings for android.icu.lang.
Index ¶
- Constants
- func Init(env *jni.Env) error
- type UCharacter
- func (m *UCharacter) CharCount(arg0 int32) (int32, error)
- func (m *UCharacter) CodePointAt2(arg0 *jni.Object, arg1 int32) (int32, error)
- func (m *UCharacter) CodePointAt2_2(arg0 string, arg1 int32) (int32, error)
- func (m *UCharacter) CodePointAt3_1(arg0 *jni.Object, arg1 int32, arg2 int32) (int32, error)
- func (m *UCharacter) CodePointBefore2(arg0 *jni.Object, arg1 int32) (int32, error)
- func (m *UCharacter) CodePointBefore2_2(arg0 string, arg1 int32) (int32, error)
- func (m *UCharacter) CodePointBefore3_1(arg0 *jni.Object, arg1 int32, arg2 int32) (int32, error)
- func (m *UCharacter) CodePointCount3(arg0 *jni.Object, arg1 int32, arg2 int32) (int32, error)
- func (m *UCharacter) CodePointCount3_1(arg0 string, arg1 int32, arg2 int32) (int32, error)
- func (m *UCharacter) Digit1(arg0 int32) (int32, error)
- func (m *UCharacter) Digit2_1(arg0 int32, arg1 int32) (int32, error)
- func (m *UCharacter) FoldCase2(arg0 int32, arg1 bool) (int32, error)
- func (m *UCharacter) FoldCase2_1(arg0 int32, arg1 int32) (int32, error)
- func (m *UCharacter) FoldCase2_2(arg0 string, arg1 bool) (string, error)
- func (m *UCharacter) FoldCase2_3(arg0 string, arg1 int32) (string, error)
- func (m *UCharacter) ForDigit(arg0 int32, arg1 int32) (uint16, error)
- func (m *UCharacter) GetAge(arg0 int32) (*jni.Object, error)
- func (m *UCharacter) GetBidiPairedBracket(arg0 int32) (int32, error)
- func (m *UCharacter) GetCharFromExtendedName(arg0 string) (int32, error)
- func (m *UCharacter) GetCharFromName(arg0 string) (int32, error)
- func (m *UCharacter) GetCharFromNameAlias(arg0 string) (int32, error)
- func (m *UCharacter) GetCodePoint1(arg0 uint16) (int32, error)
- func (m *UCharacter) GetCodePoint2_1(arg0 uint16, arg1 uint16) (int32, error)
- func (m *UCharacter) GetCodePoint2_2(arg0 int32, arg1 int32) (int32, error)
- func (m *UCharacter) GetCombiningClass(arg0 int32) (int32, error)
- func (m *UCharacter) GetDirection(arg0 int32) (int32, error)
- func (m *UCharacter) GetDirectionality(arg0 int32) (int8, error)
- func (m *UCharacter) GetExtendedName(arg0 int32) (string, error)
- func (m *UCharacter) GetExtendedNameIterator() (*jni.Object, error)
- func (m *UCharacter) GetHanNumericValue(arg0 int32) (int32, error)
- func (m *UCharacter) GetIntPropertyMaxValue(arg0 int32) (int32, error)
- func (m *UCharacter) GetIntPropertyMinValue(arg0 int32) (int32, error)
- func (m *UCharacter) GetIntPropertyValue(arg0 int32, arg1 int32) (int32, error)
- func (m *UCharacter) GetMirror(arg0 int32) (int32, error)
- func (m *UCharacter) GetName1(arg0 int32) (string, error)
- func (m *UCharacter) GetName2_1(arg0 string, arg1 string) (string, error)
- func (m *UCharacter) GetNameAlias(arg0 int32) (string, error)
- func (m *UCharacter) GetNameIterator() (*jni.Object, error)
- func (m *UCharacter) GetNumericValue(arg0 int32) (int32, error)
- func (m *UCharacter) GetPropertyEnum(arg0 string) (int32, error)
- func (m *UCharacter) GetPropertyName(arg0 int32, arg1 int32) (string, error)
- func (m *UCharacter) GetPropertyValueEnum(arg0 int32, arg1 string) (int32, error)
- func (m *UCharacter) GetPropertyValueName(arg0 int32, arg1 int32, arg2 int32) (string, error)
- func (m *UCharacter) GetType(arg0 int32) (int32, error)
- func (m *UCharacter) GetTypeIterator() (*jni.Object, error)
- func (m *UCharacter) GetUnicodeNumericValue(arg0 int32) (float64, error)
- func (m *UCharacter) GetUnicodeVersion() (*jni.Object, error)
- func (m *UCharacter) HasBinaryProperty2(arg0 int32, arg1 int32) (bool, error)
- func (m *UCharacter) HasBinaryProperty2_1(arg0 string, arg1 int32) (bool, error)
- func (m *UCharacter) IsBMP(arg0 int32) (bool, error)
- func (m *UCharacter) IsBaseForm(arg0 int32) (bool, error)
- func (m *UCharacter) IsDefined(arg0 int32) (bool, error)
- func (m *UCharacter) IsDigit(arg0 int32) (bool, error)
- func (m *UCharacter) IsHighSurrogate1(arg0 uint16) (bool, error)
- func (m *UCharacter) IsHighSurrogate1_1(arg0 int32) (bool, error)
- func (m *UCharacter) IsISOControl(arg0 int32) (bool, error)
- func (m *UCharacter) IsIdentifierIgnorable(arg0 int32) (bool, error)
- func (m *UCharacter) IsJavaIdentifierPart(arg0 int32) (bool, error)
- func (m *UCharacter) IsJavaIdentifierStart(arg0 int32) (bool, error)
- func (m *UCharacter) IsLegal1(arg0 int32) (bool, error)
- func (m *UCharacter) IsLegal1_1(arg0 string) (bool, error)
- func (m *UCharacter) IsLetter(arg0 int32) (bool, error)
- func (m *UCharacter) IsLetterOrDigit(arg0 int32) (bool, error)
- func (m *UCharacter) IsLowSurrogate1(arg0 uint16) (bool, error)
- func (m *UCharacter) IsLowSurrogate1_1(arg0 int32) (bool, error)
- func (m *UCharacter) IsLowerCase(arg0 int32) (bool, error)
- func (m *UCharacter) IsMirrored(arg0 int32) (bool, error)
- func (m *UCharacter) IsPrintable(arg0 int32) (bool, error)
- func (m *UCharacter) IsSpaceChar(arg0 int32) (bool, error)
- func (m *UCharacter) IsSupplementary(arg0 int32) (bool, error)
- func (m *UCharacter) IsSupplementaryCodePoint(arg0 int32) (bool, error)
- func (m *UCharacter) IsSurrogatePair2(arg0 uint16, arg1 uint16) (bool, error)
- func (m *UCharacter) IsSurrogatePair2_1(arg0 int32, arg1 int32) (bool, error)
- func (m *UCharacter) IsTitleCase(arg0 int32) (bool, error)
- func (m *UCharacter) IsUAlphabetic(arg0 int32) (bool, error)
- func (m *UCharacter) IsULowercase(arg0 int32) (bool, error)
- func (m *UCharacter) IsUUppercase(arg0 int32) (bool, error)
- func (m *UCharacter) IsUWhiteSpace(arg0 int32) (bool, error)
- func (m *UCharacter) IsUnicodeIdentifierPart(arg0 int32) (bool, error)
- func (m *UCharacter) IsUnicodeIdentifierStart(arg0 int32) (bool, error)
- func (m *UCharacter) IsUpperCase(arg0 int32) (bool, error)
- func (m *UCharacter) IsValidCodePoint(arg0 int32) (bool, error)
- func (m *UCharacter) IsWhitespace(arg0 int32) (bool, error)
- func (m *UCharacter) OffsetByCodePoints3_1(arg0 string, arg1 int32, arg2 int32) (int32, error)
- func (m *UCharacter) OffsetByCodePoints5(arg0 *jni.Object, arg1 int32, arg2 int32, arg3 int32, arg4 int32) (int32, error)
- func (m *UCharacter) ToChars1(arg0 int32) (*jni.Object, error)
- func (m *UCharacter) ToChars3_1(arg0 int32, arg1 *jni.Object, arg2 int32) (int32, error)
- func (m *UCharacter) ToCodePoint2(arg0 uint16, arg1 uint16) (int32, error)
- func (m *UCharacter) ToCodePoint2_1(arg0 int32, arg1 int32) (int32, error)
- func (m *UCharacter) ToLowerCase1_1(arg0 int32) (int32, error)
- func (m *UCharacter) ToLowerCase1_2(arg0 string) (string, error)
- func (m *UCharacter) ToLowerCase2(arg0 *jni.Object, arg1 string) (string, error)
- func (m *UCharacter) ToLowerCase2_3(arg0 *jni.Object, arg1 string) (string, error)
- func (m *UCharacter) ToString(arg0 int32) (string, error)
- func (m *UCharacter) ToTitleCase1_2(arg0 int32) (int32, error)
- func (m *UCharacter) ToTitleCase2_3(arg0 string, arg1 *jni.Object) (string, error)
- func (m *UCharacter) ToTitleCase3(arg0 *jni.Object, arg1 string, arg2 *jni.Object) (string, error)
- func (m *UCharacter) ToTitleCase3_4(arg0 *jni.Object, arg1 string, arg2 *jni.Object) (string, error)
- func (m *UCharacter) ToTitleCase4_1(arg0 *jni.Object, arg1 string, arg2 *jni.Object, arg3 int32) (string, error)
- func (m *UCharacter) ToTitleCase4_5(arg0 *jni.Object, arg1 string, arg2 *jni.Object, arg3 int32) (string, error)
- func (m *UCharacter) ToUpperCase1_1(arg0 int32) (int32, error)
- func (m *UCharacter) ToUpperCase1_2(arg0 string) (string, error)
- func (m *UCharacter) ToUpperCase2(arg0 *jni.Object, arg1 string) (string, error)
- func (m *UCharacter) ToUpperCase2_3(arg0 *jni.Object, arg1 string) (string, error)
- type UCharacterBidiPairedBracketType
- type UCharacterCategory
- type UCharacterDecompositionType
- type UCharacterDirection
- type UCharacterEastAsianWidth
- type UCharacterEnums
- type UCharacterEnumsECharacterCategory
- type UCharacterEnumsECharacterDirection
- type UCharacterGraphemeClusterBreak
- type UCharacterHangulSyllableType
- type UCharacterIndicPositionalCategory
- type UCharacterIndicSyllabicCategory
- type UCharacterJoiningGroup
- type UCharacterJoiningType
- type UCharacterLineBreak
- type UCharacterNumericType
- type UCharacterSentenceBreak
- type UCharacterUnicodeBlock
- func (m *UCharacterUnicodeBlock) ForName(arg0 string) (*jni.Object, error)
- func (m *UCharacterUnicodeBlock) GetID() (int32, error)
- func (m *UCharacterUnicodeBlock) GetInstance(arg0 int32) (*jni.Object, error)
- func (m *UCharacterUnicodeBlock) Of(arg0 int32) (*jni.Object, error)
- func (m *UCharacterUnicodeBlock) ToString() (string, error)
- type UCharacterVerticalOrientation
- type UCharacterWordBreak
- type UProperty
- type UPropertyNameChoice
- type UScript
- func (m *UScript) BreaksBetweenLetters(arg0 int32) (bool, error)
- func (m *UScript) GetCode1(arg0 *jni.Object) (*jni.Object, error)
- func (m *UScript) GetCode1_1(arg0 string) (*jni.Object, error)
- func (m *UScript) GetCode1_2(arg0 *jni.Object) (*jni.Object, error)
- func (m *UScript) GetCodeFromName(arg0 string) (int32, error)
- func (m *UScript) GetName(arg0 int32) (string, error)
- func (m *UScript) GetSampleString(arg0 int32) (string, error)
- func (m *UScript) GetScript(arg0 int32) (int32, error)
- func (m *UScript) GetScriptExtensions(arg0 int32, arg1 *jni.Object) (int32, error)
- func (m *UScript) GetShortName(arg0 int32) (string, error)
- func (m *UScript) GetUsage(arg0 int32) (*jni.Object, error)
- func (m *UScript) HasScript(arg0 int32, arg1 int32) (bool, error)
- func (m *UScript) IsCased(arg0 int32) (bool, error)
- func (m *UScript) IsRightToLeft(arg0 int32) (bool, error)
- func (m *UScript) ToString() (string, error)
- type UScriptScriptUsage
Constants ¶
const ( CombiningSpacingMark = consts.CombiningSpacingMark ConnectorPunctuation = consts.ConnectorPunctuation Control = consts.Control CurrencySymbol = consts.CurrencySymbol DashPunctuation = consts.DashPunctuation DecimalDigitNumber = consts.DecimalDigitNumber EnclosingMark = consts.EnclosingMark EndPunctuation = consts.EndPunctuation FinalPunctuation = consts.FinalPunctuation FinalQuotePunctuation = consts.FinalQuotePunctuation Format = consts.Format GeneralOtherTypes = consts.GeneralOtherTypes InitialPunctuation = consts.InitialPunctuation InitialQuotePunctuation = consts.InitialQuotePunctuation LetterNumber = consts.LetterNumber LineSeparator = consts.LineSeparator LowercaseLetter = consts.LowercaseLetter MathSymbol = consts.MathSymbol ModifierLetter = consts.ModifierLetter ModifierSymbol = consts.ModifierSymbol NonSpacingMark = consts.NonSpacingMark OtherLetter = consts.OtherLetter OtherNumber = consts.OtherNumber OtherPunctuation = consts.OtherPunctuation OtherSymbol = consts.OtherSymbol ParagraphSeparator = consts.ParagraphSeparator PrivateUse = consts.PrivateUse SpaceSeparator = consts.SpaceSeparator StartPunctuation = consts.StartPunctuation Surrogate = consts.Surrogate TitlecaseLetter = consts.TitlecaseLetter Unassigned = consts.Unassigned UppercaseLetter = consts.UppercaseLetter ArabicNumber = consts.ArabicNumber BlockSeparator = consts.BlockSeparator BoundaryNeutral = consts.BoundaryNeutral CommonNumberSeparator = consts.CommonNumberSeparator DirectionalityArabicNumber = consts.DirectionalityArabicNumber DirectionalityBoundaryNeutral = consts.DirectionalityBoundaryNeutral DirectionalityCommonNumberSeparator = consts.DirectionalityCommonNumberSeparator DirectionalityEuropeanNumber = consts.DirectionalityEuropeanNumber DirectionalityEuropeanNumberSeparator = consts.DirectionalityEuropeanNumberSeparator DirectionalityEuropeanNumberTerminator = consts.DirectionalityEuropeanNumberTerminator DirectionalityLeftToRight = consts.DirectionalityLeftToRight DirectionalityLeftToRightEmbedding = consts.DirectionalityLeftToRightEmbedding DirectionalityLeftToRightOverride = consts.DirectionalityLeftToRightOverride DirectionalityNonspacingMark = consts.DirectionalityNonspacingMark DirectionalityOtherNeutrals = consts.DirectionalityOtherNeutrals DirectionalityParagraphSeparator = consts.DirectionalityParagraphSeparator DirectionalityPopDirectionalFormat = consts.DirectionalityPopDirectionalFormat DirectionalityRightToLeft = consts.DirectionalityRightToLeft DirectionalityRightToLeftArabic = consts.DirectionalityRightToLeftArabic DirectionalityRightToLeftEmbedding = consts.DirectionalityRightToLeftEmbedding DirectionalityRightToLeftOverride = consts.DirectionalityRightToLeftOverride DirectionalitySegmentSeparator = consts.DirectionalitySegmentSeparator DirectionalityUndefined = consts.DirectionalityUndefined DirectionalityWhitespace = consts.DirectionalityWhitespace DirNonSpacingMark = consts.DirNonSpacingMark EuropeanNumber = consts.EuropeanNumber EuropeanNumberSeparator = consts.EuropeanNumberSeparator EuropeanNumberTerminator = consts.EuropeanNumberTerminator FirstStrongIsolate = consts.FirstStrongIsolate LeftToRight = consts.LeftToRight LeftToRightEmbedding = consts.LeftToRightEmbedding LeftToRightIsolate = consts.LeftToRightIsolate LeftToRightOverride = consts.LeftToRightOverride OtherNeutral = consts.OtherNeutral PopDirectionalFormat = consts.PopDirectionalFormat PopDirectionalIsolate = consts.PopDirectionalIsolate RightToLeft = consts.RightToLeft RightToLeftArabic = consts.RightToLeftArabic RightToLeftEmbedding = consts.RightToLeftEmbedding RightToLeftIsolate = consts.RightToLeftIsolate RightToLeftOverride = consts.RightToLeftOverride SegmentSeparator = consts.SegmentSeparator WhiteSpaceNeutral = consts.WhiteSpaceNeutral Adlam = consts.Adlam Afaka = consts.Afaka Ahom = consts.Ahom AnatolianHieroglyphs = consts.AnatolianHieroglyphs Arabic = consts.Arabic ArabicNastaliq = consts.ArabicNastaliq Armenian = consts.Armenian Avestan = consts.Avestan Balinese = consts.Balinese Bamum = consts.Bamum BassaVah = consts.BassaVah Batak = consts.Batak Bengali = consts.Bengali Bhaiksuki = consts.Bhaiksuki Blissymbols = consts.Blissymbols BookPahlavi = consts.BookPahlavi Bopomofo = consts.Bopomofo Brahmi = consts.Brahmi Braille = consts.Braille Buginese = consts.Buginese Buhid = consts.Buhid CanadianAboriginal = consts.CanadianAboriginal Carian = consts.Carian CaucasianAlbanian = consts.CaucasianAlbanian Chakma = consts.Chakma Cham = consts.Cham Cherokee = consts.Cherokee Chorasmian = consts.Chorasmian Cirth = consts.Cirth Common = consts.Common Coptic = consts.Coptic Cuneiform = consts.Cuneiform Cypriot = consts.Cypriot CyproMinoan = consts.CyproMinoan Cyrillic = consts.Cyrillic DemoticEgyptian = consts.DemoticEgyptian Deseret = consts.Deseret Devanagari = consts.Devanagari DivesAkuru = consts.DivesAkuru Dogra = consts.Dogra Duployan = consts.Duployan EasternSyriac = consts.EasternSyriac EgyptianHieroglyphs = consts.EgyptianHieroglyphs Elbasan = consts.Elbasan Elymaic = consts.Elymaic EstrangeloSyriac = consts.EstrangeloSyriac Ethiopic = consts.Ethiopic Garay = consts.Garay Georgian = consts.Georgian Glagolitic = consts.Glagolitic Gothic = consts.Gothic Grantha = consts.Grantha Greek = consts.Greek Gujarati = consts.Gujarati GunjalaGondi = consts.GunjalaGondi Gurmukhi = consts.Gurmukhi GurungKhema = consts.GurungKhema Han = consts.Han Hangul = consts.Hangul HanifiRohingya = consts.HanifiRohingya Hanunoo = consts.Hanunoo HanWithBopomofo = consts.HanWithBopomofo HarappanIndus = consts.HarappanIndus Hatran = consts.Hatran Hebrew = consts.Hebrew HieraticEgyptian = consts.HieraticEgyptian Hiragana = consts.Hiragana ImperialAramaic = consts.ImperialAramaic Inherited = consts.Inherited InscriptionalPahlavi = consts.InscriptionalPahlavi InscriptionalParthian = consts.InscriptionalParthian InvalidCode = consts.InvalidCode Jamo = consts.Jamo Japanese = consts.Japanese Javanese = consts.Javanese Jurchen = consts.Jurchen Kaithi = consts.Kaithi Kannada = consts.Kannada Katakana = consts.Katakana KatakanaOrHiragana = consts.KatakanaOrHiragana Kawi = consts.Kawi KayahLi = consts.KayahLi Kharoshthi = consts.Kharoshthi KhitanSmallScript = consts.KhitanSmallScript Khmer = consts.Khmer Khojki = consts.Khojki Khudawadi = consts.Khudawadi Khutsuri = consts.Khutsuri KiratRai = consts.KiratRai Korean = consts.Korean Kpelle = consts.Kpelle Lanna = consts.Lanna Lao = consts.Lao Latin = consts.Latin LatinFraktur = consts.LatinFraktur LatinGaelic = consts.LatinGaelic Lepcha = consts.Lepcha Limbu = consts.Limbu LinearA = consts.LinearA LinearB = consts.LinearB Lisu = consts.Lisu Loma = consts.Loma Lycian = consts.Lycian Lydian = consts.Lydian Mahajani = consts.Mahajani Makasar = consts.Makasar Malayalam = consts.Malayalam Mandaean = consts.Mandaean Mandaic = consts.Mandaic Manichaean = consts.Manichaean Marchen = consts.Marchen MasaramGondi = consts.MasaramGondi MathematicalNotation = consts.MathematicalNotation MayanHieroglyphs = consts.MayanHieroglyphs Medefaidrin = consts.Medefaidrin MeiteiMayek = consts.MeiteiMayek Mende = consts.Mende Meroitic = consts.Meroitic MeroiticCursive = consts.MeroiticCursive MeroiticHieroglyphs = consts.MeroiticHieroglyphs Miao = consts.Miao Modi = consts.Modi Mongolian = consts.Mongolian Moon = consts.Moon Mro = consts.Mro Multani = consts.Multani Myanmar = consts.Myanmar Nabataean = consts.Nabataean NagMundari = consts.NagMundari NakhiGeba = consts.NakhiGeba Nandinagari = consts.Nandinagari Newa = consts.Newa NewTaiLue = consts.NewTaiLue Nko = consts.Nko Nushu = consts.Nushu NyiakengPuachueHmong = consts.NyiakengPuachueHmong Ogham = consts.Ogham OldChurchSlavonicCyrillic = consts.OldChurchSlavonicCyrillic OldHungarian = consts.OldHungarian OldItalic = consts.OldItalic OldNorthArabian = consts.OldNorthArabian OldPermic = consts.OldPermic OldPersian = consts.OldPersian OldSogdian = consts.OldSogdian OldSouthArabian = consts.OldSouthArabian OldUyghur = consts.OldUyghur OlChiki = consts.OlChiki OlOnal = consts.OlOnal Oriya = consts.Oriya Orkhon = consts.Orkhon Osage = consts.Osage Osmanya = consts.Osmanya PahawhHmong = consts.PahawhHmong Palmyrene = consts.Palmyrene PauCinHau = consts.PauCinHau PhagsPa = consts.PhagsPa Phoenician = consts.Phoenician PhoneticPollard = consts.PhoneticPollard PsalterPahlavi = consts.PsalterPahlavi Rejang = consts.Rejang Rongorongo = consts.Rongorongo Runic = consts.Runic Samaritan = consts.Samaritan Sarati = consts.Sarati Saurashtra = consts.Saurashtra Sharada = consts.Sharada Shavian = consts.Shavian Siddham = consts.Siddham SignWriting = consts.SignWriting SimplifiedHan = consts.SimplifiedHan Sindhi = consts.Sindhi Sinhala = consts.Sinhala Sogdian = consts.Sogdian SoraSompeng = consts.SoraSompeng Soyombo = consts.Soyombo Sundanese = consts.Sundanese Sunuwar = consts.Sunuwar SylotiNagri = consts.SylotiNagri Symbols = consts.Symbols SymbolsEmoji = consts.SymbolsEmoji Syriac = consts.Syriac Tagalog = consts.Tagalog Tagbanwa = consts.Tagbanwa TaiLe = consts.TaiLe TaiViet = consts.TaiViet Takri = consts.Takri Tamil = consts.Tamil Tangsa = consts.Tangsa Tangut = consts.Tangut Telugu = consts.Telugu Tengwar = consts.Tengwar Thaana = consts.Thaana Thai = consts.Thai Tibetan = consts.Tibetan Tifinagh = consts.Tifinagh Tirhuta = consts.Tirhuta Todhri = consts.Todhri Toto = consts.Toto TraditionalHan = consts.TraditionalHan TuluTigalari = consts.TuluTigalari Ucas = consts.Ucas Ugaritic = consts.Ugaritic Unknown = consts.Unknown UnwrittenLanguages = consts.UnwrittenLanguages Vai = consts.Vai VisibleSpeech = consts.VisibleSpeech Vithkuqi = consts.Vithkuqi Wancho = consts.Wancho WarangCiti = consts.WarangCiti WesternSyriac = consts.WesternSyriac Woleai = consts.Woleai Yezidi = consts.Yezidi Yi = consts.Yi ZanabazarSquare = consts.ZanabazarSquare Aspirational = consts.Aspirational Excluded = consts.Excluded LimitedUse = consts.LimitedUse NotEncoded = consts.NotEncoded Recommended = consts.Recommended Age = consts.Age Alphabetic = consts.Alphabetic AsciiHexDigit = consts.AsciiHexDigit BasicEmoji = consts.BasicEmoji BidiClass = consts.BidiClass BidiControl = consts.BidiControl BidiMirrored = consts.BidiMirrored BidiMirroringGlyph = consts.BidiMirroringGlyph BidiPairedBracket = consts.BidiPairedBracket BidiPairedBracketType = consts.BidiPairedBracketType BinaryStart = consts.BinaryStart Block = consts.Block CanonicalCombiningClass = consts.CanonicalCombiningClass Cased = consts.Cased CaseFolding = consts.CaseFolding CaseIgnorable = consts.CaseIgnorable CaseSensitive = consts.CaseSensitive ChangesWhenCasefolded = consts.ChangesWhenCasefolded ChangesWhenCasemapped = consts.ChangesWhenCasemapped ChangesWhenLowercased = consts.ChangesWhenLowercased ChangesWhenNfkcCasefolded = consts.ChangesWhenNfkcCasefolded ChangesWhenTitlecased = consts.ChangesWhenTitlecased ChangesWhenUppercased = consts.ChangesWhenUppercased Dash = consts.Dash DecompositionType = consts.DecompositionType DefaultIgnorableCodePoint = consts.DefaultIgnorableCodePoint Deprecated = consts.Deprecated Diacritic = consts.Diacritic DoubleStart = consts.DoubleStart EastAsianWidth = consts.EastAsianWidth Emoji = consts.Emoji EmojiComponent = consts.EmojiComponent EmojiKeycapSequence = consts.EmojiKeycapSequence EmojiModifier = consts.EmojiModifier EmojiModifierBase = consts.EmojiModifierBase EmojiPresentation = consts.EmojiPresentation ExtendedPictographic = consts.ExtendedPictographic Extender = consts.Extender FullCompositionExclusion = consts.FullCompositionExclusion GeneralCategory = consts.GeneralCategory GeneralCategoryMask = consts.GeneralCategoryMask GraphemeBase = consts.GraphemeBase GraphemeClusterBreak = consts.GraphemeClusterBreak GraphemeExtend = consts.GraphemeExtend GraphemeLink = consts.GraphemeLink HangulSyllableType = consts.HangulSyllableType HexDigit = consts.HexDigit Hyphen = consts.Hyphen Ideographic = consts.Ideographic IdsBinaryOperator = consts.IdsBinaryOperator IdsTrinaryOperator = consts.IdsTrinaryOperator IdsUnaryOperator = consts.IdsUnaryOperator IdCompatMathContinue = consts.IdCompatMathContinue IdCompatMathStart = consts.IdCompatMathStart IdContinue = consts.IdContinue IdStart = consts.IdStart IndicPositionalCategory = consts.IndicPositionalCategory IndicSyllabicCategory = consts.IndicSyllabicCategory IntStart = consts.IntStart JoiningGroup = consts.JoiningGroup JoiningType = consts.JoiningType JoinControl = consts.JoinControl LeadCanonicalCombiningClass = consts.LeadCanonicalCombiningClass LineBreak = consts.LineBreak LogicalOrderException = consts.LogicalOrderException Lowercase = consts.Lowercase LowercaseMapping = consts.LowercaseMapping MaskStart = consts.MaskStart Math = consts.Math Name = consts.Name NfcInert = consts.NfcInert NfcQuickCheck = consts.NfcQuickCheck NfdInert = consts.NfdInert NfdQuickCheck = consts.NfdQuickCheck NfkcInert = consts.NfkcInert NfkcQuickCheck = consts.NfkcQuickCheck NfkdInert = consts.NfkdInert NfkdQuickCheck = consts.NfkdQuickCheck NoncharacterCodePoint = consts.NoncharacterCodePoint NumericType = consts.NumericType NumericValue = consts.NumericValue OtherPropertyStart = consts.OtherPropertyStart PatternSyntax = consts.PatternSyntax PatternWhiteSpace = consts.PatternWhiteSpace PosixAlnum = consts.PosixAlnum PosixBlank = consts.PosixBlank PosixGraph = consts.PosixGraph PosixPrint = consts.PosixPrint PosixXdigit = consts.PosixXdigit PrependedConcatenationMark = consts.PrependedConcatenationMark QuotationMark = consts.QuotationMark Radical = consts.Radical RegionalIndicator = consts.RegionalIndicator RgiEmoji = consts.RgiEmoji RgiEmojiFlagSequence = consts.RgiEmojiFlagSequence RgiEmojiModifierSequence = consts.RgiEmojiModifierSequence RgiEmojiTagSequence = consts.RgiEmojiTagSequence RgiEmojiZwjSequence = consts.RgiEmojiZwjSequence Script = consts.Script ScriptExtensions = consts.ScriptExtensions SegmentStarter = consts.SegmentStarter SentenceBreak = consts.SentenceBreak SimpleCaseFolding = consts.SimpleCaseFolding SimpleLowercaseMapping = consts.SimpleLowercaseMapping SimpleTitlecaseMapping = consts.SimpleTitlecaseMapping SimpleUppercaseMapping = consts.SimpleUppercaseMapping SoftDotted = consts.SoftDotted StringStart = consts.StringStart STerm = consts.STerm TerminalPunctuation = consts.TerminalPunctuation TitlecaseMapping = consts.TitlecaseMapping TrailCanonicalCombiningClass = consts.TrailCanonicalCombiningClass UnifiedIdeograph = consts.UnifiedIdeograph Uppercase = consts.Uppercase UppercaseMapping = consts.UppercaseMapping VariationSelector = consts.VariationSelector VerticalOrientation = consts.VerticalOrientation WhiteSpace = consts.WhiteSpace WordBreak = consts.WordBreak XidContinue = consts.XidContinue XidStart = consts.XidStart Long = consts.Long Short = consts.Short FoldCaseDefault = consts.FoldCaseDefault FoldCaseExcludeSpecialI = consts.FoldCaseExcludeSpecialI MaxCodePoint = consts.MaxCodePoint MaxHighSurrogate = consts.MaxHighSurrogate MaxLowSurrogate = consts.MaxLowSurrogate MaxRadix = consts.MaxRadix MaxSurrogate = consts.MaxSurrogate MaxValue = consts.MaxValue MinCodePoint = consts.MinCodePoint MinHighSurrogate = consts.MinHighSurrogate MinLowSurrogate = consts.MinLowSurrogate MinRadix = consts.MinRadix MinSupplementaryCodePoint = consts.MinSupplementaryCodePoint MinSurrogate = consts.MinSurrogate MinValue = consts.MinValue ReplacementChar = consts.ReplacementChar SupplementaryMinValue = consts.SupplementaryMinValue TitlecaseNoBreakAdjustment = consts.TitlecaseNoBreakAdjustment TitlecaseNoLowercase = consts.TitlecaseNoLowercase Close = consts.Close None = consts.None Open = consts.Open Canonical = consts.Canonical Circle = consts.Circle Compat = consts.Compat Final = consts.Final Font = consts.Font Fraction = consts.Fraction Initial = consts.Initial Isolated = consts.Isolated Medial = consts.Medial Narrow = consts.Narrow Nobreak = consts.Nobreak Small = consts.Small Square = consts.Square Sub = consts.Sub Super = consts.Super Vertical = consts.Vertical Wide = consts.Wide Ambiguous = consts.Ambiguous Fullwidth = consts.Fullwidth Halfwidth = consts.Halfwidth Neutral = consts.Neutral Cr = consts.Cr Extend = consts.Extend EBase = consts.EBase EBaseGaz = consts.EBaseGaz EModifier = consts.EModifier GlueAfterZwj = consts.GlueAfterZwj L = consts.L Lf = consts.Lf Lv = consts.Lv Lvt = consts.Lvt Other = consts.Other Prepend = consts.Prepend SpacingMark = consts.SpacingMark T = consts.T V = consts.V Zwj = consts.Zwj LeadingJamo = consts.LeadingJamo LvtSyllable = consts.LvtSyllable LvSyllable = consts.LvSyllable NotApplicable = consts.NotApplicable TrailingJamo = consts.TrailingJamo VowelJamo = consts.VowelJamo Bottom = consts.Bottom BottomAndLeft = consts.BottomAndLeft BottomAndRight = consts.BottomAndRight Left = consts.Left LeftAndRight = consts.LeftAndRight Na = consts.Na Overstruck = consts.Overstruck Right = consts.Right Top = consts.Top TopAndBottom = consts.TopAndBottom TopAndBottomAndLeft = consts.TopAndBottomAndLeft TopAndBottomAndRight = consts.TopAndBottomAndRight TopAndLeft = consts.TopAndLeft TopAndLeftAndRight = consts.TopAndLeftAndRight TopAndRight = consts.TopAndRight VisualOrderLeft = consts.VisualOrderLeft Avagraha = consts.Avagraha Bindu = consts.Bindu BrahmiJoiningNumber = consts.BrahmiJoiningNumber CantillationMark = consts.CantillationMark Consonant = consts.Consonant ConsonantDead = consts.ConsonantDead ConsonantFinal = consts.ConsonantFinal ConsonantHeadLetter = consts.ConsonantHeadLetter ConsonantInitialPostfixed = consts.ConsonantInitialPostfixed ConsonantKiller = consts.ConsonantKiller ConsonantMedial = consts.ConsonantMedial ConsonantPlaceholder = consts.ConsonantPlaceholder ConsonantPrecedingRepha = consts.ConsonantPrecedingRepha ConsonantPrefixed = consts.ConsonantPrefixed ConsonantSubjoined = consts.ConsonantSubjoined ConsonantSucceedingRepha = consts.ConsonantSucceedingRepha ConsonantWithStacker = consts.ConsonantWithStacker GeminationMark = consts.GeminationMark InvisibleStacker = consts.InvisibleStacker Joiner = consts.Joiner ModifyingLetter = consts.ModifyingLetter NonJoiner = consts.NonJoiner Nukta = consts.Nukta Number = consts.Number NumberJoiner = consts.NumberJoiner PureKiller = consts.PureKiller RegisterShifter = consts.RegisterShifter ReorderingKiller = consts.ReorderingKiller SyllableModifier = consts.SyllableModifier ToneLetter = consts.ToneLetter ToneMark = consts.ToneMark Virama = consts.Virama Visarga = consts.Visarga Vowel = consts.Vowel VowelDependent = consts.VowelDependent VowelIndependent = consts.VowelIndependent AfricanFeh = consts.AfricanFeh AfricanNoon = consts.AfricanNoon AfricanQaf = consts.AfricanQaf Ain = consts.Ain Alaph = consts.Alaph Alef = consts.Alef Beh = consts.Beh Beth = consts.Beth BurushaskiYehBarree = consts.BurushaskiYehBarree Dal = consts.Dal DalathRish = consts.DalathRish E = consts.E FarsiYeh = consts.FarsiYeh Fe = consts.Fe Feh = consts.Feh FinalSemkath = consts.FinalSemkath Gaf = consts.Gaf Gamal = consts.Gamal Hah = consts.Hah HamzaOnHehGoal = consts.HamzaOnHehGoal HanifiRohingyaKinnaYa = consts.HanifiRohingyaKinnaYa HanifiRohingyaPa = consts.HanifiRohingyaPa He = consts.He Heh = consts.Heh HehGoal = consts.HehGoal Heth = consts.Heth Kaf = consts.Kaf Kaph = consts.Kaph KashmiriYeh = consts.KashmiriYeh Khaph = consts.Khaph KnottedHeh = consts.KnottedHeh Lam = consts.Lam Lamadh = consts.Lamadh MalayalamBha = consts.MalayalamBha MalayalamJa = consts.MalayalamJa MalayalamLla = consts.MalayalamLla MalayalamLlla = consts.MalayalamLlla MalayalamNga = consts.MalayalamNga MalayalamNna = consts.MalayalamNna MalayalamNnna = consts.MalayalamNnna MalayalamNya = consts.MalayalamNya MalayalamRa = consts.MalayalamRa MalayalamSsa = consts.MalayalamSsa MalayalamTta = consts.MalayalamTta ManichaeanAleph = consts.ManichaeanAleph ManichaeanAyin = consts.ManichaeanAyin ManichaeanBeth = consts.ManichaeanBeth ManichaeanDaleth = consts.ManichaeanDaleth ManichaeanDhamedh = consts.ManichaeanDhamedh ManichaeanFive = consts.ManichaeanFive ManichaeanGimel = consts.ManichaeanGimel ManichaeanHeth = consts.ManichaeanHeth ManichaeanHundred = consts.ManichaeanHundred ManichaeanKaph = consts.ManichaeanKaph ManichaeanLamedh = consts.ManichaeanLamedh ManichaeanMem = consts.ManichaeanMem ManichaeanNun = consts.ManichaeanNun ManichaeanOne = consts.ManichaeanOne ManichaeanPe = consts.ManichaeanPe ManichaeanQoph = consts.ManichaeanQoph ManichaeanResh = consts.ManichaeanResh ManichaeanSadhe = consts.ManichaeanSadhe ManichaeanSamekh = consts.ManichaeanSamekh ManichaeanTaw = consts.ManichaeanTaw ManichaeanTen = consts.ManichaeanTen ManichaeanTeth = consts.ManichaeanTeth ManichaeanThamedh = consts.ManichaeanThamedh ManichaeanTwenty = consts.ManichaeanTwenty ManichaeanWaw = consts.ManichaeanWaw ManichaeanYodh = consts.ManichaeanYodh ManichaeanZayin = consts.ManichaeanZayin Meem = consts.Meem Mim = consts.Mim Noon = consts.Noon NoJoiningGroup = consts.NoJoiningGroup Nun = consts.Nun Nya = consts.Nya Pe = consts.Pe Qaf = consts.Qaf Qaph = consts.Qaph Reh = consts.Reh ReversedPe = consts.ReversedPe RohingyaYeh = consts.RohingyaYeh Sad = consts.Sad Sadhe = consts.Sadhe Seen = consts.Seen Semkath = consts.Semkath Shin = consts.Shin StraightWaw = consts.StraightWaw SwashKaf = consts.SwashKaf SyriacWaw = consts.SyriacWaw Tah = consts.Tah Taw = consts.Taw TehMarbuta = consts.TehMarbuta TehMarbutaGoal = consts.TehMarbutaGoal Teth = consts.Teth ThinYeh = consts.ThinYeh VerticalTail = consts.VerticalTail Waw = consts.Waw Yeh = consts.Yeh YehBarree = consts.YehBarree YehWithTail = consts.YehWithTail Yudh = consts.Yudh YudhHe = consts.YudhHe Zain = consts.Zain Zhain = consts.Zhain DualJoining = consts.DualJoining JoinCausing = consts.JoinCausing LeftJoining = consts.LeftJoining NonJoining = consts.NonJoining RightJoining = consts.RightJoining Transparent = consts.Transparent Aksara = consts.Aksara AksaraPrebase = consts.AksaraPrebase AksaraStart = consts.AksaraStart BreakAfter = consts.BreakAfter BreakBefore = consts.BreakBefore BreakBoth = consts.BreakBoth BreakSymbols = consts.BreakSymbols CarriageReturn = consts.CarriageReturn CloseParenthesis = consts.CloseParenthesis ClosePunctuation = consts.ClosePunctuation CombiningMark = consts.CombiningMark ComplexContext = consts.ComplexContext ConditionalJapaneseStarter = consts.ConditionalJapaneseStarter ContingentBreak = consts.ContingentBreak Exclamation = consts.Exclamation Glue = consts.Glue H2 = consts.H2 H3 = consts.H3 HebrewLetter = consts.HebrewLetter InfixNumeric = consts.InfixNumeric Inseparable = consts.Inseparable Inseperable = consts.Inseperable Jl = consts.Jl Jt = consts.Jt Jv = consts.Jv LineFeed = consts.LineFeed MandatoryBreak = consts.MandatoryBreak NextLine = consts.NextLine Nonstarter = consts.Nonstarter Numeric = consts.Numeric OpenPunctuation = consts.OpenPunctuation PostfixNumeric = consts.PostfixNumeric PrefixNumeric = consts.PrefixNumeric Quotation = consts.Quotation Space = consts.Space ViramaFinal = consts.ViramaFinal WordJoiner = consts.WordJoiner Zwspace = consts.Zwspace Decimal = consts.Decimal Digit = consts.Digit Aterm = consts.Aterm Lower = consts.Lower Oletter = consts.Oletter Scontinue = consts.Scontinue Sep = consts.Sep Sp = consts.Sp Sterm = consts.Sterm Upper = consts.Upper AdlamId = consts.AdlamId AegeanNumbers = consts.AegeanNumbers AegeanNumbersId = consts.AegeanNumbersId AhomId = consts.AhomId AlchemicalSymbols = consts.AlchemicalSymbols AlchemicalSymbolsId = consts.AlchemicalSymbolsId AlphabeticPresentationForms = consts.AlphabeticPresentationForms AlphabeticPresentationFormsId = consts.AlphabeticPresentationFormsId AnatolianHieroglyphsId = consts.AnatolianHieroglyphsId AncientGreekMusicalNotation = consts.AncientGreekMusicalNotation AncientGreekMusicalNotationId = consts.AncientGreekMusicalNotationId AncientGreekNumbers = consts.AncientGreekNumbers AncientGreekNumbersId = consts.AncientGreekNumbersId AncientSymbols = consts.AncientSymbols AncientSymbolsId = consts.AncientSymbolsId ArabicExtendedA = consts.ArabicExtendedA ArabicExtendedAId = consts.ArabicExtendedAId ArabicExtendedB = consts.ArabicExtendedB ArabicExtendedBId = consts.ArabicExtendedBId ArabicExtendedC = consts.ArabicExtendedC ArabicExtendedCId = consts.ArabicExtendedCId ArabicId = consts.ArabicId ArabicMathematicalAlphabeticSymbols = consts.ArabicMathematicalAlphabeticSymbols ArabicMathematicalAlphabeticSymbolsId = consts.ArabicMathematicalAlphabeticSymbolsId ArabicPresentationFormsA = consts.ArabicPresentationFormsA ArabicPresentationFormsAId = consts.ArabicPresentationFormsAId ArabicPresentationFormsB = consts.ArabicPresentationFormsB ArabicPresentationFormsBId = consts.ArabicPresentationFormsBId ArabicSupplement = consts.ArabicSupplement ArabicSupplementId = consts.ArabicSupplementId ArmenianId = consts.ArmenianId Arrows = consts.Arrows ArrowsId = consts.ArrowsId AvestanId = consts.AvestanId BalineseId = consts.BalineseId BamumId = consts.BamumId BamumSupplement = consts.BamumSupplement BamumSupplementId = consts.BamumSupplementId BasicLatin = consts.BasicLatin BasicLatinId = consts.BasicLatinId BassaVahId = consts.BassaVahId BatakId = consts.BatakId BengaliId = consts.BengaliId BhaiksukiId = consts.BhaiksukiId BlockElements = consts.BlockElements BlockElementsId = consts.BlockElementsId BopomofoExtended = consts.BopomofoExtended BopomofoExtendedId = consts.BopomofoExtendedId BopomofoId = consts.BopomofoId BoxDrawing = consts.BoxDrawing BoxDrawingId = consts.BoxDrawingId BrahmiId = consts.BrahmiId BraillePatterns = consts.BraillePatterns BraillePatternsId = consts.BraillePatternsId BugineseId = consts.BugineseId BuhidId = consts.BuhidId ByzantineMusicalSymbols = consts.ByzantineMusicalSymbols ByzantineMusicalSymbolsId = consts.ByzantineMusicalSymbolsId CarianId = consts.CarianId CaucasianAlbanianId = consts.CaucasianAlbanianId ChakmaId = consts.ChakmaId ChamId = consts.ChamId CherokeeId = consts.CherokeeId CherokeeSupplement = consts.CherokeeSupplement CherokeeSupplementId = consts.CherokeeSupplementId ChessSymbols = consts.ChessSymbols ChessSymbolsId = consts.ChessSymbolsId ChorasmianId = consts.ChorasmianId CjkCompatibility = consts.CjkCompatibility CjkCompatibilityForms = consts.CjkCompatibilityForms CjkCompatibilityFormsId = consts.CjkCompatibilityFormsId CjkCompatibilityId = consts.CjkCompatibilityId CjkCompatibilityIdeographs = consts.CjkCompatibilityIdeographs CjkCompatibilityIdeographsId = consts.CjkCompatibilityIdeographsId CjkCompatibilityIdeographsSupplement = consts.CjkCompatibilityIdeographsSupplement CjkCompatibilityIdeographsSupplementId = consts.CjkCompatibilityIdeographsSupplementId CjkRadicalsSupplement = consts.CjkRadicalsSupplement CjkRadicalsSupplementId = consts.CjkRadicalsSupplementId CjkStrokes = consts.CjkStrokes CjkStrokesId = consts.CjkStrokesId CjkSymbolsAndPunctuation = consts.CjkSymbolsAndPunctuation CjkSymbolsAndPunctuationId = consts.CjkSymbolsAndPunctuationId CjkUnifiedIdeographs = consts.CjkUnifiedIdeographs CjkUnifiedIdeographsExtensionA = consts.CjkUnifiedIdeographsExtensionA CjkUnifiedIdeographsExtensionAId = consts.CjkUnifiedIdeographsExtensionAId CjkUnifiedIdeographsExtensionB = consts.CjkUnifiedIdeographsExtensionB CjkUnifiedIdeographsExtensionBId = consts.CjkUnifiedIdeographsExtensionBId CjkUnifiedIdeographsExtensionC = consts.CjkUnifiedIdeographsExtensionC CjkUnifiedIdeographsExtensionCId = consts.CjkUnifiedIdeographsExtensionCId CjkUnifiedIdeographsExtensionD = consts.CjkUnifiedIdeographsExtensionD CjkUnifiedIdeographsExtensionDId = consts.CjkUnifiedIdeographsExtensionDId CjkUnifiedIdeographsExtensionE = consts.CjkUnifiedIdeographsExtensionE CjkUnifiedIdeographsExtensionEId = consts.CjkUnifiedIdeographsExtensionEId CjkUnifiedIdeographsExtensionF = consts.CjkUnifiedIdeographsExtensionF CjkUnifiedIdeographsExtensionFId = consts.CjkUnifiedIdeographsExtensionFId CjkUnifiedIdeographsExtensionG = consts.CjkUnifiedIdeographsExtensionG CjkUnifiedIdeographsExtensionGId = consts.CjkUnifiedIdeographsExtensionGId CjkUnifiedIdeographsExtensionH = consts.CjkUnifiedIdeographsExtensionH CjkUnifiedIdeographsExtensionHId = consts.CjkUnifiedIdeographsExtensionHId CjkUnifiedIdeographsExtensionI = consts.CjkUnifiedIdeographsExtensionI CjkUnifiedIdeographsExtensionIId = consts.CjkUnifiedIdeographsExtensionIId CjkUnifiedIdeographsId = consts.CjkUnifiedIdeographsId CombiningDiacriticalMarks = consts.CombiningDiacriticalMarks CombiningDiacriticalMarksExtended = consts.CombiningDiacriticalMarksExtended CombiningDiacriticalMarksExtendedId = consts.CombiningDiacriticalMarksExtendedId CombiningDiacriticalMarksId = consts.CombiningDiacriticalMarksId CombiningDiacriticalMarksSupplement = consts.CombiningDiacriticalMarksSupplement CombiningDiacriticalMarksSupplementId = consts.CombiningDiacriticalMarksSupplementId CombiningHalfMarks = consts.CombiningHalfMarks CombiningHalfMarksId = consts.CombiningHalfMarksId CombiningMarksForSymbols = consts.CombiningMarksForSymbols CombiningMarksForSymbolsId = consts.CombiningMarksForSymbolsId CommonIndicNumberForms = consts.CommonIndicNumberForms CommonIndicNumberFormsId = consts.CommonIndicNumberFormsId ControlPictures = consts.ControlPictures ControlPicturesId = consts.ControlPicturesId CopticEpactNumbers = consts.CopticEpactNumbers CopticEpactNumbersId = consts.CopticEpactNumbersId CopticId = consts.CopticId CountingRodNumerals = consts.CountingRodNumerals CountingRodNumeralsId = consts.CountingRodNumeralsId CuneiformId = consts.CuneiformId CuneiformNumbersAndPunctuation = consts.CuneiformNumbersAndPunctuation CuneiformNumbersAndPunctuationId = consts.CuneiformNumbersAndPunctuationId CurrencySymbols = consts.CurrencySymbols CurrencySymbolsId = consts.CurrencySymbolsId CypriotSyllabary = consts.CypriotSyllabary CypriotSyllabaryId = consts.CypriotSyllabaryId CyproMinoanId = consts.CyproMinoanId CyrillicExtendedA = consts.CyrillicExtendedA CyrillicExtendedAId = consts.CyrillicExtendedAId CyrillicExtendedB = consts.CyrillicExtendedB CyrillicExtendedBId = consts.CyrillicExtendedBId CyrillicExtendedC = consts.CyrillicExtendedC CyrillicExtendedCId = consts.CyrillicExtendedCId CyrillicExtendedD = consts.CyrillicExtendedD CyrillicExtendedDId = consts.CyrillicExtendedDId CyrillicId = consts.CyrillicId CyrillicSupplement = consts.CyrillicSupplement CyrillicSupplementary = consts.CyrillicSupplementary CyrillicSupplementaryId = consts.CyrillicSupplementaryId CyrillicSupplementId = consts.CyrillicSupplementId DeseretId = consts.DeseretId DevanagariExtended = consts.DevanagariExtended DevanagariExtendedA = consts.DevanagariExtendedA DevanagariExtendedAId = consts.DevanagariExtendedAId DevanagariExtendedId = consts.DevanagariExtendedId DevanagariId = consts.DevanagariId Dingbats = consts.Dingbats DingbatsId = consts.DingbatsId DivesAkuruId = consts.DivesAkuruId DograId = consts.DograId DominoTiles = consts.DominoTiles DominoTilesId = consts.DominoTilesId DuployanId = consts.DuployanId EarlyDynasticCuneiform = consts.EarlyDynasticCuneiform EarlyDynasticCuneiformId = consts.EarlyDynasticCuneiformId EgyptianHieroglyphsExtendedA = consts.EgyptianHieroglyphsExtendedA EgyptianHieroglyphsExtendedAId = consts.EgyptianHieroglyphsExtendedAId EgyptianHieroglyphsId = consts.EgyptianHieroglyphsId EgyptianHieroglyphFormatControls = consts.EgyptianHieroglyphFormatControls EgyptianHieroglyphFormatControlsId = consts.EgyptianHieroglyphFormatControlsId ElbasanId = consts.ElbasanId ElymaicId = consts.ElymaicId Emoticons = consts.Emoticons EmoticonsId = consts.EmoticonsId EnclosedAlphanumerics = consts.EnclosedAlphanumerics EnclosedAlphanumericsId = consts.EnclosedAlphanumericsId EnclosedAlphanumericSupplement = consts.EnclosedAlphanumericSupplement EnclosedAlphanumericSupplementId = consts.EnclosedAlphanumericSupplementId EnclosedCjkLettersAndMonths = consts.EnclosedCjkLettersAndMonths EnclosedCjkLettersAndMonthsId = consts.EnclosedCjkLettersAndMonthsId EnclosedIdeographicSupplement = consts.EnclosedIdeographicSupplement EnclosedIdeographicSupplementId = consts.EnclosedIdeographicSupplementId EthiopicExtended = consts.EthiopicExtended EthiopicExtendedA = consts.EthiopicExtendedA EthiopicExtendedAId = consts.EthiopicExtendedAId EthiopicExtendedB = consts.EthiopicExtendedB EthiopicExtendedBId = consts.EthiopicExtendedBId EthiopicExtendedId = consts.EthiopicExtendedId EthiopicId = consts.EthiopicId EthiopicSupplement = consts.EthiopicSupplement EthiopicSupplementId = consts.EthiopicSupplementId GarayId = consts.GarayId GeneralPunctuation = consts.GeneralPunctuation GeneralPunctuationId = consts.GeneralPunctuationId GeometricShapes = consts.GeometricShapes GeometricShapesExtended = consts.GeometricShapesExtended GeometricShapesExtendedId = consts.GeometricShapesExtendedId GeometricShapesId = consts.GeometricShapesId GeorgianExtended = consts.GeorgianExtended GeorgianExtendedId = consts.GeorgianExtendedId GeorgianId = consts.GeorgianId GeorgianSupplement = consts.GeorgianSupplement GeorgianSupplementId = consts.GeorgianSupplementId GlagoliticId = consts.GlagoliticId GlagoliticSupplement = consts.GlagoliticSupplement GlagoliticSupplementId = consts.GlagoliticSupplementId GothicId = consts.GothicId GranthaId = consts.GranthaId GreekExtended = consts.GreekExtended GreekExtendedId = consts.GreekExtendedId GreekId = consts.GreekId GujaratiId = consts.GujaratiId GunjalaGondiId = consts.GunjalaGondiId GurmukhiId = consts.GurmukhiId GurungKhemaId = consts.GurungKhemaId HalfwidthAndFullwidthForms = consts.HalfwidthAndFullwidthForms HalfwidthAndFullwidthFormsId = consts.HalfwidthAndFullwidthFormsId HangulCompatibilityJamo = consts.HangulCompatibilityJamo HangulCompatibilityJamoId = consts.HangulCompatibilityJamoId HangulJamo = consts.HangulJamo HangulJamoExtendedA = consts.HangulJamoExtendedA HangulJamoExtendedAId = consts.HangulJamoExtendedAId HangulJamoExtendedB = consts.HangulJamoExtendedB HangulJamoExtendedBId = consts.HangulJamoExtendedBId HangulJamoId = consts.HangulJamoId HangulSyllables = consts.HangulSyllables HangulSyllablesId = consts.HangulSyllablesId HanifiRohingyaId = consts.HanifiRohingyaId HanunooId = consts.HanunooId HatranId = consts.HatranId HebrewId = consts.HebrewId HighPrivateUseSurrogates = consts.HighPrivateUseSurrogates HighPrivateUseSurrogatesId = consts.HighPrivateUseSurrogatesId HighSurrogates = consts.HighSurrogates HighSurrogatesId = consts.HighSurrogatesId HiraganaId = consts.HiraganaId IdeographicDescriptionCharacters = consts.IdeographicDescriptionCharacters IdeographicDescriptionCharactersId = consts.IdeographicDescriptionCharactersId IdeographicSymbolsAndPunctuation = consts.IdeographicSymbolsAndPunctuation IdeographicSymbolsAndPunctuationId = consts.IdeographicSymbolsAndPunctuationId ImperialAramaicId = consts.ImperialAramaicId IndicSiyaqNumbers = consts.IndicSiyaqNumbers IndicSiyaqNumbersId = consts.IndicSiyaqNumbersId InscriptionalPahlaviId = consts.InscriptionalPahlaviId InscriptionalParthianId = consts.InscriptionalParthianId InvalidCodeId = consts.InvalidCodeId IpaExtensions = consts.IpaExtensions IpaExtensionsId = consts.IpaExtensionsId JavaneseId = consts.JavaneseId KaithiId = consts.KaithiId KaktovikNumerals = consts.KaktovikNumerals KaktovikNumeralsId = consts.KaktovikNumeralsId KanaExtendedA = consts.KanaExtendedA KanaExtendedAId = consts.KanaExtendedAId KanaExtendedB = consts.KanaExtendedB KanaExtendedBId = consts.KanaExtendedBId KanaSupplement = consts.KanaSupplement KanaSupplementId = consts.KanaSupplementId Kanbun = consts.Kanbun KanbunId = consts.KanbunId KangxiRadicals = consts.KangxiRadicals KangxiRadicalsId = consts.KangxiRadicalsId KannadaId = consts.KannadaId KatakanaId = consts.KatakanaId KatakanaPhoneticExtensions = consts.KatakanaPhoneticExtensions KatakanaPhoneticExtensionsId = consts.KatakanaPhoneticExtensionsId KawiId = consts.KawiId KayahLiId = consts.KayahLiId KharoshthiId = consts.KharoshthiId KhitanSmallScriptId = consts.KhitanSmallScriptId KhmerId = consts.KhmerId KhmerSymbols = consts.KhmerSymbols KhmerSymbolsId = consts.KhmerSymbolsId KhojkiId = consts.KhojkiId KhudawadiId = consts.KhudawadiId KiratRaiId = consts.KiratRaiId LaoId = consts.LaoId Latin1Supplement = consts.Latin1Supplement Latin1SupplementId = consts.Latin1SupplementId LatinExtendedA = consts.LatinExtendedA LatinExtendedAdditional = consts.LatinExtendedAdditional LatinExtendedAdditionalId = consts.LatinExtendedAdditionalId LatinExtendedAId = consts.LatinExtendedAId LatinExtendedB = consts.LatinExtendedB LatinExtendedBId = consts.LatinExtendedBId LatinExtendedC = consts.LatinExtendedC LatinExtendedCId = consts.LatinExtendedCId LatinExtendedD = consts.LatinExtendedD LatinExtendedDId = consts.LatinExtendedDId LatinExtendedE = consts.LatinExtendedE LatinExtendedEId = consts.LatinExtendedEId LatinExtendedF = consts.LatinExtendedF LatinExtendedFId = consts.LatinExtendedFId LatinExtendedG = consts.LatinExtendedG LatinExtendedGId = consts.LatinExtendedGId LepchaId = consts.LepchaId LetterlikeSymbols = consts.LetterlikeSymbols LetterlikeSymbolsId = consts.LetterlikeSymbolsId LimbuId = consts.LimbuId LinearAId = consts.LinearAId LinearBIdeograms = consts.LinearBIdeograms LinearBIdeogramsId = consts.LinearBIdeogramsId LinearBSyllabary = consts.LinearBSyllabary LinearBSyllabaryId = consts.LinearBSyllabaryId LisuId = consts.LisuId LisuSupplement = consts.LisuSupplement LisuSupplementId = consts.LisuSupplementId LowSurrogates = consts.LowSurrogates LowSurrogatesId = consts.LowSurrogatesId LycianId = consts.LycianId LydianId = consts.LydianId MahajaniId = consts.MahajaniId MahjongTiles = consts.MahjongTiles MahjongTilesId = consts.MahjongTilesId MakasarId = consts.MakasarId MalayalamId = consts.MalayalamId MandaicId = consts.MandaicId ManichaeanId = consts.ManichaeanId MarchenId = consts.MarchenId MasaramGondiId = consts.MasaramGondiId MathematicalAlphanumericSymbols = consts.MathematicalAlphanumericSymbols MathematicalAlphanumericSymbolsId = consts.MathematicalAlphanumericSymbolsId MathematicalOperators = consts.MathematicalOperators MathematicalOperatorsId = consts.MathematicalOperatorsId MayanNumerals = consts.MayanNumerals MayanNumeralsId = consts.MayanNumeralsId MedefaidrinId = consts.MedefaidrinId MeeteiMayek = consts.MeeteiMayek MeeteiMayekExtensions = consts.MeeteiMayekExtensions MeeteiMayekExtensionsId = consts.MeeteiMayekExtensionsId MeeteiMayekId = consts.MeeteiMayekId MendeKikakui = consts.MendeKikakui MendeKikakuiId = consts.MendeKikakuiId MeroiticCursiveId = consts.MeroiticCursiveId MeroiticHieroglyphsId = consts.MeroiticHieroglyphsId MiaoId = consts.MiaoId MiscellaneousMathematicalSymbolsA = consts.MiscellaneousMathematicalSymbolsA MiscellaneousMathematicalSymbolsAId = consts.MiscellaneousMathematicalSymbolsAId MiscellaneousMathematicalSymbolsB = consts.MiscellaneousMathematicalSymbolsB MiscellaneousMathematicalSymbolsBId = consts.MiscellaneousMathematicalSymbolsBId MiscellaneousSymbols = consts.MiscellaneousSymbols MiscellaneousSymbolsAndArrows = consts.MiscellaneousSymbolsAndArrows MiscellaneousSymbolsAndArrowsId = consts.MiscellaneousSymbolsAndArrowsId MiscellaneousSymbolsAndPictographs = consts.MiscellaneousSymbolsAndPictographs MiscellaneousSymbolsAndPictographsId = consts.MiscellaneousSymbolsAndPictographsId MiscellaneousSymbolsId = consts.MiscellaneousSymbolsId MiscellaneousTechnical = consts.MiscellaneousTechnical MiscellaneousTechnicalId = consts.MiscellaneousTechnicalId ModifierToneLetters = consts.ModifierToneLetters ModifierToneLettersId = consts.ModifierToneLettersId ModiId = consts.ModiId MongolianId = consts.MongolianId MongolianSupplement = consts.MongolianSupplement MongolianSupplementId = consts.MongolianSupplementId MroId = consts.MroId MultaniId = consts.MultaniId MusicalSymbols = consts.MusicalSymbols MusicalSymbolsId = consts.MusicalSymbolsId MyanmarExtendedA = consts.MyanmarExtendedA MyanmarExtendedAId = consts.MyanmarExtendedAId MyanmarExtendedB = consts.MyanmarExtendedB MyanmarExtendedBId = consts.MyanmarExtendedBId MyanmarExtendedC = consts.MyanmarExtendedC MyanmarExtendedCId = consts.MyanmarExtendedCId MyanmarId = consts.MyanmarId NabataeanId = consts.NabataeanId NagMundariId = consts.NagMundariId NandinagariId = consts.NandinagariId NewaId = consts.NewaId NewTaiLueId = consts.NewTaiLueId NkoId = consts.NkoId NoBlock = consts.NoBlock NumberForms = consts.NumberForms NumberFormsId = consts.NumberFormsId NushuId = consts.NushuId NyiakengPuachueHmongId = consts.NyiakengPuachueHmongId OghamId = consts.OghamId OldHungarianId = consts.OldHungarianId OldItalicId = consts.OldItalicId OldNorthArabianId = consts.OldNorthArabianId OldPermicId = consts.OldPermicId OldPersianId = consts.OldPersianId OldSogdianId = consts.OldSogdianId OldSouthArabianId = consts.OldSouthArabianId OldTurkic = consts.OldTurkic OldTurkicId = consts.OldTurkicId OldUyghurId = consts.OldUyghurId OlChikiId = consts.OlChikiId OlOnalId = consts.OlOnalId OpticalCharacterRecognition = consts.OpticalCharacterRecognition OpticalCharacterRecognitionId = consts.OpticalCharacterRecognitionId OriyaId = consts.OriyaId OrnamentalDingbats = consts.OrnamentalDingbats OrnamentalDingbatsId = consts.OrnamentalDingbatsId OsageId = consts.OsageId OsmanyaId = consts.OsmanyaId OttomanSiyaqNumbers = consts.OttomanSiyaqNumbers OttomanSiyaqNumbersId = consts.OttomanSiyaqNumbersId PahawhHmongId = consts.PahawhHmongId PalmyreneId = consts.PalmyreneId PauCinHauId = consts.PauCinHauId PhagsPaId = consts.PhagsPaId PhaistosDisc = consts.PhaistosDisc PhaistosDiscId = consts.PhaistosDiscId PhoenicianId = consts.PhoenicianId PhoneticExtensions = consts.PhoneticExtensions PhoneticExtensionsId = consts.PhoneticExtensionsId PhoneticExtensionsSupplement = consts.PhoneticExtensionsSupplement PhoneticExtensionsSupplementId = consts.PhoneticExtensionsSupplementId PlayingCards = consts.PlayingCards PlayingCardsId = consts.PlayingCardsId PrivateUseArea = consts.PrivateUseArea PrivateUseAreaId = consts.PrivateUseAreaId PrivateUseId = consts.PrivateUseId PsalterPahlaviId = consts.PsalterPahlaviId RejangId = consts.RejangId RumiNumeralSymbols = consts.RumiNumeralSymbols RumiNumeralSymbolsId = consts.RumiNumeralSymbolsId RunicId = consts.RunicId SamaritanId = consts.SamaritanId SaurashtraId = consts.SaurashtraId SharadaId = consts.SharadaId ShavianId = consts.ShavianId ShorthandFormatControls = consts.ShorthandFormatControls ShorthandFormatControlsId = consts.ShorthandFormatControlsId SiddhamId = consts.SiddhamId SinhalaArchaicNumbers = consts.SinhalaArchaicNumbers SinhalaArchaicNumbersId = consts.SinhalaArchaicNumbersId SinhalaId = consts.SinhalaId SmallFormVariants = consts.SmallFormVariants SmallFormVariantsId = consts.SmallFormVariantsId SmallKanaExtension = consts.SmallKanaExtension SmallKanaExtensionId = consts.SmallKanaExtensionId SogdianId = consts.SogdianId SoraSompengId = consts.SoraSompengId SoyomboId = consts.SoyomboId SpacingModifierLetters = consts.SpacingModifierLetters SpacingModifierLettersId = consts.SpacingModifierLettersId Specials = consts.Specials SpecialsId = consts.SpecialsId SundaneseId = consts.SundaneseId SundaneseSupplement = consts.SundaneseSupplement SundaneseSupplementId = consts.SundaneseSupplementId SunuwarId = consts.SunuwarId SuperscriptsAndSubscripts = consts.SuperscriptsAndSubscripts SuperscriptsAndSubscriptsId = consts.SuperscriptsAndSubscriptsId SupplementalArrowsA = consts.SupplementalArrowsA SupplementalArrowsAId = consts.SupplementalArrowsAId SupplementalArrowsB = consts.SupplementalArrowsB SupplementalArrowsBId = consts.SupplementalArrowsBId SupplementalArrowsC = consts.SupplementalArrowsC SupplementalArrowsCId = consts.SupplementalArrowsCId SupplementalMathematicalOperators = consts.SupplementalMathematicalOperators SupplementalMathematicalOperatorsId = consts.SupplementalMathematicalOperatorsId SupplementalPunctuation = consts.SupplementalPunctuation SupplementalPunctuationId = consts.SupplementalPunctuationId SupplementalSymbolsAndPictographs = consts.SupplementalSymbolsAndPictographs SupplementalSymbolsAndPictographsId = consts.SupplementalSymbolsAndPictographsId SupplementaryPrivateUseAreaA = consts.SupplementaryPrivateUseAreaA SupplementaryPrivateUseAreaAId = consts.SupplementaryPrivateUseAreaAId SupplementaryPrivateUseAreaB = consts.SupplementaryPrivateUseAreaB SupplementaryPrivateUseAreaBId = consts.SupplementaryPrivateUseAreaBId SuttonSignwriting = consts.SuttonSignwriting SuttonSignwritingId = consts.SuttonSignwritingId SylotiNagriId = consts.SylotiNagriId SymbolsAndPictographsExtendedA = consts.SymbolsAndPictographsExtendedA SymbolsAndPictographsExtendedAId = consts.SymbolsAndPictographsExtendedAId SymbolsForLegacyComputing = consts.SymbolsForLegacyComputing SymbolsForLegacyComputingId = consts.SymbolsForLegacyComputingId SymbolsForLegacyComputingSupplement = consts.SymbolsForLegacyComputingSupplement SymbolsForLegacyComputingSupplementId = consts.SymbolsForLegacyComputingSupplementId SyriacId = consts.SyriacId SyriacSupplement = consts.SyriacSupplement SyriacSupplementId = consts.SyriacSupplementId TagalogId = consts.TagalogId TagbanwaId = consts.TagbanwaId Tags = consts.Tags TagsId = consts.TagsId TaiLeId = consts.TaiLeId TaiTham = consts.TaiTham TaiThamId = consts.TaiThamId TaiVietId = consts.TaiVietId TaiXuanJingSymbols = consts.TaiXuanJingSymbols TaiXuanJingSymbolsId = consts.TaiXuanJingSymbolsId TakriId = consts.TakriId TamilId = consts.TamilId TamilSupplement = consts.TamilSupplement TamilSupplementId = consts.TamilSupplementId TangsaId = consts.TangsaId TangutComponents = consts.TangutComponents TangutComponentsId = consts.TangutComponentsId TangutId = consts.TangutId TangutSupplement = consts.TangutSupplement TangutSupplementId = consts.TangutSupplementId TeluguId = consts.TeluguId ThaanaId = consts.ThaanaId ThaiId = consts.ThaiId TibetanId = consts.TibetanId TifinaghId = consts.TifinaghId TirhutaId = consts.TirhutaId TodhriId = consts.TodhriId TotoId = consts.TotoId TransportAndMapSymbols = consts.TransportAndMapSymbols TransportAndMapSymbolsId = consts.TransportAndMapSymbolsId TuluTigalariId = consts.TuluTigalariId UgariticId = consts.UgariticId UnifiedCanadianAboriginalSyllabics = consts.UnifiedCanadianAboriginalSyllabics UnifiedCanadianAboriginalSyllabicsExtended = consts.UnifiedCanadianAboriginalSyllabicsExtended UnifiedCanadianAboriginalSyllabicsExtendedA = consts.UnifiedCanadianAboriginalSyllabicsExtendedA UnifiedCanadianAboriginalSyllabicsExtendedAId = consts.UnifiedCanadianAboriginalSyllabicsExtendedAId UnifiedCanadianAboriginalSyllabicsExtendedId = consts.UnifiedCanadianAboriginalSyllabicsExtendedId UnifiedCanadianAboriginalSyllabicsId = consts.UnifiedCanadianAboriginalSyllabicsId VaiId = consts.VaiId VariationSelectors = consts.VariationSelectors VariationSelectorsId = consts.VariationSelectorsId VariationSelectorsSupplement = consts.VariationSelectorsSupplement VariationSelectorsSupplementId = consts.VariationSelectorsSupplementId VedicExtensions = consts.VedicExtensions VedicExtensionsId = consts.VedicExtensionsId VerticalForms = consts.VerticalForms VerticalFormsId = consts.VerticalFormsId VithkuqiId = consts.VithkuqiId WanchoId = consts.WanchoId WarangCitiId = consts.WarangCitiId YezidiId = consts.YezidiId YijingHexagramSymbols = consts.YijingHexagramSymbols YijingHexagramSymbolsId = consts.YijingHexagramSymbolsId YiRadicals = consts.YiRadicals YiRadicalsId = consts.YiRadicalsId YiSyllables = consts.YiSyllables YiSyllablesId = consts.YiSyllablesId ZanabazarSquareId = consts.ZanabazarSquareId ZnamennyMusicalNotation = consts.ZnamennyMusicalNotation ZnamennyMusicalNotationId = consts.ZnamennyMusicalNotationId Rotated = consts.Rotated TransformedRotated = consts.TransformedRotated TransformedUpright = consts.TransformedUpright Upright = consts.Upright Aletter = consts.Aletter DoubleQuote = consts.DoubleQuote Extendnumlet = consts.Extendnumlet Midletter = consts.Midletter Midnum = consts.Midnum Midnumlet = consts.Midnumlet Newline = consts.Newline SingleQuote = consts.SingleQuote Wsegspace = consts.Wsegspace )
const (
NoNumericValue = consts.NoNumericValue
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type UCharacter ¶
UCharacter wraps android.icu.lang.UCharacter.
func (*UCharacter) CharCount ¶
func (m *UCharacter) CharCount(arg0 int32) (int32, error)
CharCount calls android.icu.lang.UCharacter.charCount.
func (*UCharacter) CodePointAt2 ¶
CodePointAt2 calls android.icu.lang.UCharacter.codePointAt.
func (*UCharacter) CodePointAt2_2 ¶
func (m *UCharacter) CodePointAt2_2(arg0 string, arg1 int32) (int32, error)
CodePointAt2_2 calls android.icu.lang.UCharacter.codePointAt.
func (*UCharacter) CodePointAt3_1 ¶
CodePointAt3_1 calls android.icu.lang.UCharacter.codePointAt.
func (*UCharacter) CodePointBefore2 ¶
CodePointBefore2 calls android.icu.lang.UCharacter.codePointBefore.
func (*UCharacter) CodePointBefore2_2 ¶
func (m *UCharacter) CodePointBefore2_2(arg0 string, arg1 int32) (int32, error)
CodePointBefore2_2 calls android.icu.lang.UCharacter.codePointBefore.
func (*UCharacter) CodePointBefore3_1 ¶
CodePointBefore3_1 calls android.icu.lang.UCharacter.codePointBefore.
func (*UCharacter) CodePointCount3 ¶
CodePointCount3 calls android.icu.lang.UCharacter.codePointCount.
func (*UCharacter) CodePointCount3_1 ¶
CodePointCount3_1 calls android.icu.lang.UCharacter.codePointCount.
func (*UCharacter) Digit1 ¶
func (m *UCharacter) Digit1(arg0 int32) (int32, error)
Digit1 calls android.icu.lang.UCharacter.digit.
func (*UCharacter) Digit2_1 ¶
func (m *UCharacter) Digit2_1(arg0 int32, arg1 int32) (int32, error)
Digit2_1 calls android.icu.lang.UCharacter.digit.
func (*UCharacter) FoldCase2 ¶
func (m *UCharacter) FoldCase2(arg0 int32, arg1 bool) (int32, error)
FoldCase2 calls android.icu.lang.UCharacter.foldCase.
func (*UCharacter) FoldCase2_1 ¶
func (m *UCharacter) FoldCase2_1(arg0 int32, arg1 int32) (int32, error)
FoldCase2_1 calls android.icu.lang.UCharacter.foldCase.
func (*UCharacter) FoldCase2_2 ¶
func (m *UCharacter) FoldCase2_2(arg0 string, arg1 bool) (string, error)
FoldCase2_2 calls android.icu.lang.UCharacter.foldCase.
func (*UCharacter) FoldCase2_3 ¶
func (m *UCharacter) FoldCase2_3(arg0 string, arg1 int32) (string, error)
FoldCase2_3 calls android.icu.lang.UCharacter.foldCase.
func (*UCharacter) ForDigit ¶
func (m *UCharacter) ForDigit(arg0 int32, arg1 int32) (uint16, error)
ForDigit calls android.icu.lang.UCharacter.forDigit.
func (*UCharacter) GetAge ¶
func (m *UCharacter) GetAge(arg0 int32) (*jni.Object, error)
GetAge calls android.icu.lang.UCharacter.getAge.
func (*UCharacter) GetBidiPairedBracket ¶
func (m *UCharacter) GetBidiPairedBracket(arg0 int32) (int32, error)
GetBidiPairedBracket calls android.icu.lang.UCharacter.getBidiPairedBracket.
func (*UCharacter) GetCharFromExtendedName ¶
func (m *UCharacter) GetCharFromExtendedName(arg0 string) (int32, error)
GetCharFromExtendedName calls android.icu.lang.UCharacter.getCharFromExtendedName.
func (*UCharacter) GetCharFromName ¶
func (m *UCharacter) GetCharFromName(arg0 string) (int32, error)
GetCharFromName calls android.icu.lang.UCharacter.getCharFromName.
func (*UCharacter) GetCharFromNameAlias ¶
func (m *UCharacter) GetCharFromNameAlias(arg0 string) (int32, error)
GetCharFromNameAlias calls android.icu.lang.UCharacter.getCharFromNameAlias.
func (*UCharacter) GetCodePoint1 ¶
func (m *UCharacter) GetCodePoint1(arg0 uint16) (int32, error)
GetCodePoint1 calls android.icu.lang.UCharacter.getCodePoint.
func (*UCharacter) GetCodePoint2_1 ¶
func (m *UCharacter) GetCodePoint2_1(arg0 uint16, arg1 uint16) (int32, error)
GetCodePoint2_1 calls android.icu.lang.UCharacter.getCodePoint.
func (*UCharacter) GetCodePoint2_2 ¶
func (m *UCharacter) GetCodePoint2_2(arg0 int32, arg1 int32) (int32, error)
GetCodePoint2_2 calls android.icu.lang.UCharacter.getCodePoint.
func (*UCharacter) GetCombiningClass ¶
func (m *UCharacter) GetCombiningClass(arg0 int32) (int32, error)
GetCombiningClass calls android.icu.lang.UCharacter.getCombiningClass.
func (*UCharacter) GetDirection ¶
func (m *UCharacter) GetDirection(arg0 int32) (int32, error)
GetDirection calls android.icu.lang.UCharacter.getDirection.
func (*UCharacter) GetDirectionality ¶
func (m *UCharacter) GetDirectionality(arg0 int32) (int8, error)
GetDirectionality calls android.icu.lang.UCharacter.getDirectionality.
func (*UCharacter) GetExtendedName ¶
func (m *UCharacter) GetExtendedName(arg0 int32) (string, error)
GetExtendedName calls android.icu.lang.UCharacter.getExtendedName.
func (*UCharacter) GetExtendedNameIterator ¶
func (m *UCharacter) GetExtendedNameIterator() (*jni.Object, error)
GetExtendedNameIterator calls android.icu.lang.UCharacter.getExtendedNameIterator.
func (*UCharacter) GetHanNumericValue ¶
func (m *UCharacter) GetHanNumericValue(arg0 int32) (int32, error)
GetHanNumericValue calls android.icu.lang.UCharacter.getHanNumericValue.
func (*UCharacter) GetIntPropertyMaxValue ¶
func (m *UCharacter) GetIntPropertyMaxValue(arg0 int32) (int32, error)
GetIntPropertyMaxValue calls android.icu.lang.UCharacter.getIntPropertyMaxValue.
func (*UCharacter) GetIntPropertyMinValue ¶
func (m *UCharacter) GetIntPropertyMinValue(arg0 int32) (int32, error)
GetIntPropertyMinValue calls android.icu.lang.UCharacter.getIntPropertyMinValue.
func (*UCharacter) GetIntPropertyValue ¶
func (m *UCharacter) GetIntPropertyValue(arg0 int32, arg1 int32) (int32, error)
GetIntPropertyValue calls android.icu.lang.UCharacter.getIntPropertyValue.
func (*UCharacter) GetMirror ¶
func (m *UCharacter) GetMirror(arg0 int32) (int32, error)
GetMirror calls android.icu.lang.UCharacter.getMirror.
func (*UCharacter) GetName1 ¶
func (m *UCharacter) GetName1(arg0 int32) (string, error)
GetName1 calls android.icu.lang.UCharacter.getName.
func (*UCharacter) GetName2_1 ¶
func (m *UCharacter) GetName2_1(arg0 string, arg1 string) (string, error)
GetName2_1 calls android.icu.lang.UCharacter.getName.
func (*UCharacter) GetNameAlias ¶
func (m *UCharacter) GetNameAlias(arg0 int32) (string, error)
GetNameAlias calls android.icu.lang.UCharacter.getNameAlias.
func (*UCharacter) GetNameIterator ¶
func (m *UCharacter) GetNameIterator() (*jni.Object, error)
GetNameIterator calls android.icu.lang.UCharacter.getNameIterator.
func (*UCharacter) GetNumericValue ¶
func (m *UCharacter) GetNumericValue(arg0 int32) (int32, error)
GetNumericValue calls android.icu.lang.UCharacter.getNumericValue.
func (*UCharacter) GetPropertyEnum ¶
func (m *UCharacter) GetPropertyEnum(arg0 string) (int32, error)
GetPropertyEnum calls android.icu.lang.UCharacter.getPropertyEnum.
func (*UCharacter) GetPropertyName ¶
func (m *UCharacter) GetPropertyName(arg0 int32, arg1 int32) (string, error)
GetPropertyName calls android.icu.lang.UCharacter.getPropertyName.
func (*UCharacter) GetPropertyValueEnum ¶
func (m *UCharacter) GetPropertyValueEnum(arg0 int32, arg1 string) (int32, error)
GetPropertyValueEnum calls android.icu.lang.UCharacter.getPropertyValueEnum.
func (*UCharacter) GetPropertyValueName ¶
GetPropertyValueName calls android.icu.lang.UCharacter.getPropertyValueName.
func (*UCharacter) GetType ¶
func (m *UCharacter) GetType(arg0 int32) (int32, error)
GetType calls android.icu.lang.UCharacter.getType.
func (*UCharacter) GetTypeIterator ¶
func (m *UCharacter) GetTypeIterator() (*jni.Object, error)
GetTypeIterator calls android.icu.lang.UCharacter.getTypeIterator.
func (*UCharacter) GetUnicodeNumericValue ¶
func (m *UCharacter) GetUnicodeNumericValue(arg0 int32) (float64, error)
GetUnicodeNumericValue calls android.icu.lang.UCharacter.getUnicodeNumericValue.
func (*UCharacter) GetUnicodeVersion ¶
func (m *UCharacter) GetUnicodeVersion() (*jni.Object, error)
GetUnicodeVersion calls android.icu.lang.UCharacter.getUnicodeVersion.
func (*UCharacter) HasBinaryProperty2 ¶
func (m *UCharacter) HasBinaryProperty2(arg0 int32, arg1 int32) (bool, error)
HasBinaryProperty2 calls android.icu.lang.UCharacter.hasBinaryProperty.
func (*UCharacter) HasBinaryProperty2_1 ¶
func (m *UCharacter) HasBinaryProperty2_1(arg0 string, arg1 int32) (bool, error)
HasBinaryProperty2_1 calls android.icu.lang.UCharacter.hasBinaryProperty.
func (*UCharacter) IsBMP ¶
func (m *UCharacter) IsBMP(arg0 int32) (bool, error)
IsBMP calls android.icu.lang.UCharacter.isBMP.
func (*UCharacter) IsBaseForm ¶
func (m *UCharacter) IsBaseForm(arg0 int32) (bool, error)
IsBaseForm calls android.icu.lang.UCharacter.isBaseForm.
func (*UCharacter) IsDefined ¶
func (m *UCharacter) IsDefined(arg0 int32) (bool, error)
IsDefined calls android.icu.lang.UCharacter.isDefined.
func (*UCharacter) IsDigit ¶
func (m *UCharacter) IsDigit(arg0 int32) (bool, error)
IsDigit calls android.icu.lang.UCharacter.isDigit.
func (*UCharacter) IsHighSurrogate1 ¶
func (m *UCharacter) IsHighSurrogate1(arg0 uint16) (bool, error)
IsHighSurrogate1 calls android.icu.lang.UCharacter.isHighSurrogate.
func (*UCharacter) IsHighSurrogate1_1 ¶
func (m *UCharacter) IsHighSurrogate1_1(arg0 int32) (bool, error)
IsHighSurrogate1_1 calls android.icu.lang.UCharacter.isHighSurrogate.
func (*UCharacter) IsISOControl ¶
func (m *UCharacter) IsISOControl(arg0 int32) (bool, error)
IsISOControl calls android.icu.lang.UCharacter.isISOControl.
func (*UCharacter) IsIdentifierIgnorable ¶
func (m *UCharacter) IsIdentifierIgnorable(arg0 int32) (bool, error)
IsIdentifierIgnorable calls android.icu.lang.UCharacter.isIdentifierIgnorable.
func (*UCharacter) IsJavaIdentifierPart ¶
func (m *UCharacter) IsJavaIdentifierPart(arg0 int32) (bool, error)
IsJavaIdentifierPart calls android.icu.lang.UCharacter.isJavaIdentifierPart.
func (*UCharacter) IsJavaIdentifierStart ¶
func (m *UCharacter) IsJavaIdentifierStart(arg0 int32) (bool, error)
IsJavaIdentifierStart calls android.icu.lang.UCharacter.isJavaIdentifierStart.
func (*UCharacter) IsLegal1 ¶
func (m *UCharacter) IsLegal1(arg0 int32) (bool, error)
IsLegal1 calls android.icu.lang.UCharacter.isLegal.
func (*UCharacter) IsLegal1_1 ¶
func (m *UCharacter) IsLegal1_1(arg0 string) (bool, error)
IsLegal1_1 calls android.icu.lang.UCharacter.isLegal.
func (*UCharacter) IsLetter ¶
func (m *UCharacter) IsLetter(arg0 int32) (bool, error)
IsLetter calls android.icu.lang.UCharacter.isLetter.
func (*UCharacter) IsLetterOrDigit ¶
func (m *UCharacter) IsLetterOrDigit(arg0 int32) (bool, error)
IsLetterOrDigit calls android.icu.lang.UCharacter.isLetterOrDigit.
func (*UCharacter) IsLowSurrogate1 ¶
func (m *UCharacter) IsLowSurrogate1(arg0 uint16) (bool, error)
IsLowSurrogate1 calls android.icu.lang.UCharacter.isLowSurrogate.
func (*UCharacter) IsLowSurrogate1_1 ¶
func (m *UCharacter) IsLowSurrogate1_1(arg0 int32) (bool, error)
IsLowSurrogate1_1 calls android.icu.lang.UCharacter.isLowSurrogate.
func (*UCharacter) IsLowerCase ¶
func (m *UCharacter) IsLowerCase(arg0 int32) (bool, error)
IsLowerCase calls android.icu.lang.UCharacter.isLowerCase.
func (*UCharacter) IsMirrored ¶
func (m *UCharacter) IsMirrored(arg0 int32) (bool, error)
IsMirrored calls android.icu.lang.UCharacter.isMirrored.
func (*UCharacter) IsPrintable ¶
func (m *UCharacter) IsPrintable(arg0 int32) (bool, error)
IsPrintable calls android.icu.lang.UCharacter.isPrintable.
func (*UCharacter) IsSpaceChar ¶
func (m *UCharacter) IsSpaceChar(arg0 int32) (bool, error)
IsSpaceChar calls android.icu.lang.UCharacter.isSpaceChar.
func (*UCharacter) IsSupplementary ¶
func (m *UCharacter) IsSupplementary(arg0 int32) (bool, error)
IsSupplementary calls android.icu.lang.UCharacter.isSupplementary.
func (*UCharacter) IsSupplementaryCodePoint ¶
func (m *UCharacter) IsSupplementaryCodePoint(arg0 int32) (bool, error)
IsSupplementaryCodePoint calls android.icu.lang.UCharacter.isSupplementaryCodePoint.
func (*UCharacter) IsSurrogatePair2 ¶
func (m *UCharacter) IsSurrogatePair2(arg0 uint16, arg1 uint16) (bool, error)
IsSurrogatePair2 calls android.icu.lang.UCharacter.isSurrogatePair.
func (*UCharacter) IsSurrogatePair2_1 ¶
func (m *UCharacter) IsSurrogatePair2_1(arg0 int32, arg1 int32) (bool, error)
IsSurrogatePair2_1 calls android.icu.lang.UCharacter.isSurrogatePair.
func (*UCharacter) IsTitleCase ¶
func (m *UCharacter) IsTitleCase(arg0 int32) (bool, error)
IsTitleCase calls android.icu.lang.UCharacter.isTitleCase.
func (*UCharacter) IsUAlphabetic ¶
func (m *UCharacter) IsUAlphabetic(arg0 int32) (bool, error)
IsUAlphabetic calls android.icu.lang.UCharacter.isUAlphabetic.
func (*UCharacter) IsULowercase ¶
func (m *UCharacter) IsULowercase(arg0 int32) (bool, error)
IsULowercase calls android.icu.lang.UCharacter.isULowercase.
func (*UCharacter) IsUUppercase ¶
func (m *UCharacter) IsUUppercase(arg0 int32) (bool, error)
IsUUppercase calls android.icu.lang.UCharacter.isUUppercase.
func (*UCharacter) IsUWhiteSpace ¶
func (m *UCharacter) IsUWhiteSpace(arg0 int32) (bool, error)
IsUWhiteSpace calls android.icu.lang.UCharacter.isUWhiteSpace.
func (*UCharacter) IsUnicodeIdentifierPart ¶
func (m *UCharacter) IsUnicodeIdentifierPart(arg0 int32) (bool, error)
IsUnicodeIdentifierPart calls android.icu.lang.UCharacter.isUnicodeIdentifierPart.
func (*UCharacter) IsUnicodeIdentifierStart ¶
func (m *UCharacter) IsUnicodeIdentifierStart(arg0 int32) (bool, error)
IsUnicodeIdentifierStart calls android.icu.lang.UCharacter.isUnicodeIdentifierStart.
func (*UCharacter) IsUpperCase ¶
func (m *UCharacter) IsUpperCase(arg0 int32) (bool, error)
IsUpperCase calls android.icu.lang.UCharacter.isUpperCase.
func (*UCharacter) IsValidCodePoint ¶
func (m *UCharacter) IsValidCodePoint(arg0 int32) (bool, error)
IsValidCodePoint calls android.icu.lang.UCharacter.isValidCodePoint.
func (*UCharacter) IsWhitespace ¶
func (m *UCharacter) IsWhitespace(arg0 int32) (bool, error)
IsWhitespace calls android.icu.lang.UCharacter.isWhitespace.
func (*UCharacter) OffsetByCodePoints3_1 ¶
OffsetByCodePoints3_1 calls android.icu.lang.UCharacter.offsetByCodePoints.
func (*UCharacter) OffsetByCodePoints5 ¶
func (m *UCharacter) OffsetByCodePoints5( arg0 *jni.Object, arg1 int32, arg2 int32, arg3 int32, arg4 int32, ) (int32, error)
OffsetByCodePoints5 calls android.icu.lang.UCharacter.offsetByCodePoints.
func (*UCharacter) ToChars1 ¶
func (m *UCharacter) ToChars1(arg0 int32) (*jni.Object, error)
ToChars1 calls android.icu.lang.UCharacter.toChars.
func (*UCharacter) ToChars3_1 ¶
ToChars3_1 calls android.icu.lang.UCharacter.toChars.
func (*UCharacter) ToCodePoint2 ¶
func (m *UCharacter) ToCodePoint2(arg0 uint16, arg1 uint16) (int32, error)
ToCodePoint2 calls android.icu.lang.UCharacter.toCodePoint.
func (*UCharacter) ToCodePoint2_1 ¶
func (m *UCharacter) ToCodePoint2_1(arg0 int32, arg1 int32) (int32, error)
ToCodePoint2_1 calls android.icu.lang.UCharacter.toCodePoint.
func (*UCharacter) ToLowerCase1_1 ¶
func (m *UCharacter) ToLowerCase1_1(arg0 int32) (int32, error)
ToLowerCase1_1 calls android.icu.lang.UCharacter.toLowerCase.
func (*UCharacter) ToLowerCase1_2 ¶
func (m *UCharacter) ToLowerCase1_2(arg0 string) (string, error)
ToLowerCase1_2 calls android.icu.lang.UCharacter.toLowerCase.
func (*UCharacter) ToLowerCase2 ¶
ToLowerCase2 calls android.icu.lang.UCharacter.toLowerCase.
func (*UCharacter) ToLowerCase2_3 ¶
ToLowerCase2_3 calls android.icu.lang.UCharacter.toLowerCase.
func (*UCharacter) ToString ¶
func (m *UCharacter) ToString(arg0 int32) (string, error)
ToString calls android.icu.lang.UCharacter.toString.
func (*UCharacter) ToTitleCase1_2 ¶
func (m *UCharacter) ToTitleCase1_2(arg0 int32) (int32, error)
ToTitleCase1_2 calls android.icu.lang.UCharacter.toTitleCase.
func (*UCharacter) ToTitleCase2_3 ¶
ToTitleCase2_3 calls android.icu.lang.UCharacter.toTitleCase.
func (*UCharacter) ToTitleCase3 ¶
func (m *UCharacter) ToTitleCase3( arg0 *jni.Object, arg1 string, arg2 *jni.Object, ) (string, error)
ToTitleCase3 calls android.icu.lang.UCharacter.toTitleCase.
func (*UCharacter) ToTitleCase3_4 ¶
func (m *UCharacter) ToTitleCase3_4( arg0 *jni.Object, arg1 string, arg2 *jni.Object, ) (string, error)
ToTitleCase3_4 calls android.icu.lang.UCharacter.toTitleCase.
func (*UCharacter) ToTitleCase4_1 ¶
func (m *UCharacter) ToTitleCase4_1( arg0 *jni.Object, arg1 string, arg2 *jni.Object, arg3 int32, ) (string, error)
ToTitleCase4_1 calls android.icu.lang.UCharacter.toTitleCase.
func (*UCharacter) ToTitleCase4_5 ¶
func (m *UCharacter) ToTitleCase4_5( arg0 *jni.Object, arg1 string, arg2 *jni.Object, arg3 int32, ) (string, error)
ToTitleCase4_5 calls android.icu.lang.UCharacter.toTitleCase.
func (*UCharacter) ToUpperCase1_1 ¶
func (m *UCharacter) ToUpperCase1_1(arg0 int32) (int32, error)
ToUpperCase1_1 calls android.icu.lang.UCharacter.toUpperCase.
func (*UCharacter) ToUpperCase1_2 ¶
func (m *UCharacter) ToUpperCase1_2(arg0 string) (string, error)
ToUpperCase1_2 calls android.icu.lang.UCharacter.toUpperCase.
func (*UCharacter) ToUpperCase2 ¶
ToUpperCase2 calls android.icu.lang.UCharacter.toUpperCase.
func (*UCharacter) ToUpperCase2_3 ¶
ToUpperCase2_3 calls android.icu.lang.UCharacter.toUpperCase.
type UCharacterBidiPairedBracketType ¶ added in v0.0.8
UCharacterBidiPairedBracketType wraps android.icu.lang.UCharacter$BidiPairedBracketType.
func (*UCharacterBidiPairedBracketType) ToString ¶ added in v0.0.8
func (m *UCharacterBidiPairedBracketType) ToString() (string, error)
ToString calls android.icu.lang.UCharacter$BidiPairedBracketType.toString.
type UCharacterCategory ¶
UCharacterCategory wraps android.icu.lang.UCharacterCategory.
type UCharacterDecompositionType ¶ added in v0.0.8
UCharacterDecompositionType wraps android.icu.lang.UCharacter$DecompositionType.
func (*UCharacterDecompositionType) ToString ¶ added in v0.0.8
func (m *UCharacterDecompositionType) ToString() (string, error)
ToString calls android.icu.lang.UCharacter$DecompositionType.toString.
type UCharacterDirection ¶
UCharacterDirection wraps android.icu.lang.UCharacterDirection.
type UCharacterEastAsianWidth ¶ added in v0.0.8
UCharacterEastAsianWidth wraps android.icu.lang.UCharacter$EastAsianWidth.
func (*UCharacterEastAsianWidth) ToString ¶ added in v0.0.8
func (m *UCharacterEastAsianWidth) ToString() (string, error)
ToString calls android.icu.lang.UCharacter$EastAsianWidth.toString.
type UCharacterEnums ¶ added in v0.0.8
UCharacterEnums wraps android.icu.lang.UCharacterEnums.
func (*UCharacterEnums) ToString ¶ added in v0.0.8
func (m *UCharacterEnums) ToString() (string, error)
ToString calls android.icu.lang.UCharacterEnums.toString.
type UCharacterEnumsECharacterCategory ¶ added in v0.0.8
UCharacterEnumsECharacterCategory wraps android.icu.lang.UCharacterEnums$ECharacterCategory.
func (*UCharacterEnumsECharacterCategory) ToString ¶ added in v0.0.8
func (m *UCharacterEnumsECharacterCategory) ToString() (string, error)
ToString calls android.icu.lang.UCharacterEnums$ECharacterCategory.toString.
type UCharacterEnumsECharacterDirection ¶ added in v0.0.8
UCharacterEnumsECharacterDirection wraps android.icu.lang.UCharacterEnums$ECharacterDirection.
func (*UCharacterEnumsECharacterDirection) ToString ¶ added in v0.0.8
func (m *UCharacterEnumsECharacterDirection) ToString() (string, error)
ToString calls android.icu.lang.UCharacterEnums$ECharacterDirection.toString.
type UCharacterGraphemeClusterBreak ¶ added in v0.0.8
UCharacterGraphemeClusterBreak wraps android.icu.lang.UCharacter$GraphemeClusterBreak.
func (*UCharacterGraphemeClusterBreak) ToString ¶ added in v0.0.8
func (m *UCharacterGraphemeClusterBreak) ToString() (string, error)
ToString calls android.icu.lang.UCharacter$GraphemeClusterBreak.toString.
type UCharacterHangulSyllableType ¶ added in v0.0.8
UCharacterHangulSyllableType wraps android.icu.lang.UCharacter$HangulSyllableType.
func (*UCharacterHangulSyllableType) ToString ¶ added in v0.0.8
func (m *UCharacterHangulSyllableType) ToString() (string, error)
ToString calls android.icu.lang.UCharacter$HangulSyllableType.toString.
type UCharacterIndicPositionalCategory ¶ added in v0.0.8
UCharacterIndicPositionalCategory wraps android.icu.lang.UCharacter$IndicPositionalCategory.
func (*UCharacterIndicPositionalCategory) ToString ¶ added in v0.0.8
func (m *UCharacterIndicPositionalCategory) ToString() (string, error)
ToString calls android.icu.lang.UCharacter$IndicPositionalCategory.toString.
type UCharacterIndicSyllabicCategory ¶ added in v0.0.8
UCharacterIndicSyllabicCategory wraps android.icu.lang.UCharacter$IndicSyllabicCategory.
func (*UCharacterIndicSyllabicCategory) ToString ¶ added in v0.0.8
func (m *UCharacterIndicSyllabicCategory) ToString() (string, error)
ToString calls android.icu.lang.UCharacter$IndicSyllabicCategory.toString.
type UCharacterJoiningGroup ¶ added in v0.0.8
UCharacterJoiningGroup wraps android.icu.lang.UCharacter$JoiningGroup.
func (*UCharacterJoiningGroup) ToString ¶ added in v0.0.8
func (m *UCharacterJoiningGroup) ToString() (string, error)
ToString calls android.icu.lang.UCharacter$JoiningGroup.toString.
type UCharacterJoiningType ¶ added in v0.0.8
UCharacterJoiningType wraps android.icu.lang.UCharacter$JoiningType.
func (*UCharacterJoiningType) ToString ¶ added in v0.0.8
func (m *UCharacterJoiningType) ToString() (string, error)
ToString calls android.icu.lang.UCharacter$JoiningType.toString.
type UCharacterLineBreak ¶ added in v0.0.8
UCharacterLineBreak wraps android.icu.lang.UCharacter$LineBreak.
func (*UCharacterLineBreak) ToString ¶ added in v0.0.8
func (m *UCharacterLineBreak) ToString() (string, error)
ToString calls android.icu.lang.UCharacter$LineBreak.toString.
type UCharacterNumericType ¶ added in v0.0.8
UCharacterNumericType wraps android.icu.lang.UCharacter$NumericType.
func (*UCharacterNumericType) ToString ¶ added in v0.0.8
func (m *UCharacterNumericType) ToString() (string, error)
ToString calls android.icu.lang.UCharacter$NumericType.toString.
type UCharacterSentenceBreak ¶ added in v0.0.8
UCharacterSentenceBreak wraps android.icu.lang.UCharacter$SentenceBreak.
func (*UCharacterSentenceBreak) ToString ¶ added in v0.0.8
func (m *UCharacterSentenceBreak) ToString() (string, error)
ToString calls android.icu.lang.UCharacter$SentenceBreak.toString.
type UCharacterUnicodeBlock ¶
UCharacterUnicodeBlock wraps android.icu.lang.UCharacter$UnicodeBlock.
func (*UCharacterUnicodeBlock) ForName ¶
func (m *UCharacterUnicodeBlock) ForName(arg0 string) (*jni.Object, error)
ForName calls android.icu.lang.UCharacter$UnicodeBlock.forName.
func (*UCharacterUnicodeBlock) GetID ¶
func (m *UCharacterUnicodeBlock) GetID() (int32, error)
GetID calls android.icu.lang.UCharacter$UnicodeBlock.getID.
func (*UCharacterUnicodeBlock) GetInstance ¶
func (m *UCharacterUnicodeBlock) GetInstance(arg0 int32) (*jni.Object, error)
GetInstance calls android.icu.lang.UCharacter$UnicodeBlock.getInstance.
func (*UCharacterUnicodeBlock) Of ¶
func (m *UCharacterUnicodeBlock) Of(arg0 int32) (*jni.Object, error)
Of calls android.icu.lang.UCharacter$UnicodeBlock.of.
func (*UCharacterUnicodeBlock) ToString ¶ added in v0.0.8
func (m *UCharacterUnicodeBlock) ToString() (string, error)
ToString calls android.icu.lang.UCharacter$UnicodeBlock.toString.
type UCharacterVerticalOrientation ¶ added in v0.0.8
UCharacterVerticalOrientation wraps android.icu.lang.UCharacter$VerticalOrientation.
func (*UCharacterVerticalOrientation) ToString ¶ added in v0.0.8
func (m *UCharacterVerticalOrientation) ToString() (string, error)
ToString calls android.icu.lang.UCharacter$VerticalOrientation.toString.
type UCharacterWordBreak ¶ added in v0.0.8
UCharacterWordBreak wraps android.icu.lang.UCharacter$WordBreak.
func (*UCharacterWordBreak) ToString ¶ added in v0.0.8
func (m *UCharacterWordBreak) ToString() (string, error)
ToString calls android.icu.lang.UCharacter$WordBreak.toString.
type UPropertyNameChoice ¶ added in v0.0.8
UPropertyNameChoice wraps android.icu.lang.UProperty$NameChoice.
func (*UPropertyNameChoice) ToString ¶ added in v0.0.8
func (m *UPropertyNameChoice) ToString() (string, error)
ToString calls android.icu.lang.UProperty$NameChoice.toString.
type UScript ¶
UScript wraps android.icu.lang.UScript.
func (*UScript) BreaksBetweenLetters ¶
BreaksBetweenLetters calls android.icu.lang.UScript.breaksBetweenLetters.
func (*UScript) GetCode1_1 ¶
GetCode1_1 calls android.icu.lang.UScript.getCode.
func (*UScript) GetCode1_2 ¶
GetCode1_2 calls android.icu.lang.UScript.getCode.
func (*UScript) GetCodeFromName ¶
GetCodeFromName calls android.icu.lang.UScript.getCodeFromName.
func (*UScript) GetSampleString ¶
GetSampleString calls android.icu.lang.UScript.getSampleString.
func (*UScript) GetScriptExtensions ¶
GetScriptExtensions calls android.icu.lang.UScript.getScriptExtensions.
func (*UScript) GetShortName ¶
GetShortName calls android.icu.lang.UScript.getShortName.
func (*UScript) IsRightToLeft ¶
IsRightToLeft calls android.icu.lang.UScript.isRightToLeft.
type UScriptScriptUsage ¶
UScriptScriptUsage wraps android.icu.lang.UScript$ScriptUsage.
func (*UScriptScriptUsage) ToString ¶ added in v0.0.8
func (m *UScriptScriptUsage) ToString() (string, error)
ToString calls android.icu.lang.UScript$ScriptUsage.toString.
Source Files
¶
- constants.go
- doc.go
- init.go
- u_character.go
- u_character_bidi_paired_bracket_type.go
- u_character_category.go
- u_character_decomposition_type.go
- u_character_direction.go
- u_character_east_asian_width.go
- u_character_enums.go
- u_character_enums_e_character_category.go
- u_character_enums_e_character_direction.go
- u_character_grapheme_cluster_break.go
- u_character_hangul_syllable_type.go
- u_character_indic_positional_category.go
- u_character_indic_syllabic_category.go
- u_character_joining_group.go
- u_character_joining_type.go
- u_character_line_break.go
- u_character_numeric_type.go
- u_character_sentence_break.go
- u_character_unicode_block.go
- u_character_vertical_orientation.go
- u_character_word_break.go
- u_property.go
- u_property_name_choice.go
- u_script.go
- u_script_script_usage.go