Home | History | Annotate | Download | only in common

Lines Matching defs:Normalizer2Impl

8 *   file name:  normalizer2impl.h
92 class Normalizer2Impl;
96 ReorderingBuffer(const Normalizer2Impl &ni, UnicodeString &dest) :
180 const Normalizer2Impl &impl;
194 class U_COMMON_API Normalizer2Impl : public UMemory {
196 Normalizer2Impl() : memory(NULL), normTrie(NULL) {
200 ~Normalizer2Impl();
520 static const Normalizer2Impl *getNFCImpl(UErrorCode &errorCode);
521 static const Normalizer2Impl *getNFKCImpl(UErrorCode &errorCode);
522 static const Normalizer2Impl *getNFKC_CFImpl(UErrorCode &errorCode);
526 static const Normalizer2Impl *getImpl(const Normalizer2 *norm2);
648 * cached already. Internally, Normalizer2Impl.load() reads the .nrm file.
656 * Constants are defined as enum values of the Normalizer2Impl class.