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

  /external/chromium_org/third_party/icu/source/common/unicode/
normalizer2.h 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 {
    [all...]
urename.h     [all...]
  /external/icu4c/common/unicode/
normalizer2.h 8 * file name: normalizer2.h
40 * The Normalizer2 class is not intended for public subclassing.
78 class U_COMMON_API Normalizer2 : public UObject {
84 ~Normalizer2();
87 * Returns a Normalizer2 instance for Unicode NFC normalization.
94 * @return the requested Normalizer2, if successful
97 static const Normalizer2 *
101 * Returns a Normalizer2 instance for Unicode NFD normalization.
108 * @return the requested Normalizer2, if successful
111 static const Normalizer2 *
    [all...]
  /external/icu4c/common/
normalizer2.cpp 8 * file name: normalizer2.cpp
22 #include "unicode/normalizer2.h"
34 // Public API dispatch via Normalizer2 subclasses -------------------------- ***
36 Normalizer2::~Normalizer2() {}
39 Normalizer2::getRawDecomposition(UChar32, UnicodeString &) const {
44 Normalizer2::composePair(UChar32, UChar32) const {
49 Normalizer2::getCombiningClass(UChar32 /*c*/) const {
53 // Normalizer2 implementation for the old UNORM_NONE.
54 class NoopNormalizer2 : public Normalizer2 {
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 62 milliseconds