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

/external/chromium_org/chromeos/network/onc/
H A Donc_normalizer.h17 class CHROMEOS_EXPORT Normalizer : public Mapper { class in namespace:chromeos::onc
19 explicit Normalizer(bool remove_recommended_fields);
20 virtual ~Normalizer();
51 DISALLOW_COPY_AND_ASSIGN(Normalizer);
H A Donc_normalizer.cc17 Normalizer::Normalizer(bool remove_recommended_fields) function in class:chromeos::onc::Normalizer
21 Normalizer::~Normalizer() {
24 scoped_ptr<base::DictionaryValue> Normalizer::NormalizeObject(
35 scoped_ptr<base::DictionaryValue> Normalizer::MapObject(
81 void Normalizer::NormalizeCertificate(base::DictionaryValue* cert) {
95 void Normalizer::NormalizeEthernet(base::DictionaryValue* ethernet) {
103 void Normalizer::NormalizeEAP(base::DictionaryValue* eap) {
120 void Normalizer
[all...]
/external/chromium_org/third_party/icu/source/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.h2046 #define Normalizer U_ICU_ENTRY_POINT_RENAME(Normalizer) macro
/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...]
/external/chromium_org/third_party/icu/source/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/icu4c/common/
H A Dnormlzr.cpp26 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(Normalizer)
32 Normalizer::Normalizer(const UnicodeString& str, UNormalizationMode mode) : function in class:Normalizer
41 Normalizer::Normalizer(const UChar *str, int32_t length, UNormalizationMode mode) : function in class:Normalizer
50 Normalizer::Normalizer(const CharacterIterator& iter, UNormalizationMode mode) : function in class:Normalizer
59 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 ...

Completed in 207 milliseconds