C# 클래스 LayoutFarm.TextBreaker.ICU.BytesDictionaryMatcher

상속: DictionaryMatcher
파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 메소드들

메소드 설명
BytesDictionaryMatcher ( byte charBuffer, int transform ) : System
Match ( CharacterIterator text, int maxLength, int lengths, int count, int limit, int values ) : int
Tx2 ( char c ) : int

비공개 메소드들

메소드 설명
Transform ( int c ) : int

메소드 상세

BytesDictionaryMatcher() 공개 메소드

public BytesDictionaryMatcher ( byte charBuffer, int transform ) : System
charBuffer byte
transform int
리턴 System

Match() 공개 메소드

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
리턴 int

Tx2() 공개 메소드

public Tx2 ( char c ) : int
c char
리턴 int