Home | History | Annotate | Download | only in common

Lines Matching refs:Normalizer2Impl

8 *   file name:  normalizer2impl.h
114 class Normalizer2Impl;
118 ReorderingBuffer(const Normalizer2Impl &ni, UnicodeString &dest) :
205 const Normalizer2Impl &impl;
219 class U_COMMON_API Normalizer2Impl : public UObject {
221 Normalizer2Impl() : normTrie(NULL), fCanonIterData(NULL) {
224 virtual ~Normalizer2Impl();
625 static const Normalizer2Impl *getNFCImpl(UErrorCode &errorCode);
626 static const Normalizer2Impl *getNFKCImpl(UErrorCode &errorCode);
627 static const Normalizer2Impl *getNFKC_CFImpl(UErrorCode &errorCode);
631 static const Normalizer2Impl *getImpl(const Normalizer2 *norm2);
668 * cached already. Internally, Normalizer2Impl.load() reads the .nrm file.
676 * Constants are defined as enum values of the Normalizer2Impl class.