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 {
364 LcccContext(const Normalizer2Impl &ni, UnicodeSet &s) : impl(ni), set(s) {}
381 const Normalizer2Impl &impl;
386 PropertyStartsContext(const Normalizer2Impl &ni, const USetAdder *adder)
389 const Normalizer2Impl &impl;
440 Normalizer2Impl::addLcccChars(UnicodeSet &set) const {
447 Normalizer2Impl::addPropertyStarts(const USetAdder *sa, UErrorCode & /*errorCode*/) const {
461 Normalizer2Impl::addCanonIterPropertyStarts(const USetAdder *sa, UErrorCode &errorCode) const {
470 Normalizer2Impl::copyLowPrefixFromNulTerminated(const UChar *src,
493 Normalizer2Impl::decompose(const UnicodeString &src, UnicodeString &dest,
510 Normalizer2Impl::decompose(const UChar *src, const UChar *limit,
528 Normalizer2Impl::decompose(const UChar *src, const UChar *limit,
618 UBool Normalizer2Impl::decomposeShort(const UChar *src, const UChar *limit,
632 UBool Normalizer2Impl::decompose(UChar32 c, uint16_t norm16,
666 Normalizer2Impl::getDecomposition(UChar32 c, UChar buffer[4], int32_t &length) const {
696 Normalizer2Impl::getRawDecomposition(UChar32 c, UChar buffer[30], int32_t &length) const {
740 void Normalizer2Impl::decomposeAndAppend(const UChar *src, const UChar *limit,
770 UBool Normalizer2Impl::hasDecompBoundary(UChar32 c, UBool before) const {
825 * See normalizer2impl.h for a more detailed description
828 int32_t Normalizer2Impl::combine(const uint16_t *list, UChar32 trail) {
879 void Normalizer2Impl::addComposites(const uint16_t *list, UnicodeSet &set) const {
909 void Normalizer2Impl::recompose(ReorderingBuffer &buffer, int32_t recomposeStartIndex,
1075 Normalizer2Impl::composePair(UChar32 a, UChar32 b) const {
1127 Normalizer2Impl::compose(const UChar *src, const UChar *limit,
1387 Normalizer2Impl::composeQuickCheck(const UChar *src, const UChar *limit,
1496 void Normalizer2Impl::composeAndAppend(const UChar *src, const UChar *limit,
1538 UBool Normalizer2Impl::hasCompBoundaryBefore(UChar32 c, uint16_t norm16) const {
1565 UBool Normalizer2Impl::hasCompBoundaryAfter(UChar32 c, UBool onlyContiguous, UBool testInert) const {
1598 const UChar *Normalizer2Impl::findPreviousCompBoundary(const UChar *start, const UChar *p) const {
1609 const UChar *Normalizer2Impl::findNextCompBoundary(const UChar *p, const UChar *limit) const {
1618 // Note: normalizer2impl.cpp r30982 (2011-nov-27)
1627 uint16_t Normalizer2Impl::getFCD16FromNormData(UChar32 c) const {
1666 Normalizer2Impl::makeFCD(const UChar *src, const UChar *limit,
1808 void Normalizer2Impl::makeFCDAndAppend(const UChar *src, const UChar *limit,
1841 const UChar *Normalizer2Impl::findPreviousFCDBoundary(const UChar *start, const UChar *p) const {
1846 const UChar *Normalizer2Impl::findNextFCDBoundary(const UChar *p, const UChar *limit) const {
1897 // Call Normalizer2Impl::makeCanonIterDataFromNorm16() for a range of same-norm16 characters.
1898 // context: the Normalizer2Impl
1903 Normalizer2Impl *impl = (Normalizer2Impl *)context;
1915 initCanonIterData(Normalizer2Impl *impl, UErrorCode &errorCode) {
1933 void Normalizer2Impl::makeCanonIterDataFromNorm16(UChar32 start, UChar32 end, uint16_t norm16,
2006 UBool Normalizer2Impl::ensureCanonIterData(UErrorCode &errorCode) const {
2008 Normalizer2Impl *me=const_cast<Normalizer2Impl *>(this);
2013 int32_t Normalizer2Impl::getCanonValue(UChar32 c) const {
2017 const UnicodeSet &Normalizer2Impl::getCanonStartSet(int32_t n) const {
2021 UBool Normalizer2Impl::isCanonSegmentStarter(UChar32 c) const {
2025 UBool Normalizer2Impl::getCanonStartSet(UChar32 c, UnicodeSet &set) const {
2067 int32_t indexes[Normalizer2Impl::IX_MIN_MAYBE_YES+1];
2110 for(i=0; i<=Normalizer2Impl::IX_MIN_MAYBE_YES; ++i) {
2115 size=indexes[Normalizer2Impl::IX_TOTAL_SIZE];
2133 nextOffset=indexes[Normalizer2Impl::IX_NORM_TRIE_OFFSET];
2138 nextOffset=indexes[Normalizer2Impl::IX_EXTRA_DATA_OFFSET];
2143 nextOffset=indexes[Normalizer2Impl::IX_SMALL_FCD_OFFSET];
2148 nextOffset=indexes[Normalizer2Impl::IX_SMALL_FCD_OFFSET+1];