Searched refs:UNINORM_NFC (Results 1 - 25 of 27) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/uninorm/
H A Dtest-u16-normcoll.c32 test_ascii (u16_normcoll, UNINORM_NFC);
H A Dtest-u32-normcoll.c32 test_ascii (u32_normcoll, UNINORM_NFC);
H A Dtest-u8-normcoll.c32 test_ascii (u8_normcoll, UNINORM_NFC);
H A Dtest-nfc.c24 /* Check that UNINORM_NFC is defined and links. */
25 uninorm_t n = UNINORM_NFC;
35 /* Check that UNINORM_NFC is defined and links. */
36 uninorm_t nf = UNINORM_NFC;
H A Dtest-decomposing-form.c28 ASSERT (uninorm_decomposing_form (UNINORM_NFC) == UNINORM_NFD);
H A Dtest-u32-nfc-big.c46 result = u32_normalize (UNINORM_NFC, c1, c1_length, NULL, &length);
57 result = u32_normalize (UNINORM_NFC, c2, c2_length, NULL, &length);
68 result = u32_normalize (UNINORM_NFC, c3, c3_length, NULL, &length);
79 result = u32_normalize (UNINORM_NFC, c4, c4_length, NULL, &length);
90 result = u32_normalize (UNINORM_NFC, c5, c5_length, NULL, &length);
109 test_other (&file, UNINORM_NFC);
H A Dtest-u16-nfc.c40 result = u16_normalize (UNINORM_NFC, input, input_length, NULL, &length);
56 result = u16_normalize (UNINORM_NFC, input, input_length, preallocated, &length);
75 result = u16_normalize (UNINORM_NFC, input, input_length, preallocated, &length);
H A Dtest-u32-nfc.c40 result = u32_normalize (UNINORM_NFC, input, input_length, NULL, &length);
56 result = u32_normalize (UNINORM_NFC, input, input_length, preallocated, &length);
75 result = u32_normalize (UNINORM_NFC, input, input_length, preallocated, &length);
H A Dtest-uninorm-filter-nfc.c64 filter = uninorm_filter_create (UNINORM_NFC, write_to_accumulator, &accu);
H A Dtest-u8-nfc.c40 result = u8_normalize (UNINORM_NFC, input, input_length, NULL, &length);
56 result = u8_normalize (UNINORM_NFC, input, input_length, preallocated, &length);
75 result = u8_normalize (UNINORM_NFC, input, input_length, preallocated, &length);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/unicase/
H A Dtest-u16-casecoll.c36 test_ascii (u16_casecoll, UNINORM_NFC);
H A Dtest-u32-casecoll.c36 test_ascii (u32_casecoll, UNINORM_NFC);
H A Dtest-u8-casecoll.c36 test_ascii (u8_casecoll, UNINORM_NFC);
H A Dtest-ulc-casecoll.c42 test_ascii (ulc_casecoll, UNINORM_NFC);
H A Dtest-u16-casefold.c93 ASSERT (check (NULL, 0, NULL, UNINORM_NFC, NULL, 0) == 0);
197 ASSERT (check (input, SIZEOF (input), NULL, UNINORM_NFC, casefolded_normalized, SIZEOF (casefolded_normalized)) == 0);
H A Dtest-u16-totitle.c93 ASSERT (check (NULL, 0, NULL, UNINORM_NFC, NULL, 0) == 0);
194 ASSERT (check (input, SIZEOF (input), NULL, UNINORM_NFC, casemapped_normalized, SIZEOF (casemapped_normalized)) == 0);
H A Dtest-u16-toupper.c93 ASSERT (check (NULL, 0, NULL, UNINORM_NFC, NULL, 0) == 0);
194 ASSERT (check (input, SIZEOF (input), NULL, UNINORM_NFC, casemapped_normalized, SIZEOF (casemapped_normalized)) == 0);
H A Dtest-u32-casefold.c93 ASSERT (check (NULL, 0, NULL, UNINORM_NFC, NULL, 0) == 0);
197 ASSERT (check (input, SIZEOF (input), NULL, UNINORM_NFC, casefolded_normalized, SIZEOF (casefolded_normalized)) == 0);
H A Dtest-u32-totitle.c93 ASSERT (check (NULL, 0, NULL, UNINORM_NFC, NULL, 0) == 0);
194 ASSERT (check (input, SIZEOF (input), NULL, UNINORM_NFC, casemapped_normalized, SIZEOF (casemapped_normalized)) == 0);
H A Dtest-u32-toupper.c93 ASSERT (check (NULL, 0, NULL, UNINORM_NFC, NULL, 0) == 0);
194 ASSERT (check (input, SIZEOF (input), NULL, UNINORM_NFC, casemapped_normalized, SIZEOF (casemapped_normalized)) == 0);
H A Dtest-u8-casefold.c93 ASSERT (check (NULL, 0, NULL, UNINORM_NFC, NULL, 0) == 0);
203 ASSERT (check (input, SIZEOF (input), NULL, UNINORM_NFC, casefolded_normalized, SIZEOF (casefolded_normalized)) == 0);
H A Dtest-u8-totitle.c93 ASSERT (check (NULL, 0, NULL, UNINORM_NFC, NULL, 0) == 0);
200 ASSERT (check (input, SIZEOF (input), NULL, UNINORM_NFC, casemapped_normalized, SIZEOF (casemapped_normalized)) == 0);
H A Dtest-u8-toupper.c93 ASSERT (check (NULL, 0, NULL, UNINORM_NFC, NULL, 0) == 0);
200 ASSERT (check (input, SIZEOF (input), NULL, UNINORM_NFC, casemapped_normalized, SIZEOF (casemapped_normalized)) == 0);
H A Dtest-u16-tolower.c93 ASSERT (check (NULL, 0, NULL, UNINORM_NFC, NULL, 0) == 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Duninorm.h116 /* UNINORM_NFC: Normalization form C: canonical decomposition, then
119 #define UNINORM_NFC (&uninorm_nfc) macro
173 NF must be either UNINORM_NFC or UNINORM_NFKC. */
187 NF must be either UNINORM_NFC or UNINORM_NFKC.

Completed in 103 milliseconds

12