Documentation
¶
Index ¶
- type UCharacterCategoryClient
- type UCharacterClient
- func (c *UCharacterClient) CharCount(ctx context.Context, arg0 int32) (int32, error)
- func (c *UCharacterClient) CodePointAt2(ctx context.Context, arg0 int64, arg1 int32) (int32, error)
- func (c *UCharacterClient) CodePointAt2_2(ctx context.Context, arg0 string, arg1 int32) (int32, error)
- func (c *UCharacterClient) CodePointAt3_1(ctx context.Context, arg0 int64, arg1 int32, arg2 int32) (int32, error)
- func (c *UCharacterClient) CodePointBefore2(ctx context.Context, arg0 int64, arg1 int32) (int32, error)
- func (c *UCharacterClient) CodePointBefore2_2(ctx context.Context, arg0 string, arg1 int32) (int32, error)
- func (c *UCharacterClient) CodePointBefore3_1(ctx context.Context, arg0 int64, arg1 int32, arg2 int32) (int32, error)
- func (c *UCharacterClient) CodePointCount3(ctx context.Context, arg0 int64, arg1 int32, arg2 int32) (int32, error)
- func (c *UCharacterClient) CodePointCount3_1(ctx context.Context, arg0 string, arg1 int32, arg2 int32) (int32, error)
- func (c *UCharacterClient) Digit1(ctx context.Context, arg0 int32) (int32, error)
- func (c *UCharacterClient) Digit2_1(ctx context.Context, arg0 int32, arg1 int32) (int32, error)
- func (c *UCharacterClient) FoldCase2(ctx context.Context, arg0 int32, arg1 bool) (int32, error)
- func (c *UCharacterClient) FoldCase2_1(ctx context.Context, arg0 int32, arg1 int32) (int32, error)
- func (c *UCharacterClient) FoldCase2_2(ctx context.Context, arg0 string, arg1 bool) (string, error)
- func (c *UCharacterClient) FoldCase2_3(ctx context.Context, arg0 string, arg1 int32) (string, error)
- func (c *UCharacterClient) ForDigit(ctx context.Context, arg0 int32, arg1 int32) (uint16, error)
- func (c *UCharacterClient) GetAge(ctx context.Context, arg0 int32) (int64, error)
- func (c *UCharacterClient) GetBidiPairedBracket(ctx context.Context, arg0 int32) (int32, error)
- func (c *UCharacterClient) GetCharFromExtendedName(ctx context.Context, arg0 string) (int32, error)
- func (c *UCharacterClient) GetCharFromName(ctx context.Context, arg0 string) (int32, error)
- func (c *UCharacterClient) GetCharFromNameAlias(ctx context.Context, arg0 string) (int32, error)
- func (c *UCharacterClient) GetCodePoint1(ctx context.Context, arg0 uint16) (int32, error)
- func (c *UCharacterClient) GetCodePoint2_1(ctx context.Context, arg0 uint16, arg1 uint16) (int32, error)
- func (c *UCharacterClient) GetCodePoint2_2(ctx context.Context, arg0 int32, arg1 int32) (int32, error)
- func (c *UCharacterClient) GetCombiningClass(ctx context.Context, arg0 int32) (int32, error)
- func (c *UCharacterClient) GetDirection(ctx context.Context, arg0 int32) (int32, error)
- func (c *UCharacterClient) GetDirectionality(ctx context.Context, arg0 int32) (int8, error)
- func (c *UCharacterClient) GetExtendedName(ctx context.Context, arg0 int32) (string, error)
- func (c *UCharacterClient) GetExtendedNameIterator(ctx context.Context) (int64, error)
- func (c *UCharacterClient) GetHanNumericValue(ctx context.Context, arg0 int32) (int32, error)
- func (c *UCharacterClient) GetIntPropertyMaxValue(ctx context.Context, arg0 int32) (int32, error)
- func (c *UCharacterClient) GetIntPropertyMinValue(ctx context.Context, arg0 int32) (int32, error)
- func (c *UCharacterClient) GetIntPropertyValue(ctx context.Context, arg0 int32, arg1 int32) (int32, error)
- func (c *UCharacterClient) GetMirror(ctx context.Context, arg0 int32) (int32, error)
- func (c *UCharacterClient) GetName1(ctx context.Context, arg0 int32) (string, error)
- func (c *UCharacterClient) GetName2_1(ctx context.Context, arg0 string, arg1 string) (string, error)
- func (c *UCharacterClient) GetNameAlias(ctx context.Context, arg0 int32) (string, error)
- func (c *UCharacterClient) GetNameIterator(ctx context.Context) (int64, error)
- func (c *UCharacterClient) GetNumericValue(ctx context.Context, arg0 int32) (int32, error)
- func (c *UCharacterClient) GetPropertyEnum(ctx context.Context, arg0 string) (int32, error)
- func (c *UCharacterClient) GetPropertyName(ctx context.Context, arg0 int32, arg1 int32) (string, error)
- func (c *UCharacterClient) GetPropertyValueEnum(ctx context.Context, arg0 int32, arg1 string) (int32, error)
- func (c *UCharacterClient) GetPropertyValueName(ctx context.Context, arg0 int32, arg1 int32, arg2 int32) (string, error)
- func (c *UCharacterClient) GetType(ctx context.Context, arg0 int32) (int32, error)
- func (c *UCharacterClient) GetTypeIterator(ctx context.Context) (int64, error)
- func (c *UCharacterClient) GetUnicodeNumericValue(ctx context.Context, arg0 int32) (float64, error)
- func (c *UCharacterClient) GetUnicodeVersion(ctx context.Context) (int64, error)
- func (c *UCharacterClient) HasBinaryProperty2(ctx context.Context, arg0 int32, arg1 int32) (bool, error)
- func (c *UCharacterClient) HasBinaryProperty2_1(ctx context.Context, arg0 string, arg1 int32) (bool, error)
- func (c *UCharacterClient) IsBMP(ctx context.Context, arg0 int32) (bool, error)
- func (c *UCharacterClient) IsBaseForm(ctx context.Context, arg0 int32) (bool, error)
- func (c *UCharacterClient) IsDefined(ctx context.Context, arg0 int32) (bool, error)
- func (c *UCharacterClient) IsDigit(ctx context.Context, arg0 int32) (bool, error)
- func (c *UCharacterClient) IsHighSurrogate1(ctx context.Context, arg0 uint16) (bool, error)
- func (c *UCharacterClient) IsHighSurrogate1_1(ctx context.Context, arg0 int32) (bool, error)
- func (c *UCharacterClient) IsISOControl(ctx context.Context, arg0 int32) (bool, error)
- func (c *UCharacterClient) IsIdentifierIgnorable(ctx context.Context, arg0 int32) (bool, error)
- func (c *UCharacterClient) IsJavaIdentifierPart(ctx context.Context, arg0 int32) (bool, error)
- func (c *UCharacterClient) IsJavaIdentifierStart(ctx context.Context, arg0 int32) (bool, error)
- func (c *UCharacterClient) IsLegal1(ctx context.Context, arg0 int32) (bool, error)
- func (c *UCharacterClient) IsLegal1_1(ctx context.Context, arg0 string) (bool, error)
- func (c *UCharacterClient) IsLetter(ctx context.Context, arg0 int32) (bool, error)
- func (c *UCharacterClient) IsLetterOrDigit(ctx context.Context, arg0 int32) (bool, error)
- func (c *UCharacterClient) IsLowSurrogate1(ctx context.Context, arg0 uint16) (bool, error)
- func (c *UCharacterClient) IsLowSurrogate1_1(ctx context.Context, arg0 int32) (bool, error)
- func (c *UCharacterClient) IsLowerCase(ctx context.Context, arg0 int32) (bool, error)
- func (c *UCharacterClient) IsMirrored(ctx context.Context, arg0 int32) (bool, error)
- func (c *UCharacterClient) IsPrintable(ctx context.Context, arg0 int32) (bool, error)
- func (c *UCharacterClient) IsSpaceChar(ctx context.Context, arg0 int32) (bool, error)
- func (c *UCharacterClient) IsSupplementary(ctx context.Context, arg0 int32) (bool, error)
- func (c *UCharacterClient) IsSupplementaryCodePoint(ctx context.Context, arg0 int32) (bool, error)
- func (c *UCharacterClient) IsSurrogatePair2(ctx context.Context, arg0 uint16, arg1 uint16) (bool, error)
- func (c *UCharacterClient) IsSurrogatePair2_1(ctx context.Context, arg0 int32, arg1 int32) (bool, error)
- func (c *UCharacterClient) IsTitleCase(ctx context.Context, arg0 int32) (bool, error)
- func (c *UCharacterClient) IsUAlphabetic(ctx context.Context, arg0 int32) (bool, error)
- func (c *UCharacterClient) IsULowercase(ctx context.Context, arg0 int32) (bool, error)
- func (c *UCharacterClient) IsUUppercase(ctx context.Context, arg0 int32) (bool, error)
- func (c *UCharacterClient) IsUWhiteSpace(ctx context.Context, arg0 int32) (bool, error)
- func (c *UCharacterClient) IsUnicodeIdentifierPart(ctx context.Context, arg0 int32) (bool, error)
- func (c *UCharacterClient) IsUnicodeIdentifierStart(ctx context.Context, arg0 int32) (bool, error)
- func (c *UCharacterClient) IsUpperCase(ctx context.Context, arg0 int32) (bool, error)
- func (c *UCharacterClient) IsValidCodePoint(ctx context.Context, arg0 int32) (bool, error)
- func (c *UCharacterClient) IsWhitespace(ctx context.Context, arg0 int32) (bool, error)
- func (c *UCharacterClient) OffsetByCodePoints3_1(ctx context.Context, arg0 string, arg1 int32, arg2 int32) (int32, error)
- func (c *UCharacterClient) OffsetByCodePoints5(ctx context.Context, arg0 int64, arg1 int32, arg2 int32, arg3 int32, ...) (int32, error)
- func (c *UCharacterClient) ToChars1(ctx context.Context, arg0 int32) (int64, error)
- func (c *UCharacterClient) ToChars3_1(ctx context.Context, arg0 int32, arg1 int64, arg2 int32) (int32, error)
- func (c *UCharacterClient) ToCodePoint2(ctx context.Context, arg0 uint16, arg1 uint16) (int32, error)
- func (c *UCharacterClient) ToCodePoint2_1(ctx context.Context, arg0 int32, arg1 int32) (int32, error)
- func (c *UCharacterClient) ToLowerCase1_1(ctx context.Context, arg0 int32) (int32, error)
- func (c *UCharacterClient) ToLowerCase1_2(ctx context.Context, arg0 string) (string, error)
- func (c *UCharacterClient) ToLowerCase2(ctx context.Context, arg0 int64, arg1 string) (string, error)
- func (c *UCharacterClient) ToLowerCase2_3(ctx context.Context, arg0 int64, arg1 string) (string, error)
- func (c *UCharacterClient) ToString(ctx context.Context, arg0 int32) (string, error)
- func (c *UCharacterClient) ToTitleCase1_2(ctx context.Context, arg0 int32) (int32, error)
- func (c *UCharacterClient) ToTitleCase2_3(ctx context.Context, arg0 string, arg1 int64) (string, error)
- func (c *UCharacterClient) ToTitleCase3(ctx context.Context, arg0 int64, arg1 string, arg2 int64) (string, error)
- func (c *UCharacterClient) ToTitleCase3_4(ctx context.Context, arg0 int64, arg1 string, arg2 int64) (string, error)
- func (c *UCharacterClient) ToTitleCase4_1(ctx context.Context, arg0 int64, arg1 string, arg2 int64, arg3 int32) (string, error)
- func (c *UCharacterClient) ToTitleCase4_5(ctx context.Context, arg0 int64, arg1 string, arg2 int64, arg3 int32) (string, error)
- func (c *UCharacterClient) ToUpperCase1_1(ctx context.Context, arg0 int32) (int32, error)
- func (c *UCharacterClient) ToUpperCase1_2(ctx context.Context, arg0 string) (string, error)
- func (c *UCharacterClient) ToUpperCase2(ctx context.Context, arg0 int64, arg1 string) (string, error)
- func (c *UCharacterClient) ToUpperCase2_3(ctx context.Context, arg0 int64, arg1 string) (string, error)
- type UCharacterDirectionClient
- type UCharacterUnicodeBlockClient
- func (c *UCharacterUnicodeBlockClient) ForName(ctx context.Context, arg0 string) (int64, error)
- func (c *UCharacterUnicodeBlockClient) GetID(ctx context.Context) (int32, error)
- func (c *UCharacterUnicodeBlockClient) GetInstance(ctx context.Context, arg0 int32) (int64, error)
- func (c *UCharacterUnicodeBlockClient) Of(ctx context.Context, arg0 int32) (int64, error)
- type UScriptClient
- func (c *UScriptClient) BreaksBetweenLetters(ctx context.Context, arg0 int32) (bool, error)
- func (c *UScriptClient) GetCode1(ctx context.Context, arg0 int64) (int64, error)
- func (c *UScriptClient) GetCode1_1(ctx context.Context, arg0 string) (int64, error)
- func (c *UScriptClient) GetCode1_2(ctx context.Context, arg0 int64) (int64, error)
- func (c *UScriptClient) GetCodeFromName(ctx context.Context, arg0 string) (int32, error)
- func (c *UScriptClient) GetName(ctx context.Context, arg0 int32) (string, error)
- func (c *UScriptClient) GetSampleString(ctx context.Context, arg0 int32) (string, error)
- func (c *UScriptClient) GetScript(ctx context.Context, arg0 int32) (int32, error)
- func (c *UScriptClient) GetScriptExtensions(ctx context.Context, arg0 int32, arg1 int64) (int32, error)
- func (c *UScriptClient) GetShortName(ctx context.Context, arg0 int32) (string, error)
- func (c *UScriptClient) GetUsage(ctx context.Context, arg0 int32) (int64, error)
- func (c *UScriptClient) HasScript(ctx context.Context, arg0 int32, arg1 int32) (bool, error)
- func (c *UScriptClient) IsCased(ctx context.Context, arg0 int32) (bool, error)
- func (c *UScriptClient) IsRightToLeft(ctx context.Context, arg0 int32) (bool, error)
- type UScriptScriptUsageClient
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UCharacterCategoryClient ¶
type UCharacterCategoryClient struct {
// contains filtered or unexported fields
}
UCharacterCategoryClient wraps the gRPC UCharacterCategoryService client.
func NewUCharacterCategoryClient ¶
func NewUCharacterCategoryClient(cc grpc.ClientConnInterface) *UCharacterCategoryClient
NewUCharacterCategoryClient creates a new UCharacterCategory client.
type UCharacterClient ¶
type UCharacterClient struct {
// contains filtered or unexported fields
}
UCharacterClient wraps the gRPC UCharacterService client.
func NewUCharacterClient ¶
func NewUCharacterClient(cc grpc.ClientConnInterface) *UCharacterClient
NewUCharacterClient creates a new UCharacter client.
func (*UCharacterClient) CodePointAt2 ¶
CodePointAt2 calls the CodePointAt2 RPC.
func (*UCharacterClient) CodePointAt2_2 ¶
func (c *UCharacterClient) CodePointAt2_2(ctx context.Context, arg0 string, arg1 int32) (int32, error)
CodePointAt2_2 calls the CodePointAt2_2 RPC.
func (*UCharacterClient) CodePointAt3_1 ¶
func (c *UCharacterClient) CodePointAt3_1(ctx context.Context, arg0 int64, arg1 int32, arg2 int32) (int32, error)
CodePointAt3_1 calls the CodePointAt3_1 RPC.
func (*UCharacterClient) CodePointBefore2 ¶
func (c *UCharacterClient) CodePointBefore2(ctx context.Context, arg0 int64, arg1 int32) (int32, error)
CodePointBefore2 calls the CodePointBefore2 RPC.
func (*UCharacterClient) CodePointBefore2_2 ¶
func (c *UCharacterClient) CodePointBefore2_2(ctx context.Context, arg0 string, arg1 int32) (int32, error)
CodePointBefore2_2 calls the CodePointBefore2_2 RPC.
func (*UCharacterClient) CodePointBefore3_1 ¶
func (c *UCharacterClient) CodePointBefore3_1(ctx context.Context, arg0 int64, arg1 int32, arg2 int32) (int32, error)
CodePointBefore3_1 calls the CodePointBefore3_1 RPC.
func (*UCharacterClient) CodePointCount3 ¶
func (c *UCharacterClient) CodePointCount3(ctx context.Context, arg0 int64, arg1 int32, arg2 int32) (int32, error)
CodePointCount3 calls the CodePointCount3 RPC.
func (*UCharacterClient) CodePointCount3_1 ¶
func (c *UCharacterClient) CodePointCount3_1(ctx context.Context, arg0 string, arg1 int32, arg2 int32) (int32, error)
CodePointCount3_1 calls the CodePointCount3_1 RPC.
func (*UCharacterClient) FoldCase2_1 ¶
FoldCase2_1 calls the FoldCase2_1 RPC.
func (*UCharacterClient) FoldCase2_2 ¶
FoldCase2_2 calls the FoldCase2_2 RPC.
func (*UCharacterClient) FoldCase2_3 ¶
func (c *UCharacterClient) FoldCase2_3(ctx context.Context, arg0 string, arg1 int32) (string, error)
FoldCase2_3 calls the FoldCase2_3 RPC.
func (*UCharacterClient) GetBidiPairedBracket ¶
GetBidiPairedBracket calls the GetBidiPairedBracket RPC.
func (*UCharacterClient) GetCharFromExtendedName ¶
GetCharFromExtendedName calls the GetCharFromExtendedName RPC.
func (*UCharacterClient) GetCharFromName ¶
GetCharFromName calls the GetCharFromName RPC.
func (*UCharacterClient) GetCharFromNameAlias ¶
GetCharFromNameAlias calls the GetCharFromNameAlias RPC.
func (*UCharacterClient) GetCodePoint1 ¶
GetCodePoint1 calls the GetCodePoint1 RPC.
func (*UCharacterClient) GetCodePoint2_1 ¶
func (c *UCharacterClient) GetCodePoint2_1(ctx context.Context, arg0 uint16, arg1 uint16) (int32, error)
GetCodePoint2_1 calls the GetCodePoint2_1 RPC.
func (*UCharacterClient) GetCodePoint2_2 ¶
func (c *UCharacterClient) GetCodePoint2_2(ctx context.Context, arg0 int32, arg1 int32) (int32, error)
GetCodePoint2_2 calls the GetCodePoint2_2 RPC.
func (*UCharacterClient) GetCombiningClass ¶
GetCombiningClass calls the GetCombiningClass RPC.
func (*UCharacterClient) GetDirection ¶
GetDirection calls the GetDirection RPC.
func (*UCharacterClient) GetDirectionality ¶
GetDirectionality calls the GetDirectionality RPC.
func (*UCharacterClient) GetExtendedName ¶
GetExtendedName calls the GetExtendedName RPC.
func (*UCharacterClient) GetExtendedNameIterator ¶
func (c *UCharacterClient) GetExtendedNameIterator(ctx context.Context) (int64, error)
GetExtendedNameIterator calls the GetExtendedNameIterator RPC.
func (*UCharacterClient) GetHanNumericValue ¶
GetHanNumericValue calls the GetHanNumericValue RPC.
func (*UCharacterClient) GetIntPropertyMaxValue ¶
GetIntPropertyMaxValue calls the GetIntPropertyMaxValue RPC.
func (*UCharacterClient) GetIntPropertyMinValue ¶
GetIntPropertyMinValue calls the GetIntPropertyMinValue RPC.
func (*UCharacterClient) GetIntPropertyValue ¶
func (c *UCharacterClient) GetIntPropertyValue(ctx context.Context, arg0 int32, arg1 int32) (int32, error)
GetIntPropertyValue calls the GetIntPropertyValue RPC.
func (*UCharacterClient) GetName2_1 ¶
func (c *UCharacterClient) GetName2_1(ctx context.Context, arg0 string, arg1 string) (string, error)
GetName2_1 calls the GetName2_1 RPC.
func (*UCharacterClient) GetNameAlias ¶
GetNameAlias calls the GetNameAlias RPC.
func (*UCharacterClient) GetNameIterator ¶
func (c *UCharacterClient) GetNameIterator(ctx context.Context) (int64, error)
GetNameIterator calls the GetNameIterator RPC.
func (*UCharacterClient) GetNumericValue ¶
GetNumericValue calls the GetNumericValue RPC.
func (*UCharacterClient) GetPropertyEnum ¶
GetPropertyEnum calls the GetPropertyEnum RPC.
func (*UCharacterClient) GetPropertyName ¶
func (c *UCharacterClient) GetPropertyName(ctx context.Context, arg0 int32, arg1 int32) (string, error)
GetPropertyName calls the GetPropertyName RPC.
func (*UCharacterClient) GetPropertyValueEnum ¶
func (c *UCharacterClient) GetPropertyValueEnum(ctx context.Context, arg0 int32, arg1 string) (int32, error)
GetPropertyValueEnum calls the GetPropertyValueEnum RPC.
func (*UCharacterClient) GetPropertyValueName ¶
func (c *UCharacterClient) GetPropertyValueName(ctx context.Context, arg0 int32, arg1 int32, arg2 int32) (string, error)
GetPropertyValueName calls the GetPropertyValueName RPC.
func (*UCharacterClient) GetTypeIterator ¶
func (c *UCharacterClient) GetTypeIterator(ctx context.Context) (int64, error)
GetTypeIterator calls the GetTypeIterator RPC.
func (*UCharacterClient) GetUnicodeNumericValue ¶
GetUnicodeNumericValue calls the GetUnicodeNumericValue RPC.
func (*UCharacterClient) GetUnicodeVersion ¶
func (c *UCharacterClient) GetUnicodeVersion(ctx context.Context) (int64, error)
GetUnicodeVersion calls the GetUnicodeVersion RPC.
func (*UCharacterClient) HasBinaryProperty2 ¶
func (c *UCharacterClient) HasBinaryProperty2(ctx context.Context, arg0 int32, arg1 int32) (bool, error)
HasBinaryProperty2 calls the HasBinaryProperty2 RPC.
func (*UCharacterClient) HasBinaryProperty2_1 ¶
func (c *UCharacterClient) HasBinaryProperty2_1(ctx context.Context, arg0 string, arg1 int32) (bool, error)
HasBinaryProperty2_1 calls the HasBinaryProperty2_1 RPC.
func (*UCharacterClient) IsBaseForm ¶
IsBaseForm calls the IsBaseForm RPC.
func (*UCharacterClient) IsHighSurrogate1 ¶
IsHighSurrogate1 calls the IsHighSurrogate1 RPC.
func (*UCharacterClient) IsHighSurrogate1_1 ¶
IsHighSurrogate1_1 calls the IsHighSurrogate1_1 RPC.
func (*UCharacterClient) IsISOControl ¶
IsISOControl calls the IsISOControl RPC.
func (*UCharacterClient) IsIdentifierIgnorable ¶
IsIdentifierIgnorable calls the IsIdentifierIgnorable RPC.
func (*UCharacterClient) IsJavaIdentifierPart ¶
IsJavaIdentifierPart calls the IsJavaIdentifierPart RPC.
func (*UCharacterClient) IsJavaIdentifierStart ¶
IsJavaIdentifierStart calls the IsJavaIdentifierStart RPC.
func (*UCharacterClient) IsLegal1_1 ¶
IsLegal1_1 calls the IsLegal1_1 RPC.
func (*UCharacterClient) IsLetterOrDigit ¶
IsLetterOrDigit calls the IsLetterOrDigit RPC.
func (*UCharacterClient) IsLowSurrogate1 ¶
IsLowSurrogate1 calls the IsLowSurrogate1 RPC.
func (*UCharacterClient) IsLowSurrogate1_1 ¶
IsLowSurrogate1_1 calls the IsLowSurrogate1_1 RPC.
func (*UCharacterClient) IsLowerCase ¶
IsLowerCase calls the IsLowerCase RPC.
func (*UCharacterClient) IsMirrored ¶
IsMirrored calls the IsMirrored RPC.
func (*UCharacterClient) IsPrintable ¶
IsPrintable calls the IsPrintable RPC.
func (*UCharacterClient) IsSpaceChar ¶
IsSpaceChar calls the IsSpaceChar RPC.
func (*UCharacterClient) IsSupplementary ¶
IsSupplementary calls the IsSupplementary RPC.
func (*UCharacterClient) IsSupplementaryCodePoint ¶
IsSupplementaryCodePoint calls the IsSupplementaryCodePoint RPC.
func (*UCharacterClient) IsSurrogatePair2 ¶
func (c *UCharacterClient) IsSurrogatePair2(ctx context.Context, arg0 uint16, arg1 uint16) (bool, error)
IsSurrogatePair2 calls the IsSurrogatePair2 RPC.
func (*UCharacterClient) IsSurrogatePair2_1 ¶
func (c *UCharacterClient) IsSurrogatePair2_1(ctx context.Context, arg0 int32, arg1 int32) (bool, error)
IsSurrogatePair2_1 calls the IsSurrogatePair2_1 RPC.
func (*UCharacterClient) IsTitleCase ¶
IsTitleCase calls the IsTitleCase RPC.
func (*UCharacterClient) IsUAlphabetic ¶
IsUAlphabetic calls the IsUAlphabetic RPC.
func (*UCharacterClient) IsULowercase ¶
IsULowercase calls the IsULowercase RPC.
func (*UCharacterClient) IsUUppercase ¶
IsUUppercase calls the IsUUppercase RPC.
func (*UCharacterClient) IsUWhiteSpace ¶
IsUWhiteSpace calls the IsUWhiteSpace RPC.
func (*UCharacterClient) IsUnicodeIdentifierPart ¶
IsUnicodeIdentifierPart calls the IsUnicodeIdentifierPart RPC.
func (*UCharacterClient) IsUnicodeIdentifierStart ¶
IsUnicodeIdentifierStart calls the IsUnicodeIdentifierStart RPC.
func (*UCharacterClient) IsUpperCase ¶
IsUpperCase calls the IsUpperCase RPC.
func (*UCharacterClient) IsValidCodePoint ¶
IsValidCodePoint calls the IsValidCodePoint RPC.
func (*UCharacterClient) IsWhitespace ¶
IsWhitespace calls the IsWhitespace RPC.
func (*UCharacterClient) OffsetByCodePoints3_1 ¶
func (c *UCharacterClient) OffsetByCodePoints3_1(ctx context.Context, arg0 string, arg1 int32, arg2 int32) (int32, error)
OffsetByCodePoints3_1 calls the OffsetByCodePoints3_1 RPC.
func (*UCharacterClient) OffsetByCodePoints5 ¶
func (c *UCharacterClient) OffsetByCodePoints5(ctx context.Context, arg0 int64, arg1 int32, arg2 int32, arg3 int32, arg4 int32) (int32, error)
OffsetByCodePoints5 calls the OffsetByCodePoints5 RPC.
func (*UCharacterClient) ToChars3_1 ¶
func (c *UCharacterClient) ToChars3_1(ctx context.Context, arg0 int32, arg1 int64, arg2 int32) (int32, error)
ToChars3_1 calls the ToChars3_1 RPC.
func (*UCharacterClient) ToCodePoint2 ¶
func (c *UCharacterClient) ToCodePoint2(ctx context.Context, arg0 uint16, arg1 uint16) (int32, error)
ToCodePoint2 calls the ToCodePoint2 RPC.
func (*UCharacterClient) ToCodePoint2_1 ¶
func (c *UCharacterClient) ToCodePoint2_1(ctx context.Context, arg0 int32, arg1 int32) (int32, error)
ToCodePoint2_1 calls the ToCodePoint2_1 RPC.
func (*UCharacterClient) ToLowerCase1_1 ¶
ToLowerCase1_1 calls the ToLowerCase1_1 RPC.
func (*UCharacterClient) ToLowerCase1_2 ¶
ToLowerCase1_2 calls the ToLowerCase1_2 RPC.
func (*UCharacterClient) ToLowerCase2 ¶
func (c *UCharacterClient) ToLowerCase2(ctx context.Context, arg0 int64, arg1 string) (string, error)
ToLowerCase2 calls the ToLowerCase2 RPC.
func (*UCharacterClient) ToLowerCase2_3 ¶
func (c *UCharacterClient) ToLowerCase2_3(ctx context.Context, arg0 int64, arg1 string) (string, error)
ToLowerCase2_3 calls the ToLowerCase2_3 RPC.
func (*UCharacterClient) ToTitleCase1_2 ¶
ToTitleCase1_2 calls the ToTitleCase1_2 RPC.
func (*UCharacterClient) ToTitleCase2_3 ¶
func (c *UCharacterClient) ToTitleCase2_3(ctx context.Context, arg0 string, arg1 int64) (string, error)
ToTitleCase2_3 calls the ToTitleCase2_3 RPC.
func (*UCharacterClient) ToTitleCase3 ¶
func (c *UCharacterClient) ToTitleCase3(ctx context.Context, arg0 int64, arg1 string, arg2 int64) (string, error)
ToTitleCase3 calls the ToTitleCase3 RPC.
func (*UCharacterClient) ToTitleCase3_4 ¶
func (c *UCharacterClient) ToTitleCase3_4(ctx context.Context, arg0 int64, arg1 string, arg2 int64) (string, error)
ToTitleCase3_4 calls the ToTitleCase3_4 RPC.
func (*UCharacterClient) ToTitleCase4_1 ¶
func (c *UCharacterClient) ToTitleCase4_1(ctx context.Context, arg0 int64, arg1 string, arg2 int64, arg3 int32) (string, error)
ToTitleCase4_1 calls the ToTitleCase4_1 RPC.
func (*UCharacterClient) ToTitleCase4_5 ¶
func (c *UCharacterClient) ToTitleCase4_5(ctx context.Context, arg0 int64, arg1 string, arg2 int64, arg3 int32) (string, error)
ToTitleCase4_5 calls the ToTitleCase4_5 RPC.
func (*UCharacterClient) ToUpperCase1_1 ¶
ToUpperCase1_1 calls the ToUpperCase1_1 RPC.
func (*UCharacterClient) ToUpperCase1_2 ¶
ToUpperCase1_2 calls the ToUpperCase1_2 RPC.
func (*UCharacterClient) ToUpperCase2 ¶
func (c *UCharacterClient) ToUpperCase2(ctx context.Context, arg0 int64, arg1 string) (string, error)
ToUpperCase2 calls the ToUpperCase2 RPC.
func (*UCharacterClient) ToUpperCase2_3 ¶
func (c *UCharacterClient) ToUpperCase2_3(ctx context.Context, arg0 int64, arg1 string) (string, error)
ToUpperCase2_3 calls the ToUpperCase2_3 RPC.
type UCharacterDirectionClient ¶
type UCharacterDirectionClient struct {
// contains filtered or unexported fields
}
UCharacterDirectionClient wraps the gRPC UCharacterDirectionService client.
func NewUCharacterDirectionClient ¶
func NewUCharacterDirectionClient(cc grpc.ClientConnInterface) *UCharacterDirectionClient
NewUCharacterDirectionClient creates a new UCharacterDirection client.
type UCharacterUnicodeBlockClient ¶
type UCharacterUnicodeBlockClient struct {
// contains filtered or unexported fields
}
UCharacterUnicodeBlockClient wraps the gRPC UCharacterUnicodeBlockService client.
func NewUCharacterUnicodeBlockClient ¶
func NewUCharacterUnicodeBlockClient(cc grpc.ClientConnInterface) *UCharacterUnicodeBlockClient
NewUCharacterUnicodeBlockClient creates a new UCharacterUnicodeBlock client.
func (*UCharacterUnicodeBlockClient) GetID ¶
func (c *UCharacterUnicodeBlockClient) GetID(ctx context.Context) (int32, error)
GetID calls the GetID RPC.
func (*UCharacterUnicodeBlockClient) GetInstance ¶
GetInstance calls the GetInstance RPC.
type UScriptClient ¶
type UScriptClient struct {
// contains filtered or unexported fields
}
UScriptClient wraps the gRPC UScriptService client.
func NewUScriptClient ¶
func NewUScriptClient(cc grpc.ClientConnInterface) *UScriptClient
NewUScriptClient creates a new UScript client.
func (*UScriptClient) BreaksBetweenLetters ¶
BreaksBetweenLetters calls the BreaksBetweenLetters RPC.
func (*UScriptClient) GetCode1_1 ¶
GetCode1_1 calls the GetCode1_1 RPC.
func (*UScriptClient) GetCode1_2 ¶
GetCode1_2 calls the GetCode1_2 RPC.
func (*UScriptClient) GetCodeFromName ¶
GetCodeFromName calls the GetCodeFromName RPC.
func (*UScriptClient) GetSampleString ¶
GetSampleString calls the GetSampleString RPC.
func (*UScriptClient) GetScriptExtensions ¶
func (c *UScriptClient) GetScriptExtensions(ctx context.Context, arg0 int32, arg1 int64) (int32, error)
GetScriptExtensions calls the GetScriptExtensions RPC.
func (*UScriptClient) GetShortName ¶
GetShortName calls the GetShortName RPC.
func (*UScriptClient) IsRightToLeft ¶
IsRightToLeft calls the IsRightToLeft RPC.
type UScriptScriptUsageClient ¶
type UScriptScriptUsageClient struct {
// contains filtered or unexported fields
}
UScriptScriptUsageClient wraps the gRPC UScriptScriptUsageService client.
func NewUScriptScriptUsageClient ¶
func NewUScriptScriptUsageClient(cc grpc.ClientConnInterface) *UScriptScriptUsageClient
NewUScriptScriptUsageClient creates a new UScriptScriptUsage client.