HomeSort by relevance Sort by last modified time
    Searched defs:Normalizer2 (Results 1 - 2 of 2) sorted by null

  /external/icu4c/common/unicode/
normalizer2.h 8 * file name: normalizer2.h
77 class U_COMMON_API Normalizer2 : public UObject {
80 * Returns a Normalizer2 instance which uses the specified data file
97 * @return the requested Normalizer2, if successful
100 static const Normalizer2 *
303 * This class implements all of (and only) the Normalizer2 API.
308 class U_COMMON_API FilteredNormalizer2 : public Normalizer2 {
311 * Constructs a filtered normalizer wrapping any Normalizer2 instance
316 * @param n2 wrapped Normalizer2 instance
320 FilteredNormalizer2(const Normalizer2 &n2, const UnicodeSet &filterSet)
    [all...]
urename.h     [all...]

Completed in 50 milliseconds