preallocated      883 maint/gnulib/lib/quotearg.c       bool preallocated = (sv == &slotvec0);
preallocated      886 maint/gnulib/lib/quotearg.c       slotvec = sv = xpalloc (preallocated ? NULL : sv, &new_nslots,
preallocated      888 maint/gnulib/lib/quotearg.c       if (preallocated)
preallocated       50 maint/gnulib/tests/unicase/test-u16-casefold.c       uint16_t *preallocated;
preallocated       53 maint/gnulib/tests/unicase/test-u16-casefold.c       preallocated = (uint16_t *) malloc (length * sizeof (uint16_t));
preallocated       54 maint/gnulib/tests/unicase/test-u16-casefold.c       result = u16_casefold (input, input_length, iso639_language, nf, preallocated, &length);
preallocated       57 maint/gnulib/tests/unicase/test-u16-casefold.c       if (!(result != preallocated))
preallocated       64 maint/gnulib/tests/unicase/test-u16-casefold.c       free (preallocated);
preallocated       69 maint/gnulib/tests/unicase/test-u16-casefold.c     uint16_t *preallocated;
preallocated       72 maint/gnulib/tests/unicase/test-u16-casefold.c     preallocated = (uint16_t *) malloc (length * sizeof (uint16_t));
preallocated       73 maint/gnulib/tests/unicase/test-u16-casefold.c     result = u16_casefold (input, input_length, iso639_language, nf, preallocated, &length);
preallocated       76 maint/gnulib/tests/unicase/test-u16-casefold.c     if (!(preallocated == NULL || result == preallocated))
preallocated       82 maint/gnulib/tests/unicase/test-u16-casefold.c     free (preallocated);
preallocated       50 maint/gnulib/tests/unicase/test-u16-tolower.c       uint16_t *preallocated;
preallocated       53 maint/gnulib/tests/unicase/test-u16-tolower.c       preallocated = (uint16_t *) malloc (length * sizeof (uint16_t));
preallocated       54 maint/gnulib/tests/unicase/test-u16-tolower.c       result = u16_tolower (input, input_length, iso639_language, nf, preallocated, &length);
preallocated       57 maint/gnulib/tests/unicase/test-u16-tolower.c       if (!(result != preallocated))
preallocated       64 maint/gnulib/tests/unicase/test-u16-tolower.c       free (preallocated);
preallocated       69 maint/gnulib/tests/unicase/test-u16-tolower.c     uint16_t *preallocated;
preallocated       72 maint/gnulib/tests/unicase/test-u16-tolower.c     preallocated = (uint16_t *) malloc (length * sizeof (uint16_t));
preallocated       73 maint/gnulib/tests/unicase/test-u16-tolower.c     result = u16_tolower (input, input_length, iso639_language, nf, preallocated, &length);
preallocated       76 maint/gnulib/tests/unicase/test-u16-tolower.c     if (!(preallocated == NULL || result == preallocated))
preallocated       82 maint/gnulib/tests/unicase/test-u16-tolower.c     free (preallocated);
preallocated       50 maint/gnulib/tests/unicase/test-u16-totitle.c       uint16_t *preallocated;
preallocated       53 maint/gnulib/tests/unicase/test-u16-totitle.c       preallocated = (uint16_t *) malloc (length * sizeof (uint16_t));
preallocated       54 maint/gnulib/tests/unicase/test-u16-totitle.c       result = u16_totitle (input, input_length, iso639_language, nf, preallocated, &length);
preallocated       57 maint/gnulib/tests/unicase/test-u16-totitle.c       if (!(result != preallocated))
preallocated       64 maint/gnulib/tests/unicase/test-u16-totitle.c       free (preallocated);
preallocated       69 maint/gnulib/tests/unicase/test-u16-totitle.c     uint16_t *preallocated;
preallocated       72 maint/gnulib/tests/unicase/test-u16-totitle.c     preallocated = (uint16_t *) malloc (length * sizeof (uint16_t));
preallocated       73 maint/gnulib/tests/unicase/test-u16-totitle.c     result = u16_totitle (input, input_length, iso639_language, nf, preallocated, &length);
preallocated       76 maint/gnulib/tests/unicase/test-u16-totitle.c     if (!(preallocated == NULL || result == preallocated))
preallocated       82 maint/gnulib/tests/unicase/test-u16-totitle.c     free (preallocated);
preallocated       50 maint/gnulib/tests/unicase/test-u16-toupper.c       uint16_t *preallocated;
preallocated       53 maint/gnulib/tests/unicase/test-u16-toupper.c       preallocated = (uint16_t *) malloc (length * sizeof (uint16_t));
preallocated       54 maint/gnulib/tests/unicase/test-u16-toupper.c       result = u16_toupper (input, input_length, iso639_language, nf, preallocated, &length);
preallocated       57 maint/gnulib/tests/unicase/test-u16-toupper.c       if (!(result != preallocated))
preallocated       64 maint/gnulib/tests/unicase/test-u16-toupper.c       free (preallocated);
preallocated       69 maint/gnulib/tests/unicase/test-u16-toupper.c     uint16_t *preallocated;
preallocated       72 maint/gnulib/tests/unicase/test-u16-toupper.c     preallocated = (uint16_t *) malloc (length * sizeof (uint16_t));
preallocated       73 maint/gnulib/tests/unicase/test-u16-toupper.c     result = u16_toupper (input, input_length, iso639_language, nf, preallocated, &length);
preallocated       76 maint/gnulib/tests/unicase/test-u16-toupper.c     if (!(preallocated == NULL || result == preallocated))
preallocated       82 maint/gnulib/tests/unicase/test-u16-toupper.c     free (preallocated);
preallocated       50 maint/gnulib/tests/unicase/test-u32-casefold.c       uint32_t *preallocated;
preallocated       53 maint/gnulib/tests/unicase/test-u32-casefold.c       preallocated = (uint32_t *) malloc (length * sizeof (uint32_t));
preallocated       54 maint/gnulib/tests/unicase/test-u32-casefold.c       result = u32_casefold (input, input_length, iso639_language, nf, preallocated, &length);
preallocated       57 maint/gnulib/tests/unicase/test-u32-casefold.c       if (!(result != preallocated))
preallocated       64 maint/gnulib/tests/unicase/test-u32-casefold.c       free (preallocated);
preallocated       69 maint/gnulib/tests/unicase/test-u32-casefold.c     uint32_t *preallocated;
preallocated       72 maint/gnulib/tests/unicase/test-u32-casefold.c     preallocated = (uint32_t *) malloc (length * sizeof (uint32_t));
preallocated       73 maint/gnulib/tests/unicase/test-u32-casefold.c     result = u32_casefold (input, input_length, iso639_language, nf, preallocated, &length);
preallocated       76 maint/gnulib/tests/unicase/test-u32-casefold.c     if (!(preallocated == NULL || result == preallocated))
preallocated       82 maint/gnulib/tests/unicase/test-u32-casefold.c     free (preallocated);
preallocated       50 maint/gnulib/tests/unicase/test-u32-tolower.c       uint32_t *preallocated;
preallocated       53 maint/gnulib/tests/unicase/test-u32-tolower.c       preallocated = (uint32_t *) malloc (length * sizeof (uint32_t));
preallocated       54 maint/gnulib/tests/unicase/test-u32-tolower.c       result = u32_tolower (input, input_length, iso639_language, nf, preallocated, &length);
preallocated       57 maint/gnulib/tests/unicase/test-u32-tolower.c       if (!(result != preallocated))
preallocated       64 maint/gnulib/tests/unicase/test-u32-tolower.c       free (preallocated);
preallocated       69 maint/gnulib/tests/unicase/test-u32-tolower.c     uint32_t *preallocated;
preallocated       72 maint/gnulib/tests/unicase/test-u32-tolower.c     preallocated = (uint32_t *) malloc (length * sizeof (uint32_t));
preallocated       73 maint/gnulib/tests/unicase/test-u32-tolower.c     result = u32_tolower (input, input_length, iso639_language, nf, preallocated, &length);
preallocated       76 maint/gnulib/tests/unicase/test-u32-tolower.c     if (!(preallocated == NULL || result == preallocated))
preallocated       82 maint/gnulib/tests/unicase/test-u32-tolower.c     free (preallocated);
preallocated       50 maint/gnulib/tests/unicase/test-u32-totitle.c       uint32_t *preallocated;
preallocated       53 maint/gnulib/tests/unicase/test-u32-totitle.c       preallocated = (uint32_t *) malloc (length * sizeof (uint32_t));
preallocated       54 maint/gnulib/tests/unicase/test-u32-totitle.c       result = u32_totitle (input, input_length, iso639_language, nf, preallocated, &length);
preallocated       57 maint/gnulib/tests/unicase/test-u32-totitle.c       if (!(result != preallocated))
preallocated       64 maint/gnulib/tests/unicase/test-u32-totitle.c       free (preallocated);
preallocated       69 maint/gnulib/tests/unicase/test-u32-totitle.c     uint32_t *preallocated;
preallocated       72 maint/gnulib/tests/unicase/test-u32-totitle.c     preallocated = (uint32_t *) malloc (length * sizeof (uint32_t));
preallocated       73 maint/gnulib/tests/unicase/test-u32-totitle.c     result = u32_totitle (input, input_length, iso639_language, nf, preallocated, &length);
preallocated       76 maint/gnulib/tests/unicase/test-u32-totitle.c     if (!(preallocated == NULL || result == preallocated))
preallocated       82 maint/gnulib/tests/unicase/test-u32-totitle.c     free (preallocated);
preallocated       50 maint/gnulib/tests/unicase/test-u32-toupper.c       uint32_t *preallocated;
preallocated       53 maint/gnulib/tests/unicase/test-u32-toupper.c       preallocated = (uint32_t *) malloc (length * sizeof (uint32_t));
preallocated       54 maint/gnulib/tests/unicase/test-u32-toupper.c       result = u32_toupper (input, input_length, iso639_language, nf, preallocated, &length);
preallocated       57 maint/gnulib/tests/unicase/test-u32-toupper.c       if (!(result != preallocated))
preallocated       64 maint/gnulib/tests/unicase/test-u32-toupper.c       free (preallocated);
preallocated       69 maint/gnulib/tests/unicase/test-u32-toupper.c     uint32_t *preallocated;
preallocated       72 maint/gnulib/tests/unicase/test-u32-toupper.c     preallocated = (uint32_t *) malloc (length * sizeof (uint32_t));
preallocated       73 maint/gnulib/tests/unicase/test-u32-toupper.c     result = u32_toupper (input, input_length, iso639_language, nf, preallocated, &length);
preallocated       76 maint/gnulib/tests/unicase/test-u32-toupper.c     if (!(preallocated == NULL || result == preallocated))
preallocated       82 maint/gnulib/tests/unicase/test-u32-toupper.c     free (preallocated);
preallocated       50 maint/gnulib/tests/unicase/test-u8-casefold.c       uint8_t *preallocated;
preallocated       53 maint/gnulib/tests/unicase/test-u8-casefold.c       preallocated = (uint8_t *) malloc (length * sizeof (uint8_t));
preallocated       54 maint/gnulib/tests/unicase/test-u8-casefold.c       result = u8_casefold (input, input_length, iso639_language, nf, preallocated, &length);
preallocated       57 maint/gnulib/tests/unicase/test-u8-casefold.c       if (!(result != preallocated))
preallocated       64 maint/gnulib/tests/unicase/test-u8-casefold.c       free (preallocated);
preallocated       69 maint/gnulib/tests/unicase/test-u8-casefold.c     uint8_t *preallocated;
preallocated       72 maint/gnulib/tests/unicase/test-u8-casefold.c     preallocated = (uint8_t *) malloc (length * sizeof (uint8_t));
preallocated       73 maint/gnulib/tests/unicase/test-u8-casefold.c     result = u8_casefold (input, input_length, iso639_language, nf, preallocated, &length);
preallocated       76 maint/gnulib/tests/unicase/test-u8-casefold.c     if (!(preallocated == NULL || result == preallocated))
preallocated       82 maint/gnulib/tests/unicase/test-u8-casefold.c     free (preallocated);
preallocated       50 maint/gnulib/tests/unicase/test-u8-tolower.c       uint8_t *preallocated;
preallocated       53 maint/gnulib/tests/unicase/test-u8-tolower.c       preallocated = (uint8_t *) malloc (length * sizeof (uint8_t));
preallocated       54 maint/gnulib/tests/unicase/test-u8-tolower.c       result = u8_tolower (input, input_length, iso639_language, nf, preallocated, &length);
preallocated       57 maint/gnulib/tests/unicase/test-u8-tolower.c       if (!(result != preallocated))
preallocated       64 maint/gnulib/tests/unicase/test-u8-tolower.c       free (preallocated);
preallocated       69 maint/gnulib/tests/unicase/test-u8-tolower.c     uint8_t *preallocated;
preallocated       72 maint/gnulib/tests/unicase/test-u8-tolower.c     preallocated = (uint8_t *) malloc (length * sizeof (uint8_t));
preallocated       73 maint/gnulib/tests/unicase/test-u8-tolower.c     result = u8_tolower (input, input_length, iso639_language, nf, preallocated, &length);
preallocated       76 maint/gnulib/tests/unicase/test-u8-tolower.c     if (!(preallocated == NULL || result == preallocated))
preallocated       82 maint/gnulib/tests/unicase/test-u8-tolower.c     free (preallocated);
preallocated       50 maint/gnulib/tests/unicase/test-u8-totitle.c       uint8_t *preallocated;
preallocated       53 maint/gnulib/tests/unicase/test-u8-totitle.c       preallocated = (uint8_t *) malloc (length * sizeof (uint8_t));
preallocated       54 maint/gnulib/tests/unicase/test-u8-totitle.c       result = u8_totitle (input, input_length, iso639_language, nf, preallocated, &length);
preallocated       57 maint/gnulib/tests/unicase/test-u8-totitle.c       if (!(result != preallocated))
preallocated       64 maint/gnulib/tests/unicase/test-u8-totitle.c       free (preallocated);
preallocated       69 maint/gnulib/tests/unicase/test-u8-totitle.c     uint8_t *preallocated;
preallocated       72 maint/gnulib/tests/unicase/test-u8-totitle.c     preallocated = (uint8_t *) malloc (length * sizeof (uint8_t));
preallocated       73 maint/gnulib/tests/unicase/test-u8-totitle.c     result = u8_totitle (input, input_length, iso639_language, nf, preallocated, &length);
preallocated       76 maint/gnulib/tests/unicase/test-u8-totitle.c     if (!(preallocated == NULL || result == preallocated))
preallocated       82 maint/gnulib/tests/unicase/test-u8-totitle.c     free (preallocated);
preallocated       50 maint/gnulib/tests/unicase/test-u8-toupper.c       uint8_t *preallocated;
preallocated       53 maint/gnulib/tests/unicase/test-u8-toupper.c       preallocated = (uint8_t *) malloc (length * sizeof (uint8_t));
preallocated       54 maint/gnulib/tests/unicase/test-u8-toupper.c       result = u8_toupper (input, input_length, iso639_language, nf, preallocated, &length);
preallocated       57 maint/gnulib/tests/unicase/test-u8-toupper.c       if (!(result != preallocated))
preallocated       64 maint/gnulib/tests/unicase/test-u8-toupper.c       free (preallocated);
preallocated       69 maint/gnulib/tests/unicase/test-u8-toupper.c     uint8_t *preallocated;
preallocated       72 maint/gnulib/tests/unicase/test-u8-toupper.c     preallocated = (uint8_t *) malloc (length * sizeof (uint8_t));
preallocated       73 maint/gnulib/tests/unicase/test-u8-toupper.c     result = u8_toupper (input, input_length, iso639_language, nf, preallocated, &length);
preallocated       76 maint/gnulib/tests/unicase/test-u8-toupper.c     if (!(preallocated == NULL || result == preallocated))
preallocated       82 maint/gnulib/tests/unicase/test-u8-toupper.c     free (preallocated);
preallocated       52 maint/gnulib/tests/uninorm/test-u16-nfc.c       uint16_t *preallocated;
preallocated       55 maint/gnulib/tests/uninorm/test-u16-nfc.c       preallocated = (uint16_t *) malloc (length * sizeof (uint16_t));
preallocated       56 maint/gnulib/tests/uninorm/test-u16-nfc.c       result = u16_normalize (UNINORM_NFC, input, input_length, preallocated, &length);
preallocated       59 maint/gnulib/tests/uninorm/test-u16-nfc.c       if (!(result != preallocated))
preallocated       66 maint/gnulib/tests/uninorm/test-u16-nfc.c       free (preallocated);
preallocated       71 maint/gnulib/tests/uninorm/test-u16-nfc.c     uint16_t *preallocated;
preallocated       74 maint/gnulib/tests/uninorm/test-u16-nfc.c     preallocated = (uint16_t *) malloc (length * sizeof (uint16_t));
preallocated       75 maint/gnulib/tests/uninorm/test-u16-nfc.c     result = u16_normalize (UNINORM_NFC, input, input_length, preallocated, &length);
preallocated       78 maint/gnulib/tests/uninorm/test-u16-nfc.c     if (!(preallocated == NULL || result == preallocated))
preallocated       84 maint/gnulib/tests/uninorm/test-u16-nfc.c     free (preallocated);
preallocated       52 maint/gnulib/tests/uninorm/test-u16-nfd.c       uint16_t *preallocated;
preallocated       55 maint/gnulib/tests/uninorm/test-u16-nfd.c       preallocated = (uint16_t *) malloc (length * sizeof (uint16_t));
preallocated       56 maint/gnulib/tests/uninorm/test-u16-nfd.c       result = u16_normalize (UNINORM_NFD, input, input_length, preallocated, &length);
preallocated       59 maint/gnulib/tests/uninorm/test-u16-nfd.c       if (!(result != preallocated))
preallocated       66 maint/gnulib/tests/uninorm/test-u16-nfd.c       free (preallocated);
preallocated       71 maint/gnulib/tests/uninorm/test-u16-nfd.c     uint16_t *preallocated;
preallocated       74 maint/gnulib/tests/uninorm/test-u16-nfd.c     preallocated = (uint16_t *) malloc (length * sizeof (uint16_t));
preallocated       75 maint/gnulib/tests/uninorm/test-u16-nfd.c     result = u16_normalize (UNINORM_NFD, input, input_length, preallocated, &length);
preallocated       78 maint/gnulib/tests/uninorm/test-u16-nfd.c     if (!(preallocated == NULL || result == preallocated))
preallocated       84 maint/gnulib/tests/uninorm/test-u16-nfd.c     free (preallocated);
preallocated       52 maint/gnulib/tests/uninorm/test-u16-nfkc.c       uint16_t *preallocated;
preallocated       55 maint/gnulib/tests/uninorm/test-u16-nfkc.c       preallocated = (uint16_t *) malloc (length * sizeof (uint16_t));
preallocated       56 maint/gnulib/tests/uninorm/test-u16-nfkc.c       result = u16_normalize (UNINORM_NFKC, input, input_length, preallocated, &length);
preallocated       59 maint/gnulib/tests/uninorm/test-u16-nfkc.c       if (!(result != preallocated))
preallocated       66 maint/gnulib/tests/uninorm/test-u16-nfkc.c       free (preallocated);
preallocated       71 maint/gnulib/tests/uninorm/test-u16-nfkc.c     uint16_t *preallocated;
preallocated       74 maint/gnulib/tests/uninorm/test-u16-nfkc.c     preallocated = (uint16_t *) malloc (length * sizeof (uint16_t));
preallocated       75 maint/gnulib/tests/uninorm/test-u16-nfkc.c     result = u16_normalize (UNINORM_NFKC, input, input_length, preallocated, &length);
preallocated       78 maint/gnulib/tests/uninorm/test-u16-nfkc.c     if (!(preallocated == NULL || result == preallocated))
preallocated       84 maint/gnulib/tests/uninorm/test-u16-nfkc.c     free (preallocated);
preallocated       52 maint/gnulib/tests/uninorm/test-u16-nfkd.c       uint16_t *preallocated;
preallocated       55 maint/gnulib/tests/uninorm/test-u16-nfkd.c       preallocated = (uint16_t *) malloc (length * sizeof (uint16_t));
preallocated       56 maint/gnulib/tests/uninorm/test-u16-nfkd.c       result = u16_normalize (UNINORM_NFKD, input, input_length, preallocated, &length);
preallocated       59 maint/gnulib/tests/uninorm/test-u16-nfkd.c       if (!(result != preallocated))
preallocated       66 maint/gnulib/tests/uninorm/test-u16-nfkd.c       free (preallocated);
preallocated       71 maint/gnulib/tests/uninorm/test-u16-nfkd.c     uint16_t *preallocated;
preallocated       74 maint/gnulib/tests/uninorm/test-u16-nfkd.c     preallocated = (uint16_t *) malloc (length * sizeof (uint16_t));
preallocated       75 maint/gnulib/tests/uninorm/test-u16-nfkd.c     result = u16_normalize (UNINORM_NFKD, input, input_length, preallocated, &length);
preallocated       78 maint/gnulib/tests/uninorm/test-u16-nfkd.c     if (!(preallocated == NULL || result == preallocated))
preallocated       84 maint/gnulib/tests/uninorm/test-u16-nfkd.c     free (preallocated);
preallocated       52 maint/gnulib/tests/uninorm/test-u32-nfc.c       uint32_t *preallocated;
preallocated       55 maint/gnulib/tests/uninorm/test-u32-nfc.c       preallocated = (uint32_t *) malloc (length * sizeof (uint32_t));
preallocated       56 maint/gnulib/tests/uninorm/test-u32-nfc.c       result = u32_normalize (UNINORM_NFC, input, input_length, preallocated, &length);
preallocated       59 maint/gnulib/tests/uninorm/test-u32-nfc.c       if (!(result != preallocated))
preallocated       66 maint/gnulib/tests/uninorm/test-u32-nfc.c       free (preallocated);
preallocated       71 maint/gnulib/tests/uninorm/test-u32-nfc.c     uint32_t *preallocated;
preallocated       74 maint/gnulib/tests/uninorm/test-u32-nfc.c     preallocated = (uint32_t *) malloc (length * sizeof (uint32_t));
preallocated       75 maint/gnulib/tests/uninorm/test-u32-nfc.c     result = u32_normalize (UNINORM_NFC, input, input_length, preallocated, &length);
preallocated       78 maint/gnulib/tests/uninorm/test-u32-nfc.c     if (!(preallocated == NULL || result == preallocated))
preallocated       84 maint/gnulib/tests/uninorm/test-u32-nfc.c     free (preallocated);
preallocated       52 maint/gnulib/tests/uninorm/test-u32-nfd.c       uint32_t *preallocated;
preallocated       55 maint/gnulib/tests/uninorm/test-u32-nfd.c       preallocated = (uint32_t *) malloc (length * sizeof (uint32_t));
preallocated       56 maint/gnulib/tests/uninorm/test-u32-nfd.c       result = u32_normalize (UNINORM_NFD, input, input_length, preallocated, &length);
preallocated       59 maint/gnulib/tests/uninorm/test-u32-nfd.c       if (!(result != preallocated))
preallocated       66 maint/gnulib/tests/uninorm/test-u32-nfd.c       free (preallocated);
preallocated       71 maint/gnulib/tests/uninorm/test-u32-nfd.c     uint32_t *preallocated;
preallocated       74 maint/gnulib/tests/uninorm/test-u32-nfd.c     preallocated = (uint32_t *) malloc (length * sizeof (uint32_t));
preallocated       75 maint/gnulib/tests/uninorm/test-u32-nfd.c     result = u32_normalize (UNINORM_NFD, input, input_length, preallocated, &length);
preallocated       78 maint/gnulib/tests/uninorm/test-u32-nfd.c     if (!(preallocated == NULL || result == preallocated))
preallocated       84 maint/gnulib/tests/uninorm/test-u32-nfd.c     free (preallocated);
preallocated       52 maint/gnulib/tests/uninorm/test-u32-nfkc.c       uint32_t *preallocated;
preallocated       55 maint/gnulib/tests/uninorm/test-u32-nfkc.c       preallocated = (uint32_t *) malloc (length * sizeof (uint32_t));
preallocated       56 maint/gnulib/tests/uninorm/test-u32-nfkc.c       result = u32_normalize (UNINORM_NFKC, input, input_length, preallocated, &length);
preallocated       59 maint/gnulib/tests/uninorm/test-u32-nfkc.c       if (!(result != preallocated))
preallocated       66 maint/gnulib/tests/uninorm/test-u32-nfkc.c       free (preallocated);
preallocated       71 maint/gnulib/tests/uninorm/test-u32-nfkc.c     uint32_t *preallocated;
preallocated       74 maint/gnulib/tests/uninorm/test-u32-nfkc.c     preallocated = (uint32_t *) malloc (length * sizeof (uint32_t));
preallocated       75 maint/gnulib/tests/uninorm/test-u32-nfkc.c     result = u32_normalize (UNINORM_NFKC, input, input_length, preallocated, &length);
preallocated       78 maint/gnulib/tests/uninorm/test-u32-nfkc.c     if (!(preallocated == NULL || result == preallocated))
preallocated       84 maint/gnulib/tests/uninorm/test-u32-nfkc.c     free (preallocated);
preallocated       52 maint/gnulib/tests/uninorm/test-u32-nfkd.c       uint32_t *preallocated;
preallocated       55 maint/gnulib/tests/uninorm/test-u32-nfkd.c       preallocated = (uint32_t *) malloc (length * sizeof (uint32_t));
preallocated       56 maint/gnulib/tests/uninorm/test-u32-nfkd.c       result = u32_normalize (UNINORM_NFKD, input, input_length, preallocated, &length);
preallocated       59 maint/gnulib/tests/uninorm/test-u32-nfkd.c       if (!(result != preallocated))
preallocated       66 maint/gnulib/tests/uninorm/test-u32-nfkd.c       free (preallocated);
preallocated       71 maint/gnulib/tests/uninorm/test-u32-nfkd.c     uint32_t *preallocated;
preallocated       74 maint/gnulib/tests/uninorm/test-u32-nfkd.c     preallocated = (uint32_t *) malloc (length * sizeof (uint32_t));
preallocated       75 maint/gnulib/tests/uninorm/test-u32-nfkd.c     result = u32_normalize (UNINORM_NFKD, input, input_length, preallocated, &length);
preallocated       78 maint/gnulib/tests/uninorm/test-u32-nfkd.c     if (!(preallocated == NULL || result == preallocated))
preallocated       84 maint/gnulib/tests/uninorm/test-u32-nfkd.c     free (preallocated);
preallocated       52 maint/gnulib/tests/uninorm/test-u8-nfc.c       uint8_t *preallocated;
preallocated       55 maint/gnulib/tests/uninorm/test-u8-nfc.c       preallocated = (uint8_t *) malloc (length * sizeof (uint8_t));
preallocated       56 maint/gnulib/tests/uninorm/test-u8-nfc.c       result = u8_normalize (UNINORM_NFC, input, input_length, preallocated, &length);
preallocated       59 maint/gnulib/tests/uninorm/test-u8-nfc.c       if (!(result != preallocated))
preallocated       66 maint/gnulib/tests/uninorm/test-u8-nfc.c       free (preallocated);
preallocated       71 maint/gnulib/tests/uninorm/test-u8-nfc.c     uint8_t *preallocated;
preallocated       74 maint/gnulib/tests/uninorm/test-u8-nfc.c     preallocated = (uint8_t *) malloc (length * sizeof (uint8_t));
preallocated       75 maint/gnulib/tests/uninorm/test-u8-nfc.c     result = u8_normalize (UNINORM_NFC, input, input_length, preallocated, &length);
preallocated       78 maint/gnulib/tests/uninorm/test-u8-nfc.c     if (!(preallocated == NULL || result == preallocated))
preallocated       84 maint/gnulib/tests/uninorm/test-u8-nfc.c     free (preallocated);
preallocated       52 maint/gnulib/tests/uninorm/test-u8-nfd.c       uint8_t *preallocated;
preallocated       55 maint/gnulib/tests/uninorm/test-u8-nfd.c       preallocated = (uint8_t *) malloc (length * sizeof (uint8_t));
preallocated       56 maint/gnulib/tests/uninorm/test-u8-nfd.c       result = u8_normalize (UNINORM_NFD, input, input_length, preallocated, &length);
preallocated       59 maint/gnulib/tests/uninorm/test-u8-nfd.c       if (!(result != preallocated))
preallocated       66 maint/gnulib/tests/uninorm/test-u8-nfd.c       free (preallocated);
preallocated       71 maint/gnulib/tests/uninorm/test-u8-nfd.c     uint8_t *preallocated;
preallocated       74 maint/gnulib/tests/uninorm/test-u8-nfd.c     preallocated = (uint8_t *) malloc (length * sizeof (uint8_t));
preallocated       75 maint/gnulib/tests/uninorm/test-u8-nfd.c     result = u8_normalize (UNINORM_NFD, input, input_length, preallocated, &length);
preallocated       78 maint/gnulib/tests/uninorm/test-u8-nfd.c     if (!(preallocated == NULL || result == preallocated))
preallocated       84 maint/gnulib/tests/uninorm/test-u8-nfd.c     free (preallocated);
preallocated       52 maint/gnulib/tests/uninorm/test-u8-nfkc.c       uint8_t *preallocated;
preallocated       55 maint/gnulib/tests/uninorm/test-u8-nfkc.c       preallocated = (uint8_t *) malloc (length * sizeof (uint8_t));
preallocated       56 maint/gnulib/tests/uninorm/test-u8-nfkc.c       result = u8_normalize (UNINORM_NFKC, input, input_length, preallocated, &length);
preallocated       59 maint/gnulib/tests/uninorm/test-u8-nfkc.c       if (!(result != preallocated))
preallocated       66 maint/gnulib/tests/uninorm/test-u8-nfkc.c       free (preallocated);
preallocated       71 maint/gnulib/tests/uninorm/test-u8-nfkc.c     uint8_t *preallocated;
preallocated       74 maint/gnulib/tests/uninorm/test-u8-nfkc.c     preallocated = (uint8_t *) malloc (length * sizeof (uint8_t));
preallocated       75 maint/gnulib/tests/uninorm/test-u8-nfkc.c     result = u8_normalize (UNINORM_NFKC, input, input_length, preallocated, &length);
preallocated       78 maint/gnulib/tests/uninorm/test-u8-nfkc.c     if (!(preallocated == NULL || result == preallocated))
preallocated       84 maint/gnulib/tests/uninorm/test-u8-nfkc.c     free (preallocated);
preallocated       52 maint/gnulib/tests/uninorm/test-u8-nfkd.c       uint8_t *preallocated;
preallocated       55 maint/gnulib/tests/uninorm/test-u8-nfkd.c       preallocated = (uint8_t *) malloc (length * sizeof (uint8_t));
preallocated       56 maint/gnulib/tests/uninorm/test-u8-nfkd.c       result = u8_normalize (UNINORM_NFKD, input, input_length, preallocated, &length);
preallocated       59 maint/gnulib/tests/uninorm/test-u8-nfkd.c       if (!(result != preallocated))
preallocated       66 maint/gnulib/tests/uninorm/test-u8-nfkd.c       free (preallocated);
preallocated       71 maint/gnulib/tests/uninorm/test-u8-nfkd.c     uint8_t *preallocated;
preallocated       74 maint/gnulib/tests/uninorm/test-u8-nfkd.c     preallocated = (uint8_t *) malloc (length * sizeof (uint8_t));
preallocated       75 maint/gnulib/tests/uninorm/test-u8-nfkd.c     result = u8_normalize (UNINORM_NFKD, input, input_length, preallocated, &length);
preallocated       78 maint/gnulib/tests/uninorm/test-u8-nfkd.c     if (!(preallocated == NULL || result == preallocated))
preallocated       84 maint/gnulib/tests/uninorm/test-u8-nfkd.c     free (preallocated);
preallocated       47 maint/gnulib/tests/unistr/test-u16-to-u32.c       uint32_t *preallocated;
preallocated       50 maint/gnulib/tests/unistr/test-u16-to-u32.c       preallocated = (uint32_t *) malloc (length * sizeof (uint32_t));
preallocated       51 maint/gnulib/tests/unistr/test-u16-to-u32.c       result = u16_to_u32 (input, input_length, preallocated, &length);
preallocated       54 maint/gnulib/tests/unistr/test-u16-to-u32.c       if (!(result != preallocated))
preallocated       61 maint/gnulib/tests/unistr/test-u16-to-u32.c       free (preallocated);
preallocated       66 maint/gnulib/tests/unistr/test-u16-to-u32.c     uint32_t *preallocated;
preallocated       69 maint/gnulib/tests/unistr/test-u16-to-u32.c     preallocated = (uint32_t *) malloc (length * sizeof (uint32_t));
preallocated       70 maint/gnulib/tests/unistr/test-u16-to-u32.c     result = u16_to_u32 (input, input_length, preallocated, &length);
preallocated       73 maint/gnulib/tests/unistr/test-u16-to-u32.c     if (!(preallocated == NULL || result == preallocated))
preallocated       79 maint/gnulib/tests/unistr/test-u16-to-u32.c     free (preallocated);
preallocated      134 maint/gnulib/tests/unistr/test-u16-to-u32.c     uint32_t preallocated[10];
preallocated      143 maint/gnulib/tests/unistr/test-u16-to-u32.c     result = u16_to_u32 (input, SIZEOF (input), preallocated, &length);
preallocated      148 maint/gnulib/tests/unistr/test-u16-to-u32.c     length = SIZEOF (preallocated);
preallocated      149 maint/gnulib/tests/unistr/test-u16-to-u32.c     result = u16_to_u32 (input, SIZEOF (input), preallocated, &length);
preallocated       47 maint/gnulib/tests/unistr/test-u16-to-u8.c       uint8_t *preallocated;
preallocated       50 maint/gnulib/tests/unistr/test-u16-to-u8.c       preallocated = (uint8_t *) malloc (length * sizeof (uint8_t));
preallocated       51 maint/gnulib/tests/unistr/test-u16-to-u8.c       result = u16_to_u8 (input, input_length, preallocated, &length);
preallocated       54 maint/gnulib/tests/unistr/test-u16-to-u8.c       if (!(result != preallocated))
preallocated       61 maint/gnulib/tests/unistr/test-u16-to-u8.c       free (preallocated);
preallocated       66 maint/gnulib/tests/unistr/test-u16-to-u8.c     uint8_t *preallocated;
preallocated       69 maint/gnulib/tests/unistr/test-u16-to-u8.c     preallocated = (uint8_t *) malloc (length * sizeof (uint8_t));
preallocated       70 maint/gnulib/tests/unistr/test-u16-to-u8.c     result = u16_to_u8 (input, input_length, preallocated, &length);
preallocated       73 maint/gnulib/tests/unistr/test-u16-to-u8.c     if (!(preallocated == NULL || result == preallocated))
preallocated       79 maint/gnulib/tests/unistr/test-u16-to-u8.c     free (preallocated);
preallocated      137 maint/gnulib/tests/unistr/test-u16-to-u8.c     uint8_t preallocated[10];
preallocated      146 maint/gnulib/tests/unistr/test-u16-to-u8.c     result = u16_to_u8 (input, SIZEOF (input), preallocated, &length);
preallocated      151 maint/gnulib/tests/unistr/test-u16-to-u8.c     length = SIZEOF (preallocated);
preallocated      152 maint/gnulib/tests/unistr/test-u16-to-u8.c     result = u16_to_u8 (input, SIZEOF (input), preallocated, &length);
preallocated       47 maint/gnulib/tests/unistr/test-u32-to-u16.c       uint16_t *preallocated;
preallocated       50 maint/gnulib/tests/unistr/test-u32-to-u16.c       preallocated = (uint16_t *) malloc (length * sizeof (uint16_t));
preallocated       51 maint/gnulib/tests/unistr/test-u32-to-u16.c       result = u32_to_u16 (input, input_length, preallocated, &length);
preallocated       54 maint/gnulib/tests/unistr/test-u32-to-u16.c       if (!(result != preallocated))
preallocated       61 maint/gnulib/tests/unistr/test-u32-to-u16.c       free (preallocated);
preallocated       66 maint/gnulib/tests/unistr/test-u32-to-u16.c     uint16_t *preallocated;
preallocated       69 maint/gnulib/tests/unistr/test-u32-to-u16.c     preallocated = (uint16_t *) malloc (length * sizeof (uint16_t));
preallocated       70 maint/gnulib/tests/unistr/test-u32-to-u16.c     result = u32_to_u16 (input, input_length, preallocated, &length);
preallocated       73 maint/gnulib/tests/unistr/test-u32-to-u16.c     if (!(preallocated == NULL || result == preallocated))
preallocated       79 maint/gnulib/tests/unistr/test-u32-to-u16.c     free (preallocated);
preallocated      134 maint/gnulib/tests/unistr/test-u32-to-u16.c     uint16_t preallocated[10];
preallocated      143 maint/gnulib/tests/unistr/test-u32-to-u16.c     result = u32_to_u16 (input, SIZEOF (input), preallocated, &length);
preallocated      148 maint/gnulib/tests/unistr/test-u32-to-u16.c     length = SIZEOF (preallocated);
preallocated      149 maint/gnulib/tests/unistr/test-u32-to-u16.c     result = u32_to_u16 (input, SIZEOF (input), preallocated, &length);
preallocated       47 maint/gnulib/tests/unistr/test-u32-to-u8.c       uint8_t *preallocated;
preallocated       50 maint/gnulib/tests/unistr/test-u32-to-u8.c       preallocated = (uint8_t *) malloc (length * sizeof (uint8_t));
preallocated       51 maint/gnulib/tests/unistr/test-u32-to-u8.c       result = u32_to_u8 (input, input_length, preallocated, &length);
preallocated       54 maint/gnulib/tests/unistr/test-u32-to-u8.c       if (!(result != preallocated))
preallocated       61 maint/gnulib/tests/unistr/test-u32-to-u8.c       free (preallocated);
preallocated       66 maint/gnulib/tests/unistr/test-u32-to-u8.c     uint8_t *preallocated;
preallocated       69 maint/gnulib/tests/unistr/test-u32-to-u8.c     preallocated = (uint8_t *) malloc (length * sizeof (uint8_t));
preallocated       70 maint/gnulib/tests/unistr/test-u32-to-u8.c     result = u32_to_u8 (input, input_length, preallocated, &length);
preallocated       73 maint/gnulib/tests/unistr/test-u32-to-u8.c     if (!(preallocated == NULL || result == preallocated))
preallocated       79 maint/gnulib/tests/unistr/test-u32-to-u8.c     free (preallocated);
preallocated      137 maint/gnulib/tests/unistr/test-u32-to-u8.c     uint8_t preallocated[10];
preallocated      146 maint/gnulib/tests/unistr/test-u32-to-u8.c     result = u32_to_u8 (input, SIZEOF (input), preallocated, &length);
preallocated      151 maint/gnulib/tests/unistr/test-u32-to-u8.c     length = SIZEOF (preallocated);
preallocated      152 maint/gnulib/tests/unistr/test-u32-to-u8.c     result = u32_to_u8 (input, SIZEOF (input), preallocated, &length);
preallocated       47 maint/gnulib/tests/unistr/test-u8-to-u16.c       uint16_t *preallocated;
preallocated       50 maint/gnulib/tests/unistr/test-u8-to-u16.c       preallocated = (uint16_t *) malloc (length * sizeof (uint16_t));
preallocated       51 maint/gnulib/tests/unistr/test-u8-to-u16.c       result = u8_to_u16 (input, input_length, preallocated, &length);
preallocated       54 maint/gnulib/tests/unistr/test-u8-to-u16.c       if (!(result != preallocated))
preallocated       61 maint/gnulib/tests/unistr/test-u8-to-u16.c       free (preallocated);
preallocated       66 maint/gnulib/tests/unistr/test-u8-to-u16.c     uint16_t *preallocated;
preallocated       69 maint/gnulib/tests/unistr/test-u8-to-u16.c     preallocated = (uint16_t *) malloc (length * sizeof (uint16_t));
preallocated       70 maint/gnulib/tests/unistr/test-u8-to-u16.c     result = u8_to_u16 (input, input_length, preallocated, &length);
preallocated       73 maint/gnulib/tests/unistr/test-u8-to-u16.c     if (!(preallocated == NULL || result == preallocated))
preallocated       79 maint/gnulib/tests/unistr/test-u8-to-u16.c     free (preallocated);
preallocated      136 maint/gnulib/tests/unistr/test-u8-to-u16.c     uint16_t preallocated[10];
preallocated      145 maint/gnulib/tests/unistr/test-u8-to-u16.c     result = u8_to_u16 (input, SIZEOF (input), preallocated, &length);
preallocated      150 maint/gnulib/tests/unistr/test-u8-to-u16.c     length = SIZEOF (preallocated);
preallocated      151 maint/gnulib/tests/unistr/test-u8-to-u16.c     result = u8_to_u16 (input, SIZEOF (input), preallocated, &length);
preallocated       47 maint/gnulib/tests/unistr/test-u8-to-u32.c       uint32_t *preallocated;
preallocated       50 maint/gnulib/tests/unistr/test-u8-to-u32.c       preallocated = (uint32_t *) malloc (length * sizeof (uint32_t));
preallocated       51 maint/gnulib/tests/unistr/test-u8-to-u32.c       result = u8_to_u32 (input, input_length, preallocated, &length);
preallocated       54 maint/gnulib/tests/unistr/test-u8-to-u32.c       if (!(result != preallocated))
preallocated       61 maint/gnulib/tests/unistr/test-u8-to-u32.c       free (preallocated);
preallocated       66 maint/gnulib/tests/unistr/test-u8-to-u32.c     uint32_t *preallocated;
preallocated       69 maint/gnulib/tests/unistr/test-u8-to-u32.c     preallocated = (uint32_t *) malloc (length * sizeof (uint32_t));
preallocated       70 maint/gnulib/tests/unistr/test-u8-to-u32.c     result = u8_to_u32 (input, input_length, preallocated, &length);
preallocated       73 maint/gnulib/tests/unistr/test-u8-to-u32.c     if (!(preallocated == NULL || result == preallocated))
preallocated       79 maint/gnulib/tests/unistr/test-u8-to-u32.c     free (preallocated);
preallocated      136 maint/gnulib/tests/unistr/test-u8-to-u32.c     uint32_t preallocated[10];
preallocated      145 maint/gnulib/tests/unistr/test-u8-to-u32.c     result = u8_to_u32 (input, SIZEOF (input), preallocated, &length);
preallocated      150 maint/gnulib/tests/unistr/test-u8-to-u32.c     length = SIZEOF (preallocated);
preallocated      151 maint/gnulib/tests/unistr/test-u8-to-u32.c     result = u8_to_u32 (input, SIZEOF (input), preallocated, &length);