C# Class Lucene.Net.Analysis.AR.ArabicNormalizer

Show file Open project: synhershko/lucene.net Class Usage Examples

Public Methods

Method Description
Normalize ( char s, int len ) : int

Protected Methods

Method Description
Delete ( char s, int pos, int len ) : int

Method Details

Delete() protected method

protected Delete ( char s, int pos, int len ) : int
s char Input Buffer
pos int Position of character to delete
len int length of input buffer
return int

Normalize() public method

public Normalize ( char s, int len ) : int
s char input buffer
len int length of input buffer
return int