Searched defs:Normalizer2 (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/common/unicode/
H A Dnormalizer2.h40 * The Normalizer2 class is not intended for public subclassing.
78 class U_COMMON_API Normalizer2 : public UObject { class in inherits:UObject
81 * Returns a Normalizer2 instance which uses the specified data file
98 * @return the requested Normalizer2, if successful
101 static const Normalizer2 *
180 * on a UNORM2_DECOMPOSE Normalizer2 instance, but much faster, and except that this function
183 * This function is independent of the mode of the Normalizer2.
310 * This class implements all of (and only) the Normalizer2 API.
315 class U_COMMON_API FilteredNormalizer2 : public Normalizer2 {
318 * Constructs a filtered normalizer wrapping any Normalizer2 instanc
[all...]
H A Durename.h2069 #define Normalizer2 U_ICU_ENTRY_POINT_RENAME(Normalizer2) macro

Completed in 71 milliseconds