u-normalize-internal

u-normalize-internal

Functions

UNIT * FUNC ()
else if ()
sortbuf_count * sizeof ()

Types and Values

int shift
ucs4_t combined
ucs4_t muc
int ret
size_t old_allocated
size_t new_allocated
int saved_errno

Description

Functions

FUNC ()

UNIT *
FUNC (uninorm_t nf,
      const UNIT *s,
      size_t n,
      UNIT *resultbuf);

if ()

else
if ();

sizeof ()

sortbuf_count *
sizeof ();

Types and Values

shift

                      int shift = curr_decomposed_count - 1;

combined

                                ucs4_t combined =

muc

                    ucs4_t muc = sortbuf[j].code;

ret

                        int ret =

old_allocated

                      size_t old_allocated = allocated;

new_allocated

                      size_t new_allocated = 2 * old_allocated;

saved_errno

    int saved_errno = errno;