Java org.apache.lucene.analysis CharacterUtils fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.analysis CharacterUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.analysis CharacterUtils.

The text is from its open source code.

Method

voidtoLowerCase(final char[] buffer, final int offset, final int limit)
Converts each unicode codepoint to lowerCase via Character#toLowerCase(int) starting at the given offset.
voidtoUpperCase(final char[] buffer, final int offset, final int limit)
Converts each unicode codepoint to UpperCase via Character#toUpperCase(int) starting at the given offset.