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 UCharacterCategory
- type UCharacterDirection
- type UCharacterUnicodeBlock
- 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)
- type UScriptScriptUsage
Constants ¶
const ( 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 Control = consts.Control 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 RegionalIndicator = consts.RegionalIndicator 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 Alphabetic = consts.Alphabetic 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 Hyphen = consts.Hyphen Ideographic = consts.Ideographic 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 Surrogate = consts.Surrogate Unknown = consts.Unknown ViramaFinal = consts.ViramaFinal WordJoiner = consts.WordJoiner Zwspace = consts.Zwspace Decimal = consts.Decimal Digit = consts.Digit Aterm = consts.Aterm Format = consts.Format Lower = consts.Lower Oletter = consts.Oletter Scontinue = consts.Scontinue Sep = consts.Sep Sp = consts.Sp Sterm = consts.Sterm Upper = consts.Upper Adlam = consts.Adlam AdlamId = consts.AdlamId AegeanNumbers = consts.AegeanNumbers AegeanNumbersId = consts.AegeanNumbersId Ahom = consts.Ahom AhomId = consts.AhomId AlchemicalSymbols = consts.AlchemicalSymbols AlchemicalSymbolsId = consts.AlchemicalSymbolsId AlphabeticPresentationForms = consts.AlphabeticPresentationForms AlphabeticPresentationFormsId = consts.AlphabeticPresentationFormsId AnatolianHieroglyphs = consts.AnatolianHieroglyphs AnatolianHieroglyphsId = consts.AnatolianHieroglyphsId AncientGreekMusicalNotation = consts.AncientGreekMusicalNotation AncientGreekMusicalNotationId = consts.AncientGreekMusicalNotationId AncientGreekNumbers = consts.AncientGreekNumbers AncientGreekNumbersId = consts.AncientGreekNumbersId AncientSymbols = consts.AncientSymbols AncientSymbolsId = consts.AncientSymbolsId Arabic = consts.Arabic 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 Armenian = consts.Armenian ArmenianId = consts.ArmenianId Arrows = consts.Arrows ArrowsId = consts.ArrowsId Avestan = consts.Avestan AvestanId = consts.AvestanId Balinese = consts.Balinese BalineseId = consts.BalineseId Bamum = consts.Bamum BamumId = consts.BamumId BamumSupplement = consts.BamumSupplement BamumSupplementId = consts.BamumSupplementId BasicLatin = consts.BasicLatin BasicLatinId = consts.BasicLatinId BassaVah = consts.BassaVah BassaVahId = consts.BassaVahId Batak = consts.Batak BatakId = consts.BatakId Bengali = consts.Bengali BengaliId = consts.BengaliId Bhaiksuki = consts.Bhaiksuki BhaiksukiId = consts.BhaiksukiId BlockElements = consts.BlockElements BlockElementsId = consts.BlockElementsId Bopomofo = consts.Bopomofo BopomofoExtended = consts.BopomofoExtended BopomofoExtendedId = consts.BopomofoExtendedId BopomofoId = consts.BopomofoId BoxDrawing = consts.BoxDrawing BoxDrawingId = consts.BoxDrawingId Brahmi = consts.Brahmi BrahmiId = consts.BrahmiId BraillePatterns = consts.BraillePatterns BraillePatternsId = consts.BraillePatternsId Buginese = consts.Buginese BugineseId = consts.BugineseId Buhid = consts.Buhid BuhidId = consts.BuhidId ByzantineMusicalSymbols = consts.ByzantineMusicalSymbols ByzantineMusicalSymbolsId = consts.ByzantineMusicalSymbolsId Carian = consts.Carian CarianId = consts.CarianId CaucasianAlbanian = consts.CaucasianAlbanian CaucasianAlbanianId = consts.CaucasianAlbanianId Chakma = consts.Chakma ChakmaId = consts.ChakmaId Cham = consts.Cham ChamId = consts.ChamId Cherokee = consts.Cherokee CherokeeId = consts.CherokeeId CherokeeSupplement = consts.CherokeeSupplement CherokeeSupplementId = consts.CherokeeSupplementId ChessSymbols = consts.ChessSymbols ChessSymbolsId = consts.ChessSymbolsId Chorasmian = consts.Chorasmian 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 Coptic = consts.Coptic CopticEpactNumbers = consts.CopticEpactNumbers CopticEpactNumbersId = consts.CopticEpactNumbersId CopticId = consts.CopticId CountingRodNumerals = consts.CountingRodNumerals CountingRodNumeralsId = consts.CountingRodNumeralsId Cuneiform = consts.Cuneiform CuneiformId = consts.CuneiformId CuneiformNumbersAndPunctuation = consts.CuneiformNumbersAndPunctuation CuneiformNumbersAndPunctuationId = consts.CuneiformNumbersAndPunctuationId CurrencySymbols = consts.CurrencySymbols CurrencySymbolsId = consts.CurrencySymbolsId CypriotSyllabary = consts.CypriotSyllabary CypriotSyllabaryId = consts.CypriotSyllabaryId CyproMinoan = consts.CyproMinoan CyproMinoanId = consts.CyproMinoanId Cyrillic = consts.Cyrillic 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 Deseret = consts.Deseret DeseretId = consts.DeseretId Devanagari = consts.Devanagari DevanagariExtended = consts.DevanagariExtended DevanagariExtendedA = consts.DevanagariExtendedA DevanagariExtendedAId = consts.DevanagariExtendedAId DevanagariExtendedId = consts.DevanagariExtendedId DevanagariId = consts.DevanagariId Dingbats = consts.Dingbats DingbatsId = consts.DingbatsId DivesAkuru = consts.DivesAkuru DivesAkuruId = consts.DivesAkuruId Dogra = consts.Dogra DograId = consts.DograId DominoTiles = consts.DominoTiles DominoTilesId = consts.DominoTilesId Duployan = consts.Duployan DuployanId = consts.DuployanId EarlyDynasticCuneiform = consts.EarlyDynasticCuneiform EarlyDynasticCuneiformId = consts.EarlyDynasticCuneiformId EgyptianHieroglyphs = consts.EgyptianHieroglyphs EgyptianHieroglyphsExtendedA = consts.EgyptianHieroglyphsExtendedA EgyptianHieroglyphsExtendedAId = consts.EgyptianHieroglyphsExtendedAId EgyptianHieroglyphsId = consts.EgyptianHieroglyphsId EgyptianHieroglyphFormatControls = consts.EgyptianHieroglyphFormatControls EgyptianHieroglyphFormatControlsId = consts.EgyptianHieroglyphFormatControlsId Elbasan = consts.Elbasan ElbasanId = consts.ElbasanId Elymaic = consts.Elymaic 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 Ethiopic = consts.Ethiopic 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 Garay = consts.Garay GarayId = consts.GarayId GeneralPunctuation = consts.GeneralPunctuation GeneralPunctuationId = consts.GeneralPunctuationId GeometricShapes = consts.GeometricShapes GeometricShapesExtended = consts.GeometricShapesExtended GeometricShapesExtendedId = consts.GeometricShapesExtendedId GeometricShapesId = consts.GeometricShapesId Georgian = consts.Georgian GeorgianExtended = consts.GeorgianExtended GeorgianExtendedId = consts.GeorgianExtendedId GeorgianId = consts.GeorgianId GeorgianSupplement = consts.GeorgianSupplement GeorgianSupplementId = consts.GeorgianSupplementId Glagolitic = consts.Glagolitic GlagoliticId = consts.GlagoliticId GlagoliticSupplement = consts.GlagoliticSupplement GlagoliticSupplementId = consts.GlagoliticSupplementId Gothic = consts.Gothic GothicId = consts.GothicId Grantha = consts.Grantha GranthaId = consts.GranthaId Greek = consts.Greek GreekExtended = consts.GreekExtended GreekExtendedId = consts.GreekExtendedId GreekId = consts.GreekId Gujarati = consts.Gujarati GujaratiId = consts.GujaratiId GunjalaGondi = consts.GunjalaGondi GunjalaGondiId = consts.GunjalaGondiId Gurmukhi = consts.Gurmukhi GurmukhiId = consts.GurmukhiId GurungKhema = consts.GurungKhema 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 HanifiRohingya = consts.HanifiRohingya HanifiRohingyaId = consts.HanifiRohingyaId Hanunoo = consts.Hanunoo HanunooId = consts.HanunooId Hatran = consts.Hatran HatranId = consts.HatranId Hebrew = consts.Hebrew HebrewId = consts.HebrewId HighPrivateUseSurrogates = consts.HighPrivateUseSurrogates HighPrivateUseSurrogatesId = consts.HighPrivateUseSurrogatesId HighSurrogates = consts.HighSurrogates HighSurrogatesId = consts.HighSurrogatesId Hiragana = consts.Hiragana HiraganaId = consts.HiraganaId IdeographicDescriptionCharacters = consts.IdeographicDescriptionCharacters IdeographicDescriptionCharactersId = consts.IdeographicDescriptionCharactersId IdeographicSymbolsAndPunctuation = consts.IdeographicSymbolsAndPunctuation IdeographicSymbolsAndPunctuationId = consts.IdeographicSymbolsAndPunctuationId ImperialAramaic = consts.ImperialAramaic ImperialAramaicId = consts.ImperialAramaicId IndicSiyaqNumbers = consts.IndicSiyaqNumbers IndicSiyaqNumbersId = consts.IndicSiyaqNumbersId InscriptionalPahlavi = consts.InscriptionalPahlavi InscriptionalPahlaviId = consts.InscriptionalPahlaviId InscriptionalParthian = consts.InscriptionalParthian InscriptionalParthianId = consts.InscriptionalParthianId InvalidCode = consts.InvalidCode InvalidCodeId = consts.InvalidCodeId IpaExtensions = consts.IpaExtensions IpaExtensionsId = consts.IpaExtensionsId Javanese = consts.Javanese JavaneseId = consts.JavaneseId Kaithi = consts.Kaithi 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 Kannada = consts.Kannada KannadaId = consts.KannadaId Katakana = consts.Katakana KatakanaId = consts.KatakanaId KatakanaPhoneticExtensions = consts.KatakanaPhoneticExtensions KatakanaPhoneticExtensionsId = consts.KatakanaPhoneticExtensionsId Kawi = consts.Kawi KawiId = consts.KawiId KayahLi = consts.KayahLi KayahLiId = consts.KayahLiId Kharoshthi = consts.Kharoshthi KharoshthiId = consts.KharoshthiId KhitanSmallScript = consts.KhitanSmallScript KhitanSmallScriptId = consts.KhitanSmallScriptId Khmer = consts.Khmer KhmerId = consts.KhmerId KhmerSymbols = consts.KhmerSymbols KhmerSymbolsId = consts.KhmerSymbolsId Khojki = consts.Khojki KhojkiId = consts.KhojkiId Khudawadi = consts.Khudawadi KhudawadiId = consts.KhudawadiId KiratRai = consts.KiratRai KiratRaiId = consts.KiratRaiId Lao = consts.Lao 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 Lepcha = consts.Lepcha LepchaId = consts.LepchaId LetterlikeSymbols = consts.LetterlikeSymbols LetterlikeSymbolsId = consts.LetterlikeSymbolsId Limbu = consts.Limbu LimbuId = consts.LimbuId LinearA = consts.LinearA LinearAId = consts.LinearAId LinearBIdeograms = consts.LinearBIdeograms LinearBIdeogramsId = consts.LinearBIdeogramsId LinearBSyllabary = consts.LinearBSyllabary LinearBSyllabaryId = consts.LinearBSyllabaryId Lisu = consts.Lisu LisuId = consts.LisuId LisuSupplement = consts.LisuSupplement LisuSupplementId = consts.LisuSupplementId LowSurrogates = consts.LowSurrogates LowSurrogatesId = consts.LowSurrogatesId Lycian = consts.Lycian LycianId = consts.LycianId Lydian = consts.Lydian LydianId = consts.LydianId Mahajani = consts.Mahajani MahajaniId = consts.MahajaniId MahjongTiles = consts.MahjongTiles MahjongTilesId = consts.MahjongTilesId Makasar = consts.Makasar MakasarId = consts.MakasarId Malayalam = consts.Malayalam MalayalamId = consts.MalayalamId Mandaic = consts.Mandaic MandaicId = consts.MandaicId Manichaean = consts.Manichaean ManichaeanId = consts.ManichaeanId Marchen = consts.Marchen MarchenId = consts.MarchenId MasaramGondi = consts.MasaramGondi MasaramGondiId = consts.MasaramGondiId MathematicalAlphanumericSymbols = consts.MathematicalAlphanumericSymbols MathematicalAlphanumericSymbolsId = consts.MathematicalAlphanumericSymbolsId MathematicalOperators = consts.MathematicalOperators MathematicalOperatorsId = consts.MathematicalOperatorsId MayanNumerals = consts.MayanNumerals MayanNumeralsId = consts.MayanNumeralsId Medefaidrin = consts.Medefaidrin MedefaidrinId = consts.MedefaidrinId MeeteiMayek = consts.MeeteiMayek MeeteiMayekExtensions = consts.MeeteiMayekExtensions MeeteiMayekExtensionsId = consts.MeeteiMayekExtensionsId MeeteiMayekId = consts.MeeteiMayekId MendeKikakui = consts.MendeKikakui MendeKikakuiId = consts.MendeKikakuiId MeroiticCursive = consts.MeroiticCursive MeroiticCursiveId = consts.MeroiticCursiveId MeroiticHieroglyphs = consts.MeroiticHieroglyphs MeroiticHieroglyphsId = consts.MeroiticHieroglyphsId Miao = consts.Miao 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 Modi = consts.Modi ModifierToneLetters = consts.ModifierToneLetters ModifierToneLettersId = consts.ModifierToneLettersId ModiId = consts.ModiId Mongolian = consts.Mongolian MongolianId = consts.MongolianId MongolianSupplement = consts.MongolianSupplement MongolianSupplementId = consts.MongolianSupplementId Mro = consts.Mro MroId = consts.MroId Multani = consts.Multani MultaniId = consts.MultaniId MusicalSymbols = consts.MusicalSymbols MusicalSymbolsId = consts.MusicalSymbolsId Myanmar = consts.Myanmar MyanmarExtendedA = consts.MyanmarExtendedA MyanmarExtendedAId = consts.MyanmarExtendedAId MyanmarExtendedB = consts.MyanmarExtendedB MyanmarExtendedBId = consts.MyanmarExtendedBId MyanmarExtendedC = consts.MyanmarExtendedC MyanmarExtendedCId = consts.MyanmarExtendedCId MyanmarId = consts.MyanmarId Nabataean = consts.Nabataean NabataeanId = consts.NabataeanId NagMundari = consts.NagMundari NagMundariId = consts.NagMundariId Nandinagari = consts.Nandinagari NandinagariId = consts.NandinagariId Newa = consts.Newa NewaId = consts.NewaId NewTaiLue = consts.NewTaiLue NewTaiLueId = consts.NewTaiLueId Nko = consts.Nko NkoId = consts.NkoId NoBlock = consts.NoBlock NumberForms = consts.NumberForms NumberFormsId = consts.NumberFormsId Nushu = consts.Nushu NushuId = consts.NushuId NyiakengPuachueHmong = consts.NyiakengPuachueHmong NyiakengPuachueHmongId = consts.NyiakengPuachueHmongId Ogham = consts.Ogham OghamId = consts.OghamId OldHungarian = consts.OldHungarian OldHungarianId = consts.OldHungarianId OldItalic = consts.OldItalic OldItalicId = consts.OldItalicId OldNorthArabian = consts.OldNorthArabian OldNorthArabianId = consts.OldNorthArabianId OldPermic = consts.OldPermic OldPermicId = consts.OldPermicId OldPersian = consts.OldPersian OldPersianId = consts.OldPersianId OldSogdian = consts.OldSogdian OldSogdianId = consts.OldSogdianId OldSouthArabian = consts.OldSouthArabian OldSouthArabianId = consts.OldSouthArabianId OldTurkic = consts.OldTurkic OldTurkicId = consts.OldTurkicId OldUyghur = consts.OldUyghur OldUyghurId = consts.OldUyghurId OlChiki = consts.OlChiki OlChikiId = consts.OlChikiId OlOnal = consts.OlOnal OlOnalId = consts.OlOnalId OpticalCharacterRecognition = consts.OpticalCharacterRecognition OpticalCharacterRecognitionId = consts.OpticalCharacterRecognitionId Oriya = consts.Oriya OriyaId = consts.OriyaId OrnamentalDingbats = consts.OrnamentalDingbats OrnamentalDingbatsId = consts.OrnamentalDingbatsId Osage = consts.Osage OsageId = consts.OsageId Osmanya = consts.Osmanya OsmanyaId = consts.OsmanyaId OttomanSiyaqNumbers = consts.OttomanSiyaqNumbers OttomanSiyaqNumbersId = consts.OttomanSiyaqNumbersId PahawhHmong = consts.PahawhHmong PahawhHmongId = consts.PahawhHmongId Palmyrene = consts.Palmyrene PalmyreneId = consts.PalmyreneId PauCinHau = consts.PauCinHau PauCinHauId = consts.PauCinHauId PhagsPa = consts.PhagsPa PhagsPaId = consts.PhagsPaId PhaistosDisc = consts.PhaistosDisc PhaistosDiscId = consts.PhaistosDiscId Phoenician = consts.Phoenician PhoenicianId = consts.PhoenicianId PhoneticExtensions = consts.PhoneticExtensions PhoneticExtensionsId = consts.PhoneticExtensionsId PhoneticExtensionsSupplement = consts.PhoneticExtensionsSupplement PhoneticExtensionsSupplementId = consts.PhoneticExtensionsSupplementId PlayingCards = consts.PlayingCards PlayingCardsId = consts.PlayingCardsId PrivateUse = consts.PrivateUse PrivateUseArea = consts.PrivateUseArea PrivateUseAreaId = consts.PrivateUseAreaId PrivateUseId = consts.PrivateUseId PsalterPahlavi = consts.PsalterPahlavi PsalterPahlaviId = consts.PsalterPahlaviId Rejang = consts.Rejang RejangId = consts.RejangId RumiNumeralSymbols = consts.RumiNumeralSymbols RumiNumeralSymbolsId = consts.RumiNumeralSymbolsId Runic = consts.Runic RunicId = consts.RunicId Samaritan = consts.Samaritan SamaritanId = consts.SamaritanId Saurashtra = consts.Saurashtra SaurashtraId = consts.SaurashtraId Sharada = consts.Sharada SharadaId = consts.SharadaId Shavian = consts.Shavian ShavianId = consts.ShavianId ShorthandFormatControls = consts.ShorthandFormatControls ShorthandFormatControlsId = consts.ShorthandFormatControlsId Siddham = consts.Siddham SiddhamId = consts.SiddhamId Sinhala = consts.Sinhala SinhalaArchaicNumbers = consts.SinhalaArchaicNumbers SinhalaArchaicNumbersId = consts.SinhalaArchaicNumbersId SinhalaId = consts.SinhalaId SmallFormVariants = consts.SmallFormVariants SmallFormVariantsId = consts.SmallFormVariantsId SmallKanaExtension = consts.SmallKanaExtension SmallKanaExtensionId = consts.SmallKanaExtensionId Sogdian = consts.Sogdian SogdianId = consts.SogdianId SoraSompeng = consts.SoraSompeng SoraSompengId = consts.SoraSompengId Soyombo = consts.Soyombo SoyomboId = consts.SoyomboId SpacingModifierLetters = consts.SpacingModifierLetters SpacingModifierLettersId = consts.SpacingModifierLettersId Specials = consts.Specials SpecialsId = consts.SpecialsId Sundanese = consts.Sundanese SundaneseId = consts.SundaneseId SundaneseSupplement = consts.SundaneseSupplement SundaneseSupplementId = consts.SundaneseSupplementId Sunuwar = consts.Sunuwar 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 SylotiNagri = consts.SylotiNagri SylotiNagriId = consts.SylotiNagriId SymbolsAndPictographsExtendedA = consts.SymbolsAndPictographsExtendedA SymbolsAndPictographsExtendedAId = consts.SymbolsAndPictographsExtendedAId SymbolsForLegacyComputing = consts.SymbolsForLegacyComputing SymbolsForLegacyComputingId = consts.SymbolsForLegacyComputingId SymbolsForLegacyComputingSupplement = consts.SymbolsForLegacyComputingSupplement SymbolsForLegacyComputingSupplementId = consts.SymbolsForLegacyComputingSupplementId Syriac = consts.Syriac SyriacId = consts.SyriacId SyriacSupplement = consts.SyriacSupplement SyriacSupplementId = consts.SyriacSupplementId Tagalog = consts.Tagalog TagalogId = consts.TagalogId Tagbanwa = consts.Tagbanwa TagbanwaId = consts.TagbanwaId Tags = consts.Tags TagsId = consts.TagsId TaiLe = consts.TaiLe TaiLeId = consts.TaiLeId TaiTham = consts.TaiTham TaiThamId = consts.TaiThamId TaiViet = consts.TaiViet TaiVietId = consts.TaiVietId TaiXuanJingSymbols = consts.TaiXuanJingSymbols TaiXuanJingSymbolsId = consts.TaiXuanJingSymbolsId Takri = consts.Takri TakriId = consts.TakriId Tamil = consts.Tamil TamilId = consts.TamilId TamilSupplement = consts.TamilSupplement TamilSupplementId = consts.TamilSupplementId Tangsa = consts.Tangsa TangsaId = consts.TangsaId Tangut = consts.Tangut TangutComponents = consts.TangutComponents TangutComponentsId = consts.TangutComponentsId TangutId = consts.TangutId TangutSupplement = consts.TangutSupplement TangutSupplementId = consts.TangutSupplementId Telugu = consts.Telugu TeluguId = consts.TeluguId Thaana = consts.Thaana ThaanaId = consts.ThaanaId Thai = consts.Thai ThaiId = consts.ThaiId Tibetan = consts.Tibetan TibetanId = consts.TibetanId Tifinagh = consts.Tifinagh TifinaghId = consts.TifinaghId Tirhuta = consts.Tirhuta TirhutaId = consts.TirhutaId Todhri = consts.Todhri TodhriId = consts.TodhriId Toto = consts.Toto TotoId = consts.TotoId TransportAndMapSymbols = consts.TransportAndMapSymbols TransportAndMapSymbolsId = consts.TransportAndMapSymbolsId TuluTigalari = consts.TuluTigalari TuluTigalariId = consts.TuluTigalariId Ugaritic = consts.Ugaritic UgariticId = consts.UgariticId UnifiedCanadianAboriginalSyllabics = consts.UnifiedCanadianAboriginalSyllabics UnifiedCanadianAboriginalSyllabicsExtended = consts.UnifiedCanadianAboriginalSyllabicsExtended UnifiedCanadianAboriginalSyllabicsExtendedA = consts.UnifiedCanadianAboriginalSyllabicsExtendedA UnifiedCanadianAboriginalSyllabicsExtendedAId = consts.UnifiedCanadianAboriginalSyllabicsExtendedAId UnifiedCanadianAboriginalSyllabicsExtendedId = consts.UnifiedCanadianAboriginalSyllabicsExtendedId UnifiedCanadianAboriginalSyllabicsId = consts.UnifiedCanadianAboriginalSyllabicsId Vai = consts.Vai 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 Vithkuqi = consts.Vithkuqi VithkuqiId = consts.VithkuqiId Wancho = consts.Wancho WanchoId = consts.WanchoId WarangCiti = consts.WarangCiti WarangCitiId = consts.WarangCitiId Yezidi = consts.Yezidi YezidiId = consts.YezidiId YijingHexagramSymbols = consts.YijingHexagramSymbols YijingHexagramSymbolsId = consts.YijingHexagramSymbolsId YiRadicals = consts.YiRadicals YiRadicalsId = consts.YiRadicalsId YiSyllables = consts.YiSyllables YiSyllablesId = consts.YiSyllablesId ZanabazarSquare = consts.ZanabazarSquare 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 CombiningSpacingMark = consts.CombiningSpacingMark ConnectorPunctuation = consts.ConnectorPunctuation CurrencySymbol = consts.CurrencySymbol DashPunctuation = consts.DashPunctuation DecimalDigitNumber = consts.DecimalDigitNumber EnclosingMark = consts.EnclosingMark EndPunctuation = consts.EndPunctuation FinalPunctuation = consts.FinalPunctuation FinalQuotePunctuation = consts.FinalQuotePunctuation 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 SpaceSeparator = consts.SpaceSeparator StartPunctuation = consts.StartPunctuation 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 Age = consts.Age 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 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 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 Afaka = consts.Afaka ArabicNastaliq = consts.ArabicNastaliq Blissymbols = consts.Blissymbols BookPahlavi = consts.BookPahlavi Braille = consts.Braille CanadianAboriginal = consts.CanadianAboriginal Cirth = consts.Cirth Common = consts.Common Cypriot = consts.Cypriot DemoticEgyptian = consts.DemoticEgyptian EasternSyriac = consts.EasternSyriac EstrangeloSyriac = consts.EstrangeloSyriac Han = consts.Han Hangul = consts.Hangul HanWithBopomofo = consts.HanWithBopomofo HarappanIndus = consts.HarappanIndus HieraticEgyptian = consts.HieraticEgyptian Inherited = consts.Inherited Jamo = consts.Jamo Japanese = consts.Japanese Jurchen = consts.Jurchen KatakanaOrHiragana = consts.KatakanaOrHiragana Khutsuri = consts.Khutsuri Korean = consts.Korean Kpelle = consts.Kpelle Lanna = consts.Lanna Latin = consts.Latin LatinFraktur = consts.LatinFraktur LatinGaelic = consts.LatinGaelic LinearB = consts.LinearB Loma = consts.Loma Mandaean = consts.Mandaean MathematicalNotation = consts.MathematicalNotation MayanHieroglyphs = consts.MayanHieroglyphs MeiteiMayek = consts.MeiteiMayek Mende = consts.Mende Meroitic = consts.Meroitic Moon = consts.Moon NakhiGeba = consts.NakhiGeba OldChurchSlavonicCyrillic = consts.OldChurchSlavonicCyrillic Orkhon = consts.Orkhon PhoneticPollard = consts.PhoneticPollard Rongorongo = consts.Rongorongo Sarati = consts.Sarati SignWriting = consts.SignWriting SimplifiedHan = consts.SimplifiedHan Sindhi = consts.Sindhi Symbols = consts.Symbols SymbolsEmoji = consts.SymbolsEmoji Tengwar = consts.Tengwar TraditionalHan = consts.TraditionalHan Ucas = consts.Ucas UnwrittenLanguages = consts.UnwrittenLanguages VisibleSpeech = consts.VisibleSpeech WesternSyriac = consts.WesternSyriac Woleai = consts.Woleai Yi = consts.Yi Aspirational = consts.Aspirational Excluded = consts.Excluded LimitedUse = consts.LimitedUse NotEncoded = consts.NotEncoded Recommended = consts.Recommended )
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 UCharacterCategory ¶
UCharacterCategory wraps android.icu.lang.UCharacterCategory.
type UCharacterDirection ¶
UCharacterDirection wraps android.icu.lang.UCharacterDirection.
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.
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.
type UScriptScriptUsage ¶
UScriptScriptUsage wraps android.icu.lang.UScript$ScriptUsage.