C# Class LayoutFarm.TextBreaker.ICU.BytesDictionaryMatcher

Inheritance: DictionaryMatcher
Mostrar archivo Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
BytesDictionaryMatcher ( byte charBuffer, int transform ) : System
Match ( CharacterIterator text, int maxLength, int lengths, int count, int limit, int values ) : int
Tx2 ( char c ) : int

Private Methods

Method Description
Transform ( int c ) : int

Method Details

BytesDictionaryMatcher() public method

public BytesDictionaryMatcher ( byte charBuffer, int transform ) : System
charBuffer byte
transform int
return System

Match() public method

public Match ( CharacterIterator text, int maxLength, int lengths, int count, int limit, int values ) : int
text CharacterIterator
maxLength int
lengths int
count int
limit int
values int
return int

Tx2() public method

public Tx2 ( char c ) : int
c char
return int