UNINORM_NFC        36 maint/gnulib/tests/unicase/test-u16-casecoll.c   test_ascii (u16_casecoll, UNINORM_NFC);
UNINORM_NFC        93 maint/gnulib/tests/unicase/test-u16-casefold.c     ASSERT (check (NULL, 0, NULL, UNINORM_NFC, NULL, 0) == 0);
UNINORM_NFC       197 maint/gnulib/tests/unicase/test-u16-casefold.c     ASSERT (check (input, SIZEOF (input), NULL, UNINORM_NFC, casefolded_normalized, SIZEOF (casefolded_normalized)) == 0);
UNINORM_NFC        93 maint/gnulib/tests/unicase/test-u16-tolower.c     ASSERT (check (NULL, 0, NULL, UNINORM_NFC, NULL, 0) == 0);
UNINORM_NFC        93 maint/gnulib/tests/unicase/test-u16-totitle.c     ASSERT (check (NULL, 0, NULL, UNINORM_NFC, NULL, 0) == 0);
UNINORM_NFC       194 maint/gnulib/tests/unicase/test-u16-totitle.c     ASSERT (check (input, SIZEOF (input), NULL, UNINORM_NFC, casemapped_normalized, SIZEOF (casemapped_normalized)) == 0);
UNINORM_NFC        93 maint/gnulib/tests/unicase/test-u16-toupper.c     ASSERT (check (NULL, 0, NULL, UNINORM_NFC, NULL, 0) == 0);
UNINORM_NFC       194 maint/gnulib/tests/unicase/test-u16-toupper.c     ASSERT (check (input, SIZEOF (input), NULL, UNINORM_NFC, casemapped_normalized, SIZEOF (casemapped_normalized)) == 0);
UNINORM_NFC        36 maint/gnulib/tests/unicase/test-u32-casecoll.c   test_ascii (u32_casecoll, UNINORM_NFC);
UNINORM_NFC        93 maint/gnulib/tests/unicase/test-u32-casefold.c     ASSERT (check (NULL, 0, NULL, UNINORM_NFC, NULL, 0) == 0);
UNINORM_NFC       197 maint/gnulib/tests/unicase/test-u32-casefold.c     ASSERT (check (input, SIZEOF (input), NULL, UNINORM_NFC, casefolded_normalized, SIZEOF (casefolded_normalized)) == 0);
UNINORM_NFC        93 maint/gnulib/tests/unicase/test-u32-tolower.c     ASSERT (check (NULL, 0, NULL, UNINORM_NFC, NULL, 0) == 0);
UNINORM_NFC        93 maint/gnulib/tests/unicase/test-u32-totitle.c     ASSERT (check (NULL, 0, NULL, UNINORM_NFC, NULL, 0) == 0);
UNINORM_NFC       194 maint/gnulib/tests/unicase/test-u32-totitle.c     ASSERT (check (input, SIZEOF (input), NULL, UNINORM_NFC, casemapped_normalized, SIZEOF (casemapped_normalized)) == 0);
UNINORM_NFC        93 maint/gnulib/tests/unicase/test-u32-toupper.c     ASSERT (check (NULL, 0, NULL, UNINORM_NFC, NULL, 0) == 0);
UNINORM_NFC       194 maint/gnulib/tests/unicase/test-u32-toupper.c     ASSERT (check (input, SIZEOF (input), NULL, UNINORM_NFC, casemapped_normalized, SIZEOF (casemapped_normalized)) == 0);
UNINORM_NFC        36 maint/gnulib/tests/unicase/test-u8-casecoll.c   test_ascii (u8_casecoll, UNINORM_NFC);
UNINORM_NFC        93 maint/gnulib/tests/unicase/test-u8-casefold.c     ASSERT (check (NULL, 0, NULL, UNINORM_NFC, NULL, 0) == 0);
UNINORM_NFC       203 maint/gnulib/tests/unicase/test-u8-casefold.c     ASSERT (check (input, SIZEOF (input), NULL, UNINORM_NFC, casefolded_normalized, SIZEOF (casefolded_normalized)) == 0);
UNINORM_NFC        93 maint/gnulib/tests/unicase/test-u8-tolower.c     ASSERT (check (NULL, 0, NULL, UNINORM_NFC, NULL, 0) == 0);
UNINORM_NFC        93 maint/gnulib/tests/unicase/test-u8-totitle.c     ASSERT (check (NULL, 0, NULL, UNINORM_NFC, NULL, 0) == 0);
UNINORM_NFC       200 maint/gnulib/tests/unicase/test-u8-totitle.c     ASSERT (check (input, SIZEOF (input), NULL, UNINORM_NFC, casemapped_normalized, SIZEOF (casemapped_normalized)) == 0);
UNINORM_NFC        93 maint/gnulib/tests/unicase/test-u8-toupper.c     ASSERT (check (NULL, 0, NULL, UNINORM_NFC, NULL, 0) == 0);
UNINORM_NFC       200 maint/gnulib/tests/unicase/test-u8-toupper.c     ASSERT (check (input, SIZEOF (input), NULL, UNINORM_NFC, casemapped_normalized, SIZEOF (casemapped_normalized)) == 0);
UNINORM_NFC        42 maint/gnulib/tests/unicase/test-ulc-casecoll.c   test_ascii (ulc_casecoll, UNINORM_NFC);
UNINORM_NFC        28 maint/gnulib/tests/uninorm/test-decomposing-form.c   ASSERT (uninorm_decomposing_form (UNINORM_NFC) == UNINORM_NFD);
UNINORM_NFC        25 maint/gnulib/tests/uninorm/test-nfc.c uninorm_t n = UNINORM_NFC;
UNINORM_NFC        36 maint/gnulib/tests/uninorm/test-nfc.c   volatile uninorm_t nf = UNINORM_NFC;
UNINORM_NFC        40 maint/gnulib/tests/uninorm/test-u16-nfc.c   result = u16_normalize (UNINORM_NFC, input, input_length, NULL, &length);
UNINORM_NFC        56 maint/gnulib/tests/uninorm/test-u16-nfc.c       result = u16_normalize (UNINORM_NFC, input, input_length, preallocated, &length);
UNINORM_NFC        75 maint/gnulib/tests/uninorm/test-u16-nfc.c     result = u16_normalize (UNINORM_NFC, input, input_length, preallocated, &length);
UNINORM_NFC        32 maint/gnulib/tests/uninorm/test-u16-normcoll.c   test_ascii (u16_normcoll, UNINORM_NFC);
UNINORM_NFC        45 maint/gnulib/tests/uninorm/test-u32-nfc-big.c     result = u32_normalize (UNINORM_NFC, c1, c1_length, NULL, &length);
UNINORM_NFC        56 maint/gnulib/tests/uninorm/test-u32-nfc-big.c     result = u32_normalize (UNINORM_NFC, c2, c2_length, NULL, &length);
UNINORM_NFC        67 maint/gnulib/tests/uninorm/test-u32-nfc-big.c     result = u32_normalize (UNINORM_NFC, c3, c3_length, NULL, &length);
UNINORM_NFC        78 maint/gnulib/tests/uninorm/test-u32-nfc-big.c     result = u32_normalize (UNINORM_NFC, c4, c4_length, NULL, &length);
UNINORM_NFC        89 maint/gnulib/tests/uninorm/test-u32-nfc-big.c     result = u32_normalize (UNINORM_NFC, c5, c5_length, NULL, &length);
UNINORM_NFC       107 maint/gnulib/tests/uninorm/test-u32-nfc-big.c   test_other (&file, UNINORM_NFC);
UNINORM_NFC        40 maint/gnulib/tests/uninorm/test-u32-nfc.c   result = u32_normalize (UNINORM_NFC, input, input_length, NULL, &length);
UNINORM_NFC        56 maint/gnulib/tests/uninorm/test-u32-nfc.c       result = u32_normalize (UNINORM_NFC, input, input_length, preallocated, &length);
UNINORM_NFC        75 maint/gnulib/tests/uninorm/test-u32-nfc.c     result = u32_normalize (UNINORM_NFC, input, input_length, preallocated, &length);
UNINORM_NFC        32 maint/gnulib/tests/uninorm/test-u32-normcoll.c   test_ascii (u32_normcoll, UNINORM_NFC);
UNINORM_NFC        40 maint/gnulib/tests/uninorm/test-u8-nfc.c   result = u8_normalize (UNINORM_NFC, input, input_length, NULL, &length);
UNINORM_NFC        56 maint/gnulib/tests/uninorm/test-u8-nfc.c       result = u8_normalize (UNINORM_NFC, input, input_length, preallocated, &length);
UNINORM_NFC        75 maint/gnulib/tests/uninorm/test-u8-nfc.c     result = u8_normalize (UNINORM_NFC, input, input_length, preallocated, &length);
UNINORM_NFC        32 maint/gnulib/tests/uninorm/test-u8-normcoll.c   test_ascii (u8_normcoll, UNINORM_NFC);
UNINORM_NFC        64 maint/gnulib/tests/uninorm/test-uninorm-filter-nfc.c   filter = uninorm_filter_create (UNINORM_NFC, write_to_accumulator, &accu);