Home | History | Annotate | Download | only in common

Lines Matching defs:Normalizer2Impl

8 *   file name:  normalizer2impl.cpp
27 #include "normalizer2impl.h"
117 leadCC=Normalizer2Impl::getCCFromYesOrMaybe(impl.getNorm16(c));
217 if(c<Normalizer2Impl::MIN_CCC_LCCC_CP) {
226 return Normalizer2Impl::getCCFromYesOrMaybe(impl.getNorm16(c));
245 // Normalizer2Impl --------------------------------------------------------- ***
255 Normalizer2Impl::~Normalizer2Impl() {
262 Normalizer2Impl::isAcceptable(void *context,
275 Normalizer2Impl *me=(Normalizer2Impl *)context;
284 Normalizer2Impl::load(const char *packageName, const char *name, UErrorCode &errorCode) {
345 uint8_t Normalizer2Impl::getTrailCCFromCompYesAndZeroCC(const UChar *cpStart, const UChar *cpLimit) const {
378 Normalizer2Impl::addPropertyStarts(const USetAdder *sa, UErrorCode & /*errorCode*/) const {
391 Normalizer2Impl::addCanonIterPropertyStarts(const USetAdder *sa, UErrorCode &errorCode) const {
401 Normalizer2Impl::copyLowPrefixFromNulTerminated(const UChar *src,
427 Normalizer2Impl::decompose(const UChar *src, const UChar *limit,
517 UBool Normalizer2Impl::decomposeShort(const UChar *src, const UChar *limit,
531 UBool Normalizer2Impl::decompose(UChar32 c, uint16_t norm16,
565 Normalizer2Impl::getDecomposition(UChar32 c, UChar buffer[4], int32_t &length) const {
595 Normalizer2Impl::getRawDecomposition(UChar32 c, UChar buffer[30], int32_t &length) const {
639 void Normalizer2Impl::decomposeAndAppend(const UChar *src, const UChar *limit,
669 UBool Normalizer2Impl::hasDecompBoundary(UChar32 c, UBool before) const {
724 * See normalizer2impl.h for a more detailed description
727 int32_t Normalizer2Impl::combine(const uint16_t *list, UChar32 trail) {
778 void Normalizer2Impl::addComposites(const uint16_t *list, UnicodeSet &set) const {
808 void Normalizer2Impl::recompose(ReorderingBuffer &buffer, int32_t recomposeStartIndex,
974 Normalizer2Impl::composePair(UChar32 a, UChar32 b) const {
1026 Normalizer2Impl::compose(const UChar *src, const UChar *limit,
1286 Normalizer2Impl::composeQuickCheck(const UChar *src, const UChar *limit,
1395 void Normalizer2Impl::composeAndAppend(const UChar *src, const UChar *limit,
1437 UBool Normalizer2Impl::hasCompBoundaryBefore(UChar32 c, uint16_t norm16) const {
1464 UBool Normalizer2Impl::hasCompBoundaryAfter(UChar32 c, UBool onlyContiguous, UBool testInert) const {
1497 const UChar *Normalizer2Impl::findPreviousCompBoundary(const UChar *start, const UChar *p) const {
1508 const UChar *Normalizer2Impl::findNextCompBoundary(const UChar *p, const UChar *limit) const {
1517 // Note: normalizer2impl.cpp r30982 (2011-nov-27)
1526 uint16_t Normalizer2Impl::getFCD16FromNormData(UChar32 c) const {
1565 Normalizer2Impl::makeFCD(const UChar *src, const UChar *limit,
1707 void Normalizer2Impl::makeFCDAndAppend(const UChar *src, const UChar *limit,
1740 const UChar *Normalizer2Impl::findPreviousFCDBoundary(const UChar *start, const UChar *p) const {
1745 const UChar *Normalizer2Impl::findNextFCDBoundary(const UChar *p, const UChar *limit) const {
1796 CanonIterDataSingleton(SimpleSingleton &s, Normalizer2Impl &ni, UErrorCode &ec) :
1815 Normalizer2Impl &impl;
1822 // Call Normalizer2Impl::makeCanonIterDataFromNorm16() for a range of same-norm16 characters.
1848 void Normalizer2Impl::makeCanonIterDataFromNorm16(UChar32 start, UChar32 end, uint16_t norm16,
1921 UBool Normalizer2Impl::ensureCanonIterData(UErrorCode &errorCode) const {
1923 Normalizer2Impl *me=const_cast<Normalizer2Impl *>(this);
1928 int32_t Normalizer2Impl::getCanonValue(UChar32 c) const {
1932 const UnicodeSet &Normalizer2Impl::getCanonStartSet(int32_t n) const {
1937 UBool Normalizer2Impl::isCanonSegmentStarter(UChar32 c) const {
1941 UBool Normalizer2Impl::getCanonStartSet(UChar32 c, UnicodeSet &set) const {
1983 int32_t indexes[Normalizer2Impl::IX_MIN_MAYBE_YES+1];
2026 for(i=0; i<=Normalizer2Impl::IX_MIN_MAYBE_YES; ++i) {
2031 size=indexes[Normalizer2Impl::IX_TOTAL_SIZE];
2049 nextOffset=indexes[Normalizer2Impl::IX_NORM_TRIE_OFFSET];
2054 nextOffset=indexes[Normalizer2Impl::IX_EXTRA_DATA_OFFSET];
2059 nextOffset=indexes[Normalizer2Impl::IX_SMALL_FCD_OFFSET];
2064 nextOffset=indexes[Normalizer2Impl::IX_SMALL_FCD_OFFSET+1];