Home | History | Annotate | Download | only in unicode

Lines Matching defs:Normalizer2

8 *   file name:  normalizer2.h
40 * The Normalizer2 class is not intended for public subclassing.
78 class U_COMMON_API Normalizer2 : public UObject {
81 * Returns a Normalizer2 instance which uses the specified data file
98 * @return the requested Normalizer2, if successful
101 static const Normalizer2 *
179 * on a UNORM2_DECOMPOSE Normalizer2 instance, but much faster.
180 * This function is independent of the mode of the Normalizer2.
307 * This class implements all of (and only) the Normalizer2 API.
312 class U_COMMON_API FilteredNormalizer2 : public Normalizer2 {
315 * Constructs a filtered normalizer wrapping any Normalizer2 instance
320 * @param n2 wrapped Normalizer2 instance
324 FilteredNormalizer2(const Normalizer2 &n2, const UnicodeSet &filterSet) :
383 * on a UNORM2_DECOMPOSE Normalizer2 instance, but much faster.
384 * This function is independent of the mode of the Normalizer2.
396 * For details see the Normalizer2 base class documentation.
409 * For details see the Normalizer2 base class documentation.
422 * For details see the Normalizer2 base class documentation.
437 * For details see the Normalizer2 base class documentation.
447 * For details see the Normalizer2 base class documentation.
456 * For details see the Normalizer2 base class documentation.
475 const Normalizer2 &norm2;