C# Class LayoutFarm.TextBreaker.ICU.BytesTrie

Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Méthode Description
BytesTrie ( byte charBuffer, int offset ) : System
First ( int inByte ) : System.Result
Reset ( ) : void

Private Methods

Méthode Description
nextImpl ( int pos, int inByte ) : System.Result

Method Details

BytesTrie() public méthode

public BytesTrie ( byte charBuffer, int offset ) : System
charBuffer byte
offset int
Résultat System

First() public méthode

public First ( int inByte ) : System.Result
inByte int
Résultat System.Result

Reset() public méthode

public Reset ( ) : void
Résultat void