/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...] |
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)), 119 const Normalizer2 *n2 [all...] |
normalizer2impl.h | 24 #include "unicode/normalizer2.h" 603 static const Normalizer2 *getNFCInstance(UErrorCode &errorCode); 604 static const Normalizer2 *getNFDInstance(UErrorCode &errorCode); 605 static const Normalizer2 *getFCDInstance(UErrorCode &errorCode); 606 static const Normalizer2 *getFCCInstance(UErrorCode &errorCode); 607 static const Normalizer2 *getNFKCInstance(UErrorCode &errorCode); 608 static const Normalizer2 *getNFKDInstance(UErrorCode &errorCode); 609 static const Normalizer2 *getNFKC_CFInstance(UErrorCode &errorCode); 610 static const Normalizer2 *getNoopInstance(UErrorCode &errorCode); 612 static const Normalizer2 *getInstance(UNormalizationMode mode, UErrorCode &errorCode) [all...] |
filterednormalizer2.cpp | 21 #include "unicode/normalizer2.h" 280 Normalizer2 *fn2=new FilteredNormalizer2(*(Normalizer2 *)norm2,
|
normlzr.cpp | 139 const Normalizer2 *n2=Normalizer2Factory::getInstance(mode, status); 174 const Normalizer2 *n2=Normalizer2Factory::getInstance(mode, status); 191 const Normalizer2 *n2=Normalizer2Factory::getInstance(mode, status); 225 const Normalizer2 *n2=Normalizer2Factory::getInstance(mode, errorCode);
|
/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...] |
unorm2.h | 28 * For more details see the Normalizer2 C++ class. 129 * @return the requested Normalizer2, if successful 143 * @return the requested Normalizer2, if successful 157 * @return the requested Normalizer2, if successful 171 * @return the requested Normalizer2, if successful 185 * @return the requested Normalizer2, if successful 365 * When used on a standard NFKC Normalizer2 instance, 368 * When used on a standard NFC Normalizer2 instance, 495 * For details see the Normalizer2 base class documentation. 507 * For details see the Normalizer2 base class documentation [all...] |
/external/chromium_org/third_party/icu/source/common/ |
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 { 403 class Norm2Singleton : public SimpleSingletonWrapper<Normalizer2> { 405 Norm2Singleton(SimpleSingleton &s) : SimpleSingletonWrapper<Normalizer2>(s) {} 406 Normalizer2 *getInstance(UErrorCode &errorCode) { 407 return SimpleSingletonWrapper<Normalizer2>::getInstance(createInstance, NULL, errorCode) [all...] |
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...] |
normalizer2impl.h | 24 #include "unicode/normalizer2.h" 509 static const Normalizer2 *getNFCInstance(UErrorCode &errorCode); 510 static const Normalizer2 *getNFDInstance(UErrorCode &errorCode); 511 static const Normalizer2 *getFCDInstance(UErrorCode &errorCode); 512 static const Normalizer2 *getFCCInstance(UErrorCode &errorCode); 513 static const Normalizer2 *getNFKCInstance(UErrorCode &errorCode); 514 static const Normalizer2 *getNFKDInstance(UErrorCode &errorCode); 515 static const Normalizer2 *getNFKC_CFInstance(UErrorCode &errorCode); 516 static const Normalizer2 *getNoopInstance(UErrorCode &errorCode); 518 static const Normalizer2 *getInstance(UNormalizationMode mode, UErrorCode &errorCode) [all...] |
filterednormalizer2.cpp | 21 #include "unicode/normalizer2.h" 263 Normalizer2 *fn2=new FilteredNormalizer2(*(Normalizer2 *)norm2,
|
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);
|
/external/chromium_org/third_party/icu/source/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;
|
/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" 63 const Normalizer2 *norm2 = Normalizer2::getInstance(NULL, name, mode, errorCode); 75 const Normalizer2 &norm2) :
|
usrchimp.h | 16 #include "unicode/normalizer2.h" 64 const icu::Normalizer2 *nfd;
|
/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...] |
unorm2.h | 28 * For more details see the Normalizer2 C++ class. 358 * For details see the Normalizer2 base class documentation. 370 * For details see the Normalizer2 base class documentation. 381 * For details see the Normalizer2 base class documentation.
|
/external/chromium_org/third_party/icu/source/test/hdrtst/ |
cxxfiles.txt | 52 normalizer2.h
|
/external/icu4c/test/depstest/ |
dependencies.txt | 133 uts46 filterednormalizer2 normalizer2 canonical_iterator 178 normlzr # for dictbe.o, should switch to Normalizer2 209 normalizer2 punycode 218 normalizer2 229 normalizer2 235 normalizer2 usetiter 237 group: normalizer2 238 normalizer2.o 356 normalizer2
|
/external/icu4c/test/hdrtst/ |
cxxfiles.txt | 61 normalizer2.h
|
/external/chromium_org/third_party/icu/ |
APIChangeReport.html | 81 <td class="file">normalizer2.h</td><td class="proto">UClassID FilteredNormalizer2::getDynamicClassID() const</td><td class="">Draft<br>4.4</td><td>None<br> 85 <td class="file">normalizer2.h</td><td class="proto">UClassID Normalizer2::getDynamicClassID() const =0</td><td class="">Draft<br>4.4</td><td>None<br> 89 <td class="file">normalizer2.h</td><td class="proto"><tt>static</tt> UClassID FilteredNormalizer2::getStaticClassID()</td><td class="">Draft<br>4.4</td><td>None<br> 93 <td class="file">normalizer2.h</td><td class="proto"><tt>static</tt> UClassID Normalizer2::getStaticClassID()</td><td class="">Draft<br>4.4</td><td>None<br> 322 <td class="file">normalizer2.h</td><td class="proto">FilteredNormalizer2::FilteredNormalizer2(const Normalizer2&, const UnicodeSet&)</td><td class="" colspan="2" align="center">Draft»Stable<br>4.4</td> 325 <td class="file">normalizer2.h</td><td class="proto">UBool FilteredNormalizer2::hasBoundaryAfter(UChar32) const</td><td class="" colspan="2" align="center">Draft»Stable<br>4.4</td> 328 <td class="file">normalizer2.h</td><td class="proto">UBool FilteredNormalizer2::hasBoundaryBefore(UChar32) const</td><td class= (…) [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
ucdtest.cpp | 340 const Normalizer2 *nfd=Normalizer2::getInstance(NULL, "nfc", UNORM2_DECOMPOSE, errorCode); 343 dataerrln("Normalizer2::getInstance(NFD) or Normalizer2Factory::getNFCImpl() failed - %s\n",
|