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

  /external/icu4c/i18n/
nortrans.h 18 #include "unicode/normalizer2.h"
27 const Normalizer2 &fNorm2;
87 NormalizationTransliterator(const UnicodeString& id, const Normalizer2 &norm2);
nortrans.cpp 15 #include "unicode/normalizer2.h"
62 const Normalizer2 *norm2 = Normalizer2::getInstance(NULL, name, mode, errorCode);
74 const Normalizer2 &norm2) :
usrchimp.h 16 #include "unicode/normalizer2.h"
64 const U_NAMESPACE_QUALIFIER Normalizer2 *nfd;
alphaindex.cpp 17 #include "unicode/normalizer2.h"
76 static const Normalizer2 *nfkdNormalizer;
714 nfkdNormalizer = Normalizer2::getInstance(NULL, "nfkc", UNORM2_DECOMPOSE, status);
825 const Normalizer2 *normalizer = Normalizer2::getInstance(NULL, "nfkc", UNORM2_COMPOSE, status);
    [all...]
bmsearch.cpp 84 const Normalizer2 &nfd;
ucol_imp.h 45 #include "unicode/normalizer2.h"
306 const Normalizer2 *nfd;
    [all...]
ucol.cpp     [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 {
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 {
    [all...]
caniter.h 34 class Normalizer2;
179 const Normalizer2 &nfd;
normlzr.h 22 #include "unicode/normalizer2.h"
33 * Note: This API has been replaced by the Normalizer2 class and is only available
34 * for backward compatibility. This class simply delegates to the Normalizer2 class.
744 const Normalizer2 *fNorm2; // not owned; may be equal to fFilteredNorm2
urename.h     [all...]
  /external/icu4c/common/
unorm.cpp 23 * 2009-nov..2010-jan Markus Scherer total rewrite, new Normalizer2 API & code
51 const Normalizer2 *n2=Normalizer2Factory::getInstance(mode, *pErrorCode);
59 const Normalizer2 *n2=Normalizer2Factory::getInstance(mode, *pErrorCode);
63 reinterpret_cast<const UNormalizer2 *>(static_cast<Normalizer2 *>(&fn2)),
74 const Normalizer2 *n2=Normalizer2Factory::getInstance(mode, *pErrorCode);
82 const Normalizer2 *n2=Normalizer2Factory::getInstance(mode, *pErrorCode);
86 reinterpret_cast<const UNormalizer2 *>(static_cast<Normalizer2 *>(&fn2)),
101 const Normalizer2 *n2=Normalizer2Factory::getInstance(mode, *pErrorCode);
105 reinterpret_cast<const UNormalizer2 *>(static_cast<Normalizer2 *>(&fn2)),
122 const Normalizer2 *n2=Normalizer2Factory::getInstance(mode, *pErrorCode)
    [all...]
normalizer2.cpp 8 * file name: normalizer2.cpp
22 #include "unicode/normalizer2.h"
34 // Public API dispatch via Normalizer2 subclasses -------------------------- ***
36 // Normalizer2 implementation for the old UNORM_NONE.
37 class NoopNormalizer2 : public Normalizer2 {
100 class Normalizer2WithImpl : public Normalizer2 {
415 class Norm2Singleton : public SimpleSingletonWrapper<Normalizer2> {
417 Norm2Singleton(SimpleSingleton &s) : SimpleSingletonWrapper<Normalizer2>(s) {}
418 Normalizer2 *getInstance(UErrorCode &errorCode) {
419 return SimpleSingletonWrapper<Normalizer2>::getInstance(createInstance, NULL, errorCode)
    [all...]
normalizer2impl.h 24 #include "unicode/normalizer2.h"
515 static const Normalizer2 *getNFCInstance(UErrorCode &errorCode);
516 static const Normalizer2 *getNFDInstance(UErrorCode &errorCode);
517 static const Normalizer2 *getFCDInstance(UErrorCode &errorCode);
518 static const Normalizer2 *getFCCInstance(UErrorCode &errorCode);
519 static const Normalizer2 *getNFKCInstance(UErrorCode &errorCode);
520 static const Normalizer2 *getNFKDInstance(UErrorCode &errorCode);
521 static const Normalizer2 *getNFKC_CFInstance(UErrorCode &errorCode);
522 static const Normalizer2 *getNoopInstance(UErrorCode &errorCode);
524 static const Normalizer2 *getInstance(UNormalizationMode mode, UErrorCode &errorCode)
    [all...]
normlzr.cpp 140 const Normalizer2 *n2=Normalizer2Factory::getInstance(mode, status);
175 const Normalizer2 *n2=Normalizer2Factory::getInstance(mode, status);
192 const Normalizer2 *n2=Normalizer2Factory::getInstance(mode, status);
226 const Normalizer2 *n2=Normalizer2Factory::getInstance(mode, errorCode);
filterednormalizer2.cpp 21 #include "unicode/normalizer2.h"
263 Normalizer2 *fn2=new FilteredNormalizer2(*(Normalizer2 *)norm2,
uprops.cpp 98 const Normalizer2 *norm2=Normalizer2Factory::getInstance(
112 const Normalizer2 *nfcNorm2=Normalizer2Factory::getNFCInstance(errorCode);
596 const Normalizer2 *nfkc=Normalizer2Factory::getNFKCInstance(*pErrorCode);
unormcmp.cpp 577 const Normalizer2 *n2;
uts46.cpp 20 #include "unicode/normalizer2.h"
190 const Normalizer2 &uts46Norm2; // uts46.nrm
213 : uts46Norm2(*Normalizer2::getInstance(NULL, "uts46", UNORM2_COMPOSE, errorCode)),
    [all...]
  /external/icu4c/test/intltest/
tstnorm.cpp     [all...]
ucdtest.cpp 343 const Normalizer2 *nfd=Normalizer2::getInstance(NULL, "nfc", UNORM2_DECOMPOSE, errorCode);
346 dataerrln("Normalizer2::getInstance(NFD) or Normalizer2Factory::getNFCImpl() failed - %s\n",
uobjtest.cpp 276 #include "unicode/normalizer2.h"
336 const Normalizer2 *noNormalizer2 = NULL;

Completed in 667 milliseconds