Searched defs:Normalizer (Results 1 - 8 of 8) sorted by relevance

/external/icu4c/common/unicode/
H A Dnormlzr.h29 * The Normalizer class supports the standard normalization forms described in
35 * There is one exception: The new API does not provide a replacement for Normalizer::compare().
37 * The Normalizer class consists of two parts:
39 * - a Normalizer object is an iterator that takes any kind of text and
42 * The Normalizer class is not suitable for subclassing.
47 * The iterator API with the Normalizer constructors and the non-static functions
56 * A possible use of the Normalizer iterator is also to report an index into the
63 * Normalizer allows to start normalizing from anywhere in the input text by
99 * Internally, the Normalizer iterator normalizes a small piece of text
125 * It is for this reason that Normalizer doe
130 class U_COMMON_API Normalizer : public UObject { class in inherits:UObject
[all...]
H A Durename.h2068 #define Normalizer U_ICU_ENTRY_POINT_RENAME(Normalizer) macro
/external/icu4c/common/
H A Dnormlzr.cpp25 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(Normalizer)
31 Normalizer::Normalizer(const UnicodeString& str, UNormalizationMode mode) : function in class:Normalizer
40 Normalizer::Normalizer(const UChar *str, int32_t length, UNormalizationMode mode) : function in class:Normalizer
49 Normalizer::Normalizer(const CharacterIterator& iter, UNormalizationMode mode) : function in class:Normalizer
58 Normalizer::Normalizer(const Normalizer function in class:Normalizer
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Durename.h1343 #define Normalizer Normalizer_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h1343 #define Normalizer Normalizer_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Durename.h1343 #define Normalizer Normalizer_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h1343 #define Normalizer Normalizer_3_2 macro

Completed in 76 milliseconds