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

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

공개 메소드들

메소드 설명
BytesTrie ( byte charBuffer, int offset ) : System
First ( int inByte ) : System.Result
Reset ( ) : void

비공개 메소드들

메소드 설명
nextImpl ( int pos, int inByte ) : System.Result

메소드 상세

BytesTrie() 공개 메소드

public BytesTrie ( byte charBuffer, int offset ) : System
charBuffer byte
offset int
리턴 System

First() 공개 메소드

public First ( int inByte ) : System.Result
inByte int
리턴 System.Result

Reset() 공개 메소드

public Reset ( ) : void
리턴 void